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
94a61838
Commit
94a61838
authored
8 years ago
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix galera,wsrep tests.
parent
fc799e31
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
mysql-test/suite/galera/r/mysql-wsrep#237.result
mysql-test/suite/galera/r/mysql-wsrep#237.result
+1
-0
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+1
-0
mysql-test/suite/galera/t/mysql-wsrep#237.test
mysql-test/suite/galera/t/mysql-wsrep#237.test
+5
-0
mysql-test/suite/wsrep/suite.pm
mysql-test/suite/wsrep/suite.pm
+2
-0
No files found.
mysql-test/suite/galera/r/mysql-wsrep#237.result
View file @
94a61838
...
...
@@ -8,3 +8,4 @@ SLEEP(1)
0
SET DEBUG_SYNC= 'now SIGNAL continue';
DROP TABLE t;
SET DEBUG_SYNC= 'RESET';
This diff is collapsed.
Click to expand it.
mysql-test/suite/galera/suite.pm
View file @
94a61838
...
...
@@ -68,6 +68,7 @@ push @::global_suppressions,
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]*)
,
qr(InnoDB: Some resources were not cleaned up in shutdown.*)
,
);
...
...
This diff is collapsed.
Click to expand it.
mysql-test/suite/galera/t/mysql-wsrep#237.test
View file @
94a61838
...
...
@@ -28,4 +28,9 @@ SET DEBUG_SYNC= 'now SIGNAL continue';
--
connection
node_1
--
reap
# Cleanup
DROP
TABLE
t
;
--
connection
node_1a
SET
DEBUG_SYNC
=
'RESET'
;
This diff is collapsed.
Click to expand it.
mysql-test/suite/wsrep/suite.pm
View file @
94a61838
...
...
@@ -25,9 +25,11 @@ return "No my_print_defaults" unless $epath;
push
@::global_suppressions
,
(
qr(WSREP: Could not open saved state file for reading: )
,
qr(WSREP: Could not open state file for reading: .*)
,
qr(WSREP: option --wsrep-causal-reads is deprecated)
,
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0)
,
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|
,
qr(InnoDB: Some resources were not cleaned up in shutdown.*)
,
);
$ENV
{
PATH
}
=
"
$epath
:
$ENV
{PATH}
";
...
...
This diff is collapsed.
Click to expand it.
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