We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d822c90 commit 57db13dCopy full SHA for 57db13d
1 file changed
internal/cri/server/status_test.go
@@ -134,7 +134,6 @@ func TestStatusRuntimeHandlersOrdering(t *testing.T) {
134
}
135
136
137
- // The test will fail if the order is the same, showing that the ordering is stable
138
- // In the current implementation, order is not stable
139
- assert.False(t, sameOrder, "RuntimeHandlers order is stable across Status() calls - unexpected")
+ // Fail if runtime handlers order varies across calls to Status()
+ assert.True(t, sameOrder, "RuntimeHandlers order is unstable across Status() calls")
140
0 commit comments