Commit fc179878 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Adjust test to adapt to a recent change in mysqltest.

parent 308c666b
...@@ -43,9 +43,9 @@ let $run=10; ...@@ -43,9 +43,9 @@ let $run=10;
while($run) while($run)
{ {
--error 0,1 --error 0,1
exec $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_1 test exec $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_1 test \
< $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql & < $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql & \
$MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_2 test $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_2 test \
< $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql; < $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql;
dec $run; dec $run;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment