From a87d6e8765ebb9f271c30522c18147c0f685b0b2 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Thu, 17 May 2018 09:55:27 -0300 Subject: [PATCH] PT-1554 Fixed test for MockSyncStream --- t/lib/MockSyncStream.t | 6 +++--- t/pt-online-schema-change/basics.t | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/t/lib/MockSyncStream.t b/t/lib/MockSyncStream.t index c90f7d9d..79b7992d 100644 --- a/t/lib/MockSyncStream.t +++ b/t/lib/MockSyncStream.t @@ -173,9 +173,9 @@ SKIP: { d => $DBD::mysql::VERSION ge '4.001' ? undef : '(7)', dt => undef, ts => undef, - c => '(1)', - c2 => '(15)', - v => '(32)', + c => '(3)', + c2 => '(45)', + v => '(96)', t => undef, }, }, diff --git a/t/pt-online-schema-change/basics.t b/t/pt-online-schema-change/basics.t index 7fee8cb0..b135dcc9 100644 --- a/t/pt-online-schema-change/basics.t +++ b/t/pt-online-schema-change/basics.t @@ -847,6 +847,7 @@ $sb->do_as_root("master", q/GRANT REPLICATION SLAVE ON *.* TO 'slave_user'@'%' I $sb->do_as_root("master", q/set sql_log_bin=0/); $sb->do_as_root("master", q/DROP USER 'slave_user'/); $sb->do_as_root("master", q/set sql_log_bin=1/); +$sb->wait_for_slaves(); test_alter_table( name => "--slave-user --slave-password",