Commit 37a01ace authored by Jan Lindström's avatar Jan Lindström

MDEV-21489 : wsrep_cluster_conf_id has wrong value

Do not show exact value as it depends order of test execution.
Instead use # for correct values and ERROR for incorrect.
parent 1ed98782
......@@ -3,8 +3,8 @@ connection node_1;
connection node_1;
show status like 'wsrep_cluster_conf_id';
Variable_name Value
wsrep_cluster_conf_id 2
wsrep_cluster_conf_id #
connection node_2;
show status like 'wsrep_cluster_conf_id';
Variable_name Value
wsrep_cluster_conf_id 2
wsrep_cluster_conf_id #
--source include/galera_cluster.inc
--connection node_1
--replace_regex /18446744073709551/ERROR/ /[0-9]/#/
show status like 'wsrep_cluster_conf_id';
--connection node_2
--replace_regex /18446744073709551/ERROR/ /[0-9]/#/
show status like 'wsrep_cluster_conf_id';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment