mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Fix nightly release test issues. (#16419)
This commit is contained in:
parent
992437eafe
commit
f3ab162c5e
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ if __name__ == "__main__":
|
|||
if args.nbytes // npartitions > args.max_partition_size:
|
||||
npartitions = args.nbytes // args.max_partition_size
|
||||
|
||||
success = True
|
||||
success = 1
|
||||
duration = []
|
||||
try:
|
||||
output = trial(
|
||||
|
@ -202,7 +202,7 @@ if __name__ == "__main__":
|
|||
import traceback
|
||||
print(traceback.format_exc())
|
||||
print(e)
|
||||
success = False
|
||||
success = 0
|
||||
duration = []
|
||||
|
||||
print(ray.internal.internal_api.memory_summary(stats_only=True))
|
||||
|
|
Loading…
Add table
Reference in a new issue