Skip to content

Commit

Permalink
Adjust test to adapt to a recent change in mysqltest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed Oct 17, 2016
1 parent 308c666 commit fc17987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mysql-test/suite/galera/t/galera_concurrent_ctas.test
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ let $run=10;
while($run)
{
--error 0,1
exec $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_1 test
< $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql &
$MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_2 test
< $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql;
exec $MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_1 test \
< $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql & \
$MYSQL --user=root --host=127.0.0.1 --port=$NODE_MYPORT_2 test \
< $MYSQLTEST_VARDIR/tmp/galera_concurrent.sql;
dec $run;
}

Expand Down

0 comments on commit fc17987

Please sign in to comment.