Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information