From 4070efb7cb80ab82e7a9485dbe5667a0d8901e05 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Sat, 14 Jan 2017 00:59:29 -0300 Subject: [PATCH] Fixed test that was breaking the sandbox --- t/pt-online-schema-change/issue-1638293.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/pt-online-schema-change/issue-1638293.t b/t/pt-online-schema-change/issue-1638293.t index 791fe5cc..81c28de1 100644 --- a/t/pt-online-schema-change/issue-1638293.t +++ b/t/pt-online-schema-change/issue-1638293.t @@ -73,4 +73,6 @@ $master_dbh->do("DROP DATABASE IF EXISTS test"); # Done. # ############################################################################# $sb->wipe_clean($master_dbh); +$sb->stop_sandbox(qw(cmaster)); +ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox"); done_testing;