mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 05:15:28 +08:00
Shard unit tests into medium sized files for test stability (#6398)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user