Skip to content

Commit 067442f

Browse files
committed
Removed the most of the dummy tests
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent b542cd1 commit 067442f

4 files changed

Lines changed: 1 addition & 41 deletions

File tree

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 "mymaster111" [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/sentinel/tests/99-dummy-flaky.tcl

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

tests/unit/dummy-flaky.tcl

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

tests/unit/dummytests/dummy-pass.tcl

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

0 commit comments

Comments
 (0)