1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/extra/rpl_tests
Luis Soares a00bb75783 BUG#44661: rpl_ndb.rpl_ndb_circular_simplex fails because of
failure to cleanup of table

The test case was not dropping a table before exiting (ie, it was
not cleaning itself after execution). In this case, the warning
message stating that the test did not do a proper cleanup was
deterministic (which can be annoying).

I have found other tests cases on which mtr sporadically reports
that they have not cleaned up after execution:

 - rpl_ndb_circular
 - rpl_failed_optimize

In this case, the master was dropping a table but there was no
synchronization between the slave and the master.

This patch addresses the rpl_ndb_circular_simplex case by adding
the missing DROP table. The other cases are fixed by deploying
the missing sync_slave_with_master instruction.
2009-09-27 23:03:05 +01:00
..
2008-02-28 18:55:46 +01:00
2008-08-25 15:09:51 +02:00
2009-04-04 01:33:13 +04:00
2008-10-23 21:27:09 +02:00
2008-01-14 15:38:02 +08:00
2008-02-14 00:02:25 +01:00
2009-06-26 12:05:56 +01:00
2008-11-06 19:10:09 +02:00
2007-12-12 18:19:24 +01:00
2009-02-06 17:06:41 +01:00
2009-02-06 17:06:41 +01:00