You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kvprober: remove unnecessary checks to avoid flakes
This commit removes two unnecessary checks, to avoid flakes. The removed checks
can cause flakes, since they require all probes (of a certain type) to fail,
even tho the test server is not configured to fail probes until after server
startup. That is, there is a race condition. The checks are also unnecessary.
What we really care about is the checks that follow the deleted ones: That
the ten probes run within test all fail, since those happen after the test
server is configured to fail probes.
Release note: None.
Epic: None.
0 commit comments