Fix global scheduler test failure. (#314)

This commit is contained in:
Robert Nishihara
2017-02-24 11:05:45 -08:00
committed by Philipp Moritz
parent 7f5be96683
commit aa174e6311
4 changed files with 24 additions and 27 deletions
+1 -1
View File
@@ -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):