mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fix regex on test.
This commit is contained in:
parent
b1538f4d60
commit
8c7f7bae47
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue