Skip to content

Commit

Permalink
Fix regex on test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Jul 22, 2020
1 parent b1538f4 commit 8c7f7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/galera/t/galera_var_cluster_conf_id.test
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 8c7f7ba

Please sign in to comment.