Skip to content

Commit

Permalink
galera/suite.pm: perl warning
Browse files Browse the repository at this point in the history
Unescaped left brace in regex is passed through in regex
  • Loading branch information
vuvova committed Apr 13, 2024
1 parent 79706fd commit 69b5fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mysql-test/suite/galera/suite.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package My::Suite::Galera;

use warnings;
use lib 'suite';
use wsrep::common;

Expand Down Expand Up @@ -63,7 +64,7 @@ push @::global_suppressions,
qr(WSREP: Failed to remove page file .*),
qr(WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*),
qr|WSREP: Sending JOIN failed: -107 \(Transport endpoint is not connected\). Will retry in new primary component.|,
qr|WSREP: Send action {.* STATE_REQUEST} returned -107 \(Transport endpoint is not connected\)|,
qr|WSREP: Send action \{.* STATE_REQUEST} returned -107 \(Transport endpoint is not connected\)|,
qr|WSREP: Trying to continue unpaused monitor|,
qr|WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position|,
qr|WSREP: Failed to report last committed|,
Expand Down

0 comments on commit 69b5fdf

Please sign in to comment.