Add test to test raylet client connection when raylet crashes. (#3518)

This commit is contained in:
Yuhong Guo
2018-12-13 23:40:50 -08:00
committed by Robert Nishihara
parent e7b51cbd1b
commit a4abe6c0fe
5 changed files with 21 additions and 7 deletions
@@ -98,7 +98,7 @@ static PyObject *PyRayletClient_FetchOrReconstruct(PyRayletClient *self, PyObjec
<< "raylet client may be closed, check raylet status. error message: "
<< status.ToString();
PyErr_SetString(CommonError, stream.str().c_str());
Py_RETURN_NONE;
return NULL;
}
}