PT-181 online-schema-change not in sync with modules

- Modules updated
- Improved tests
This commit is contained in:
Carlos Salguero
2017-07-27 11:28:46 -03:00
parent 87e48b4e77
commit b6bec3965a
4 changed files with 34 additions and 16 deletions

View File

@@ -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,