Skip to content
Permalink
Browse files
MW-405 Remove wait_until_connected_again.inc from kill_galera.inc
kill_galera.inc can no longer rely on wait_until_connected_again.inc.
This is because wait_until_connected_again now tries to make sure
that the server it is connected eventually transition to ready
state. Whereas some tests may need to kill galera while the server
is in a non-primary view.
  • Loading branch information
sciascid authored and Jan Lindström committed Apr 3, 2018
1 parent 5465216 commit 9923706
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,7 +1,6 @@
--echo Killing server ...

# Write file to make mysql-test-run.pl expect the crash, but don't start it
--source include/wait_until_connected_again.inc
--let $_server_id= `SELECT @@server_id`
--let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/mysqld.$_server_id.expect
--exec echo "wait" > $_expect_file_name

0 comments on commit 9923706

Please sign in to comment.