Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
14b816a5
Commit
14b816a5
authored
May 14, 2015
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabling some more sporadically failing galera tests.
parent
c9c8e055
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
mysql-test/suite/galera/disabled.def
mysql-test/suite/galera/disabled.def
+4
-0
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+4
-0
No files found.
mysql-test/suite/galera/disabled.def
View file @
14b816a5
...
@@ -15,3 +15,7 @@ galera_migrate : query 'let $success= `$wait_condition`' failed: 1146
...
@@ -15,3 +15,7 @@ galera_migrate : query 'let $success= `$wait_condition`' failed: 1146
galera_var_notify_cmd : Result content mismatch
galera_var_notify_cmd : Result content mismatch
query_cache : Fails intermittently due to content mismatch. Needs to be investigated
query_cache : Fails intermittently due to content mismatch. Needs to be investigated
basic : Fails intermittently without providing any output. 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
mysql-test/suite/galera/suite.pm
View file @
14b816a5
...
@@ -62,6 +62,10 @@ push @::global_suppressions,
...
@@ -62,6 +62,10 @@ push @::global_suppressions,
qr|WSREP: wsrep::connect\(\) failed: 7|
,
qr|WSREP: wsrep::connect\(\) failed: 7|
,
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.)
,
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.)
,
qr(WSREP: Could not find peer:)
,
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]*)
,
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment