Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL)
Description
I am getting the following failure on my local machine while running wsrep.variables:
CURRENT_TEST: wsrep.variables
|
--- /data/repo/git/10.1/mysql-test/suite/wsrep/r/variables.result 2015-01-27 15:49:28.000000000 +0300
|
+++ /data/repo/git/10.1/mysql-test/suite/wsrep/r/variables.reject 2015-02-08 00:37:27.000000000 +0300
|
@@ -23,7 +23,6 @@
|
wsrep_causal_reads #
|
wsrep_cert_deps_distance #
|
wsrep_cert_index_size #
|
-wsrep_cert_interval #
|
wsrep_cluster_conf_id #
|
wsrep_cluster_size #
|
wsrep_cluster_state_uuid #
|
@@ -74,7 +73,6 @@
|
wsrep_causal_reads #
|
wsrep_cert_deps_distance #
|
wsrep_cert_index_size #
|
-wsrep_cert_interval #
|
wsrep_cluster_conf_id #
|
wsrep_cluster_size #
|
wsrep_cluster_state_uuid #
|
 |
mysqltest: Result length mismatch
|
I assume it's because the installed version of galera doesn't have this variable (is it right?)
If so, the tests should check the version of the library in use and tests should be skipped if the version is too low.