Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for the role change and fix the timing issue in the new test (va…
…lkey-io#947) The test might be fast enough and then there is no change in the role causing the test to fail. Adding a wait to avoid the timing issue: ``` *** [err]: valkey-cli make source node ignores NOREPLICAS error when doing the last CLUSTER SETSLOT Expected '{127.0.0.1 23154 267}' to be equal to '' (context: type eval line 24 cmd {assert_equal [lindex [R 3 role] 2] {}} proc ::test) ``` Signed-off-by: Binbin <[email protected]> Signed-off-by: Ping Xie <[email protected]>
- Loading branch information