Skip to content

Commit 88b668f

Browse files
spencer-pwin5923
andauthored
Update ray-operator/controllers/ray/common/pod_test.go
Co-authored-by: Jun-Hao Wan <ken89@kimo.com> Signed-off-by: Spencer Peterson <spencerjp@google.com>
1 parent 96d27be commit 88b668f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ray-operator/controllers/ray/common/pod_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,7 @@ func TestInitLivenessAndReadinessProbe(t *testing.T) {
18231823
assert.Nil(t, rayContainer.ReadinessProbe.Exec)
18241824
assert.NotNil(t, rayContainer.ReadinessProbe.HTTPGet)
18251825
assert.Equal(t, int32(utils.DefaultServingPort), rayContainer.ReadinessProbe.HTTPGet.Port.IntVal)
1826+
assert.Equal(t, utils.RayServeProxyHealthPath, rayContainer.ReadinessProbe.HTTPGet.Path)
18261827

18271828
// Versions parsed below 2.53 must use exec probes.
18281829
rayContainer.LivenessProbe = nil

0 commit comments

Comments
 (0)