PT-1554 Fixed tests for slave-delay & 5.6

This commit is contained in:
Carlos Salguero
2018-05-30 00:32:06 -03:00
parent 4bfca1ac00
commit 47fe4379fa

View File

@@ -69,8 +69,7 @@ $slave2_dbh->do('RESET SLAVE');
$slave2_dbh->do('START SLAVE'); $slave2_dbh->do('START SLAVE');
# 3 # 3
# $output = `$trunk/bin/pt-slave-delay --delay 1s h=127.1,P=12346,u=msandbox,p=msandbox h=127.1 2>&1`; $output = `$trunk/bin/pt-slave-delay --delay 1s h=127.1,P=12346,u=msandbox,p=msandbox h=127.1 2>&1`;
$output = `$trunk/bin/pt-slave-delay --delay 1s h=127.1,P=12346,u=msandbox,p=msandbox h=127.1 &>/tmp/c`;
like( like(
$output, $output,
qr/Binary logging is disabled/, qr/Binary logging is disabled/,