mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Disabling some more sporadically failing galera tests.
This commit is contained in:
parent
c9c8e0554f
commit
14b816a5c8
2 changed files with 8 additions and 0 deletions
|
@ -15,3 +15,7 @@ galera_migrate : query 'let $success= `$wait_condition`' failed: 1146
|
|||
galera_var_notify_cmd : Result content mismatch
|
||||
query_cache : Fails intermittently due to content mismatch. Needs to be investigated
|
||||
basic : Fails intermittently without providing any output. Needs to be investigated
|
||||
galera_var_auto_inc_control_on : Failing sporadically with content mismatch
|
||||
galera_parallel_simple : Failing sporadically
|
||||
galera_bf_abort : Failing sporadically
|
||||
galera_log_output_csv : Failing sporadically
|
||||
|
|
|
@ -62,6 +62,10 @@ push @::global_suppressions,
|
|||
qr|WSREP: wsrep::connect\(\) failed: 7|,
|
||||
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.),
|
||||
qr(WSREP: Could not find peer:),
|
||||
qr(WSREP: TO isolation failed for: .*),
|
||||
qr|WSREP: gcs_caused\(\) returned .*|,
|
||||
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
|
||||
qr(WSREP: Action message in non-primary configuration from member [0-9]*),
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue