put some feedback in t/pt-online-schema-change/basics.t for impatient testers

This commit is contained in:
Baron Schwartz
2012-06-06 13:15:33 -04:00
parent 7c4b37e2c1
commit 673058e012

View File

@@ -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");