mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -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 | ||
aws_instance_types.csv | ||
concurrency.py | ||
filter.py | ||
output.py | ||
settings.py | ||
step.py |