ray/dashboard/modules/job/tests
SangBin Cho e62c0052a0
[Dashboard] Agent in minimal ray installation (#21817)
This is the second part of https://docs.google.com/document/d/12qP3x5uaqZSKS-A_kK0ylPOp0E02_l-deAbmm8YtdFw/edit#. After this PR, dashboard agents will fully work with minimal ray installation.

Note that this PR requires to introduce "aioredis", "frozenlist", and "aiosignal" to the minimal installation. These dependencies are very small (or will be removed soon), and including them to minimal makes thing very easy. Please see the below for the reasoning.
2022-01-26 04:03:54 -08:00
..
backwards_compatibility_scripts [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00
subprocess_driver_scripts [job submission] Move job_manager to dashboard module, common parts to common.py (#20209) 2021-11-10 14:14:55 -08:00
test_backwards_compatibility.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00
test_cli.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
test_cli_integration.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00
test_common.py [job submission] Better validation + tests for input types, refactor API (#20332) 2021-11-13 22:54:01 -08:00
test_http_job_server.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00
test_job_manager.py [Jobs] Stream logs during job instead of only at the end (#21659) 2022-01-20 15:21:07 -06:00
test_utils.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00