[engine] support async and streaming (#1614)

This commit is contained in:
Byron Hsu
2024-10-11 15:26:25 -07:00
committed by GitHub
parent 00c7e6368b
commit 862cd265e5
7 changed files with 384 additions and 8 deletions

View File

@@ -77,5 +77,7 @@ if __name__ == "__main__":
files = files[args.range_begin : args.range_end]
print("The running tests are ", files)
exit_code = run_unittest_files(files, args.timeout_per_file)
exit(exit_code)