Skip to content

Commit bf602a0

Browse files
committed
Remove dummy changes
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent d9d733c commit bf602a0

4 files changed

Lines changed: 3 additions & 20 deletions

File tree

tests/cluster/tests/03-failover-loop.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" {

tests/sentinel/tests/00-base.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test "SENTINEL MYID return the sentinel instance ID" {
4646
test "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

tests/unit/dummy.tcl

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/unit/moduleapi/auth.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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} {

0 commit comments

Comments
 (0)