Shard unit tests into medium sized files for test stability (#6398)

This commit is contained in:
Eric Liang
2019-12-09 13:15:29 -08:00
committed by GitHub
parent a6bc2b1842
commit 304b4f0d3d
27 changed files with 3049 additions and 2832 deletions
+4
View File
@@ -16,6 +16,10 @@ def env_integer(key, default):
return default
def direct_call_enabled():
return bool(int(os.environ.get("RAY_FORCE_DIRECT", "0")))
ID_SIZE = 20
# The default maximum number of bytes to allocate to the object store unless