ray/dashboard/modules/snapshot/tests
mwtian e8ce01c525
[Dashboard] offload blocking work to a thread pool (#21762)
Currently, GCS KV client only has blocking API. Calling them from dashboard event loop can block other operations for many seconds, leading to failures such as taking too long (> 2min) to submit a job and making nightly tests fail (#21699). This PR offloads the blocking work to a separate thread. Implementing async GCS KV API will be done in the future.
2022-01-21 17:55:11 -08:00
..
test_actors.py [dashboard] Rename "new_dashboard" -> "dashboard" (#18214) 2021-09-15 11:17:15 -05:00
test_job_submission.py [Dashboard] offload blocking work to a thread pool (#21762) 2022-01-21 17:55:11 -08:00
test_snapshot.py [GCS][Bootstrap n/n] Do not start Redis in GCS bootstrapping mode (#21232) 2022-01-04 23:06:44 -08:00