PT-1554 Fixed tests for pt-osc

This commit is contained in:
Carlos Salguero
2018-05-15 15:13:56 -03:00
parent 24c1305029
commit 043ee4a035
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ my $num_rows = 1000;
my $master_port = 12345; my $master_port = 12345;
diag("Loading $num_rows into the table. This might take some time."); diag("Loading $num_rows into the table. This might take some time.");
diag(`util/mysql_random_data_load_linux_amd64 --host=127.1 --port=$master_port --user=msandbox --password=msandbox employees t1 $num_rows`); diag(`util/mysql_random_data_load --host=127.1 --port=$master_port --user=msandbox --password=msandbox employees t1 $num_rows`);
diag("$num_rows rows loaded. Starting tests."); diag("$num_rows rows loaded. Starting tests.");
$master_dbh->do("FLUSH TABLES"); $master_dbh->do("FLUSH TABLES");

View File

@@ -53,7 +53,7 @@ $sb->load_file('master3', "t/pt-online-schema-change/samples/pt-244.sql");
my $num_rows = 1000; my $num_rows = 1000;
diag("Loading $num_rows into the table. This might take some time."); diag("Loading $num_rows into the table. This might take some time.");
diag(`util/mysql_random_data_load_linux_amd64 --host=127.1 --port=$master3_port --user=msandbox --password=msandbox test t3 $num_rows`); diag(`util/mysql_random_data_load --host=127.1 --port=$master3_port --user=msandbox --password=msandbox test t3 $num_rows`);
diag("$num_rows rows loaded. Starting tests."); diag("$num_rows rows loaded. Starting tests.");
$dbh3->do("FLUSH TABLES"); $dbh3->do("FLUSH TABLES");