From 673058e0125e1688b89dfed58d7030f6ebb85b1c Mon Sep 17 00:00:00 2001 From: Baron Schwartz Date: Wed, 6 Jun 2012 13:15:33 -0400 Subject: [PATCH] put some feedback in t/pt-online-schema-change/basics.t for impatient testers --- t/pt-online-schema-change/basics.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/pt-online-schema-change/basics.t b/t/pt-online-schema-change/basics.t index 4097e1ef..34bba68c 100644 --- a/t/pt-online-schema-change/basics.t +++ b/t/pt-online-schema-change/basics.t @@ -546,6 +546,7 @@ SKIP: { ); # Restore the original fks. + diag('Restoring original Sakila foreign keys...'); diag(`$trunk/sandbox/load-sakila-db 12345`); } @@ -553,6 +554,7 @@ SKIP: { # --alther-foreign-keys-method=none. This intentionally breaks fks because # they're not updated so they'll point to the old table that is dropped. # ############################################################################# +diag('Loading file and waiting for replication...'); $sb->load_file('master', "$sample/basic_with_fks.sql"); PerconaTest::wait_for_table($slave_dbh, "pt_osc.address", "address_id=5");