Skip to content

Commit 7e264cf

Browse files
committed
Removed the dummy changes
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent f3eaf5a commit 7e264cf

3 files changed

Lines changed: 2 additions & 19 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
@@ -49,7 +49,7 @@ test "SENTINEL INFO CACHE returns the cached info" {
4949
assert_equal "mymaster" [lindex $res 0]
5050

5151
set res [lindex $res 1]
52-
assert_morethan_equal [llength $res] 20
52+
assert_morethan_equal [llength $res] 2
5353
assert_morethan [lindex $res 0] 0
5454
assert_match "*# Server*" [lindex $res 1]
5555
}

tests/unit/dummy-flaky.tcl

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

0 commit comments

Comments
 (0)