Bug #55080 mysql-next-mr requires a specic to new added global variables test file
Submitted: 8 Jul 2010 12:47 Modified: 15 Oct 2012 13:32
Reporter: Andrei Elkin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests Severity:S3 (Non-critical)
Version:5.6+ OS:Any
Assigned to: Andrei Elkin CPU Architecture:Any
Tags: replication checksum, replication checksum testing

[8 Jul 2010 12:47] Andrei Elkin
Description:
The original patch for wl#2540 has been implemented on 5.1 base. At
merging the patch to 5.6 (next-mr atm) the following failure happened:

sys_vars.all_vars                        w3 [ fail ]
        Test ended at 2010-07-07 21:12:07

CURRENT_TEST: sys_vars.all_vars
--- /home/andrei/MySQL/BZR/2a-23May/WL/5.6.99-next-rm-wl2540-checksum/mysql-test/suite/sys_vars/r/all_vars.result	2010-07-06 15:30:19.000000000 +0300
+++ /home/andrei/MySQL/BZR/2a-23May/WL/5.6.99-next-rm-wl2540-checksum/mysql-test/suite/sys_vars/r/all_vars.reject	2010-07-07 21:12:07.000000000 +0300
@@ -10,7 +10,13 @@
 select variable_name as `There should be *no* variables listed below:` from t2
 left join t1 on variable_name=test_name where test_name is null;
 There should be *no* variables listed below:
+SLAVE_SQL_VERIFY_CHECKSUM
+BINLOG_CHECKSUM
+MASTER_VERIFY_CHECKSUM
 INNODB_FILE_FORMAT_MAX

The test comments explain
#
# This test verifies that *all* system variables are tested
# by the sys_vars suite. For every system variable
# there must be a <variable_name>_basic.test file.
#

To do: to implement all_vars.test's requirement for global replication checksum vars.

How to repeat:
cd mysql-next-mr-wl2540/mysql-test && ./mtr all_vars

to see the descriptions lines in the log.
[16 Nov 2010 11:25] Luis Soares
This was pushed together with patch for BUG#57589.
[15 Oct 2012 13:32] Erlend Dahl
Fixed in 5.6.2.