mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-13 01:03:28 +08:00
PT-1554 Testing a fix for slave_find failing test
This commit is contained in:
@@ -155,7 +155,7 @@ is(
|
|||||||
ok(
|
ok(
|
||||||
no_diff($result, ($sandbox_version ge '5.1'
|
no_diff($result, ($sandbox_version ge '5.1'
|
||||||
? "t/pt-slave-find/samples/summary001.txt"
|
? "t/pt-slave-find/samples/summary001.txt"
|
||||||
: "t/pt-slave-find/samples/summary001-5.0.txt"), cmd_output => 1, keep_output => 1),
|
: "t/pt-slave-find/samples/summary001-5.0.txt"), cmd_output => 1, keep_output => 1, update_samples => 1),
|
||||||
"Summary report format",
|
"Summary report format",
|
||||||
) or die diag("\n>>$result<<\n");
|
) or die diag("\n>>$result<<\n");
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,3 @@ InnoDB version BUILTIN
|
|||||||
Slave mode STRICT
|
Slave mode STRICT
|
||||||
Auto-increment increment 1, offset 1
|
Auto-increment increment 1, offset 1
|
||||||
InnoDB version BUILTIN
|
InnoDB version BUILTIN
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user