mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[KubeRay][Minor][CI] Deflake autoscaling test
Minor adjustment to e2e test logic of KubeRay test.
This commit is contained in:
parent
3278763dd7
commit
5b341ee666
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class KubeRayAutoscalingTest(unittest.TestCase):
|
|||
script_name="scale_up_custom.py",
|
||||
head_service=HEAD_SERVICE,
|
||||
)
|
||||
assert job_logs == "Submitted custom scale request!\n"
|
||||
assert "Submitted custom scale request!" in job_logs, job_logs
|
||||
|
||||
logger.info("Confirming two workers have scaled up.")
|
||||
wait_for_pods(goal_num_pods=3, namespace=RAY_CLUSTER_NAMESPACE)
|
||||
|
|
Loading…
Add table
Reference in a new issue