Skip to content

Commit

Permalink
suppress a warning
Browse files Browse the repository at this point in the history
Summary: This warning is expected when running STOP SLAVE while SQL thread is executing a non-transactional group (or DDL)

Test Plan: mtr

Reviewers: rongrong

Reviewed By: rongrong
  • Loading branch information
santoshbanda authored and tianx committed Jan 16, 2015
1 parent 67e765f commit b14acb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/extra/rpl_tests/rpl_parallel_load_innodb.test
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ enable_query_log;
connection slave;

call mtr.add_suppression('Slave: Error dropping database'); ## todo: fix
--disable_query_log
call mtr.add_suppression('Slave SQL: Request to stop slave SQL Thread received while applying a group that has non-transactional changes; waiting for completion of the group');
--enable_query_log

source include/stop_slave.inc;
source include/start_slave.inc;
Expand Down

0 comments on commit b14acb4

Please sign in to comment.