mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
PT-181 online-schema-change not in sync with modules
- Modules updated - Improved tests
This commit is contained in:
@@ -57,7 +57,7 @@ sub start_thread {
|
||||
$dbh->do("UPDATE `test`.`o1` SET id=0 WHERE id=1");
|
||||
diag("Row updated");
|
||||
}
|
||||
my $thr = threads->create('start_thread', $dsn_opts, 3);
|
||||
my $thr = threads->create('start_thread', $dsn_opts, 1);
|
||||
$thr->detach();
|
||||
threads->yield();
|
||||
|
||||
@@ -72,7 +72,6 @@ $output = output(
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/Successfully altered/s,
|
||||
|
Reference in New Issue
Block a user