mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
Integrate credis with Ray & route task table entries into credis. (#1841)
This commit is contained in:
committed by
Robert Nishihara
parent
3509a33cf3
commit
fa97acbc89
@@ -1066,6 +1066,10 @@ class APITest(unittest.TestCase):
|
||||
ray.get(3)
|
||||
|
||||
|
||||
@unittest.skipIf(
|
||||
os.environ.get('RAY_USE_NEW_GCS', False),
|
||||
"For now, RAY_USE_NEW_GCS supports 1 shard, and credis "
|
||||
"supports 1-node chain for that shard only.")
|
||||
class APITestSharded(APITest):
|
||||
def init_ray(self, **kwargs):
|
||||
if kwargs is None:
|
||||
|
||||
Reference in New Issue
Block a user