Skip to content

Commit b88a077

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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test "Create a 5 nodes cluster" {
1010
}
1111

1212
test "Cluster is up" {
13-
assert_cluster_state okk
13+
assert_cluster_state ok
1414
}
1515

1616
set iterations 20

tests/test_helper.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ proc write_test_failures {} {
653653
}
654654

655655
proc the_end {} {
656+
# TODO: print the status, exit with the right exit code.
656657
puts "\n The End\n"
657658
puts "Execution time of different units:"
658659
foreach {time name} $::clients_time_history {

0 commit comments

Comments
 (0)