mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 00:21:56 +00:00
Fix upper oob test.
This commit is contained in:
@@ -66,8 +66,8 @@ ok(
|
|||||||
);
|
);
|
||||||
|
|
||||||
# Test syncing the upper oob chunk.
|
# Test syncing the upper oob chunk.
|
||||||
$sb->load_file('master', "$sample/upper-oob-master.sql", "upper_oob");
|
$sb->load_file('master', "$sample/upper-oob-master.sql");
|
||||||
$sb->load_file('slave1', "$sample/upper-oob-slave.sql", "upper_oob");
|
$sb->load_file('slave1', "$sample/upper-oob-slave.sql");
|
||||||
|
|
||||||
ok(
|
ok(
|
||||||
no_diff(
|
no_diff(
|
||||||
|
Reference in New Issue
Block a user