mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
fix flaky mac os x plasma store component_failure_test (#673)
Fix flaky mac os x plasma store component_failure_test.
This commit is contained in:
committed by
Robert Nishihara
parent
c343df832e
commit
8798f4e690
@@ -163,6 +163,11 @@ class ComponentFailureTest(unittest.TestCase):
|
||||
if check_component_alive:
|
||||
self.assertTrue(component.poll() is None)
|
||||
else:
|
||||
print("waiting for " + component_type + " with PID " +
|
||||
str(component.pid) + "to terminate")
|
||||
component.wait()
|
||||
print("done waiting for " + component_type + " with PID " +
|
||||
str(component.pid) + "to terminate")
|
||||
self.assertTrue(not component.poll() is None)
|
||||
|
||||
def testLocalSchedulerFailed(self):
|
||||
|
||||
Reference in New Issue
Block a user