diff --git a/pkg/cli/interactive_tests/test_multiple_nodes.tcl b/pkg/cli/interactive_tests/test_multiple_nodes.tcl index bd5ecb411c9d..71c13a5cbf16 100644 --- a/pkg/cli/interactive_tests/test_multiple_nodes.tcl +++ b/pkg/cli/interactive_tests/test_multiple_nodes.tcl @@ -18,10 +18,8 @@ eexpect id eexpect "3 rows" eexpect eof -# Remove the additional nodes. -system "$argv quit --port=26258" -system "$argv quit --port=26259" - end_test -stop_server $argv +# Kill the cluster. We don't care about what happens next in this test, +# and this makes the test complete faster. +system "kill -KILL `cat server_pid` `cat server_pid2` `cat server_pid3`"