mariadb/mysql-test/suite
Sven Sandberg 9cb096ac98 BUG#11872422: rpl_slave_load_remove_tmpfile fails sporadically in pb2
Problem: the test failed because errors were found in the error log.
The test case contains suppressions for an old version of the error message,
but the format of the error message has changed without updating the suppression.
Fix: Update the suppression. Also small fixes to improve the test.


mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result:
  update result file
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile-slave.opt:
  Use variables instead of .opt files to avoid server restarts.
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test:
  1. To fix the bug, we update the regular expression in mtr.add_suppression
     so that it matches the real error text.
  2. Use wait_for_slave_sql_error.inc when we wait for an error.
     This makes the test easier to understand and will produce better
     debug info if the test fails.
  3. Use server variables instead of command line options to set
     the @@GLOBAL.DEBUG variable. This avoids server restarts when
     running the test suite.
  4. Clarify the comment at the top of the file and add bug reference.
2011-03-15 16:12:41 +01:00
..
binlog Bug #11765416 (former 58381) 2011-03-15 11:49:14 +01:00
bugs Bug #58841 Generalise handling of plugins in MTR mysql-test-run.pl script 2011-01-11 14:27:03 +01:00
engines merge from mysql-5.1 -> mysql-5.5 2011-03-01 21:33:00 +05:30
federated Bug#35333, "If Federated table can't connect to remote host, can't retrieve 2010-11-30 11:20:56 -06:00
funcs_1 BUG#59752 : mysql.user.plugin length (60) vs. mysql.plugin.name length (64) 2011-03-11 10:15:57 -05:00
funcs_2 BUG #59055: RQG was broken after the checkin that removed rpl and rpl_ndb suites. RQG uses MTR V1 and that still has these in the default suite. Removing these from V1. Also removing references to ndb tests in some more disabled.def files 2010-12-21 23:14:48 +05:30
innodb Merge mysql-5.5-innodb -> mysql-5.5 2011-02-18 14:57:50 +02:00
jp WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
large_tests Fix for bug #11765505 - "58480: LARGE_TESTS.LOCK_TABLES_BIG 2011-03-01 14:47:04 +03:00
manual BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
parts merge 2011-01-28 13:28:15 +01:00
perfschema Test cleanup 2011-03-11 11:45:16 +01:00
perfschema_stress Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
rpl BUG#11872422: rpl_slave_load_remove_tmpfile fails sporadically in pb2 2011-03-15 16:12:41 +01:00
stress Bug #59055 : Remove ndb tests from repository. Removal of tests from sys_vars is pending. It has some issues that are yet to be resolved 2010-12-20 19:49:35 +05:30
sys_vars Manual merge from mysql-5.1 for Bug#11764168 (56976: Severe denial 2011-03-15 18:57:36 +06:00