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 okk
81+ assert_cluster_state ok
8282 }
8383
8484 test " Cluster is writable again" {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ test "SENTINEL MYID return the sentinel instance ID" {
4646test " SENTINEL INFO CACHE returns the cached info" {
4747 set res [S 0 SENTINEL INFO-CACHE mymaster]
4848 assert_morethan_equal [llength $res ] 2
49- assert_equal " mymasterr " [lindex $res 0]
49+ assert_equal " mymaster " [lindex $res 0]
5050
5151 set res [lindex $res 1]
5252 assert_morethan_equal [llength $res ] 2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ start_server {tags {"modules"}} {
1414
1515 # Verify returned id is the same as our current id and
1616 # we are authenticated with the specified user
17- assert_equal [r acl whoami] " globall "
17+ assert_equal [r acl whoami] " global "
1818 }
1919
2020 test {De-authenticating clients is tracked and kills clients} {
You can’t perform that action at this time.
0 commit comments