mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
![]() Currently, `name:many_actors` matches e.g. `many_actors` and `many_actors_smoke_test`, but it should just match one test. Thus we should use `re.fullmatch` instead of `re.match` (which would require `name:many_actors.*` to match both. |
||
---|---|---|
.. | ||
__init__.py | ||
_test_catch_args.py | ||
_test_run_release_test_sh.py | ||
test_alerts.py | ||
test_buildkite.py | ||
test_cluster_manager.py | ||
test_config.py | ||
test_glue.py | ||
test_run_script.py | ||
test_template.py | ||
test_wheels.py | ||
utils.py |