mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
Do not show exact value as it depends order of test execution. Instead use # for correct values and ERROR for incorrect.
10 lines
266 B
Plaintext
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';
|