1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-06 05:42:06 +03:00
Files
mariadb/mysql-test/suite/galera/t/galera_var_cluster_conf_id.test
Jan Lindström 37a01aceca 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.
2020-05-05 09:48:03 +03:00

10 lines
266 B
Plaintext

--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';