Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.25-galera
-
None
-
None
Description
When MariaDB-Galera is built with WSREP support (as it should be), MTR produces failures due to additional wsrep* variables and apparently a change in the variable length:
Since the build has now been changed to enable WSREP by default, we should modify result files accordingly.
— /home/elenst/maria-5.5-galera-clean/mysql-test/r/mysqld--help.result 2013-01-29 15:13:53.807815000 +0400
+++ /home/elenst/maria-5.5-galera-clean/mysql-test/r/mysqld--help.reject 2013-01-29 16:33:01.378513264 +0400
@@ -1186,7 +1186,7 @@
wsrep-mysql-replication-bundle 0
wsrep-node-address
wsrep-node-incoming-address AUTO
-wsrep-node-name meddwl
+wsrep-node-name ubuntu11
wsrep-notify-cmd
wsrep-on FALSE
wsrep-provider none
Added wsrep-node-name to the list of skipped variables (@skipvars) in the test file, and removed from the result file.