Fix regex on test.

This commit is contained in:
Jan Lindström 2020-07-22 08:48:14 +03:00
commit 8c7f7bae47

View file

@ -1,9 +1,9 @@
--source include/galera_cluster.inc
--connection node_1
--replace_regex /18446744073709551/ERROR/ /[0-9+]/#/
--replace_regex /18446744073709551/ERROR/ /[0-9]+/#/
show status like 'wsrep_cluster_conf_id';
--connection node_2
--replace_regex /18446744073709551/ERROR/ /[0-9+]/#/
--replace_regex /18446744073709551/ERROR/ /[0-9]+/#/
show status like 'wsrep_cluster_conf_id';