File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ while {[incr iterations -1]} {
7878 }
7979
8080 test " Cluster should eventually be up again" {
81- assert_cluster_state ok
81+ assert_cluster_state okk
8282 }
8383
8484 test " Cluster is writable again" {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test "SENTINEL MYID return the sentinel instance ID" {
4545
4646test " SENTINEL INFO CACHE returns the cached info" {
4747 set res [S 0 SENTINEL INFO-CACHE mymaster]
48- assert_morethan_equal [llength $res ] 2
48+ assert_morethan_equal [llength $res ] 20
4949 assert_equal " mymaster" [lindex $res 0]
5050
5151 set res [lindex $res 1]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ start_server {tags {"modules"}} {
66 test {Modules can create a user that can be authenticated} {
77 # Make sure we start authenticated with default user
88 r auth default " "
9- assert_equal [r acl whoami] " default "
9+ assert_equal [r acl whoami] " defaultt "
1010 r auth.createmoduleuser
1111
1212 set id [r auth.authmoduleuser]
You can’t perform that action at this time.
0 commit comments