Commit a8b2853f authored by skozlov/ksm@mysql.com/virtop.(none)'s avatar skozlov/ksm@mysql.com/virtop.(none)
Browse files

Bug#32654. The reason of bug is incorrect clean up during restarting of mysqld...

Bug#32654. The reason of bug is incorrect clean up during restarting of mysqld under Windows platform (seems some files were in-use). 
Mtr restarts servers because an option file exist for slave.
The option file for slave forces to skip test.foo table for replication. 
But really test case does not invlved test.foo table at all.
So option file can be removed and mtr will not restart servers for test case. 
parent edc7090a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ im_options_unset : Bug#20294: Instance manager tests fail randomly
im_utils             : Bug#20294: Instance manager tests fail randomly
grant_cache          : Bug#32651: grant_cache.test fails
rpl_log              : Bug#32653: rpl_log.test fails randomly
rpl_view             : Bug#32654: rpl_view.test fails randomly
ndb_backup_print     : Bug#32357: ndb_backup_print test fails sometimes in pushbuild
rpl_log_pos          : Bug#8693 Test 'rpl_log_pos' fails sometimes
kill                 : Bug#29149 Test "kill" fails on Windows

mysql-test/t/rpl_view-slave.opt

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
--replicate-ignore-table=test.foo