mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:07:01 +08:00
Fix global scheduler test failure. (#314)
This commit is contained in:
committed by
Philipp Moritz
parent
7f5be96683
commit
aa174e6311
@@ -54,7 +54,7 @@ def get_next_message(pubsub_client, timeout_seconds=10):
|
||||
class TestGlobalStateStore(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
redis_port = ray.services.start_redis()
|
||||
redis_port, _ = ray.services.start_redis()
|
||||
self.redis = redis.StrictRedis(host="localhost", port=redis_port, db=0)
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
Reference in New Issue
Block a user