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
Replcae sentinel commands sanity check with infrastructure work test
The sanity check test intention was to detect that when a command is
added to sentinel it is on purpose. This test is easily broken, like
CLIENT SETINFO introduced by redis#11758.
We replace it with a test that validates that a few specific commands
are either there or missing (to test the infrastructure works correctly).
0 commit comments