Fix nightly release test issues. (#16419)

This commit is contained in:
SangBin Cho 2021-06-15 00:43:08 -07:00 committed by GitHub
parent 992437eafe
commit f3ab162c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))