SangBin Cho
30000ff8ae
Fix a bug from many drivers. ( #22248 )
...
After this PR (https://github.com/ray-project/ray/pull/22156 ), for some reasons the driver script has some string that cannot be encoded with ascii. It seems like using utf-8 solves the problem.
2022-02-09 15:17:15 -08:00
SangBin Cho
ac00389cbe
[Nightly test] Bring back the old way of running commands. ( #22209 )
...
Bring back the old way of running commands for non-k8s tests.
This also fixes the regression from many_drivers.py
2022-02-08 01:44:07 -08:00
Eric Liang
00b5801d71
Fix datasets leaking worker processes due to closure capture of stats actor handle ( #22156 )
2022-02-07 14:05:44 -08:00
Yi Cheng
0659d4a472
[nightly] Limit many drivers iteration to 4000 iterations ( #21958 )
...
Due to faster running of many drivers, we limit the iteration to 4k for the test.
2022-01-31 13:26:02 -08:00
Balaji Veeramani
7f1bacc7dc
[CI] Format Python code with Black ( #21975 )
...
See #21316 and #21311 for the motivation behind these changes.
2022-01-29 18:41:57 -08:00
Clark Zinzow
d958457d07
[Core] Second pass at privatizing APIs. ( #17885 )
...
* gcs_utils
* resource_spec
* profiling
* ray_perf and ray_cluster_perf
* test_utils
2021-08-18 20:56:33 -07:00
architkulkarni
8c1317067d
move variable updates from middle of loop to end ( #17591 )
2021-08-05 09:53:01 +01:00
Kai Fricke
9352cb781c
[release tests] Fix microbenchmark base image, network overhead cluster wait time, add long running tests ( #16355 )
2021-06-16 21:37:17 +01:00
Kai Fricke
1d52ab819f
[release] release 1.3.0 results and test updates ( #15366 )
...
Convert a number of release tests and add logs for release 1.3.0
2021-05-04 22:10:04 +01:00
Barak Michener
4348ecf850
Clean up release tests ( #11420 )
2020-10-22 17:04:41 -07:00