From 043ee4a0353744d344d42ae2941085c199819316 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 15 May 2018 15:13:56 -0300 Subject: [PATCH] PT-1554 Fixed tests for pt-osc --- t/pt-online-schema-change/pt-1455.t | 2 +- t/pt-online-schema-change/pt-244.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/pt-online-schema-change/pt-1455.t b/t/pt-online-schema-change/pt-1455.t index 3861019d..1af031fd 100644 --- a/t/pt-online-schema-change/pt-1455.t +++ b/t/pt-online-schema-change/pt-1455.t @@ -53,7 +53,7 @@ my $num_rows = 1000; my $master_port = 12345; 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."); $master_dbh->do("FLUSH TABLES"); diff --git a/t/pt-online-schema-change/pt-244.t b/t/pt-online-schema-change/pt-244.t index 79d396b4..f0c4dd50 100644 --- a/t/pt-online-schema-change/pt-244.t +++ b/t/pt-online-schema-change/pt-244.t @@ -53,7 +53,7 @@ $sb->load_file('master3', "t/pt-online-schema-change/samples/pt-244.sql"); my $num_rows = 1000; 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."); $dbh3->do("FLUSH TABLES");