mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Add test to test raylet client connection when raylet crashes. (#3518)
This commit is contained in:
committed by
Robert Nishihara
parent
e7b51cbd1b
commit
a4abe6c0fe
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user