Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
ryanaoleary committed Jan 23, 2025
1 parent 531a83c commit 915f3ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func TestRayClusterAutoscalerUpscalingModeConservative(t *testing.T) {
for i := 0; i < 10; i++ {
ExecPodCmd(test, headPod, common.RayHeadContainer, []string{"python", "/home/ray/test_scripts/create_detached_actor.py", fmt.Sprintf("actor%d", i)})
}
//Check that upscaling is rate-limited to the size of the RayCluster. The minimum number of pending launches is 5 regardless of upscaling_speed.
// Check that upscaling is rate-limited to the size of the RayCluster. The minimum number of pending launches is 5 regardless of upscaling_speed.
g.Consistently(WorkerPods(test, rayCluster), TestTimeoutShort).
Should(gomega.WithTransform(RateLimitedPendingPods, gomega.BeTrue()))
// All worker Pods should connect to the RayCluster.
Expand Down

0 comments on commit 915f3ae

Please sign in to comment.