Restart slave1 so subsequent tests don't try to connect to phantom 12347.

This commit is contained in:
Daniel Nichter
2011-08-27 12:27:11 -06:00
parent b2a982f9ea
commit d567e3d282

View File

@@ -281,6 +281,8 @@ is(
# Done.
# #############################################################################
diag(`$trunk/sandbox/stop-sandbox 12347 >/dev/null`);
diag(`/tmp/12346/stop >/dev/null`); # Start/stop clears SHOW SLAVE HOSTS.
diag(`/tmp/12346/start >/dev/null`);
$sb->wipe_clean($master_dbh);
diag(`$trunk/sandbox/test-env reset >/dev/null`);
exit;