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
bc4686f0
Commit
bc4686f0
authored
Jan 30, 2017
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor test improvement
parent
cd8482c1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
mysql-test/suite/galera/r/galera_var_certify_nonPK_off.result
...l-test/suite/galera/r/galera_var_certify_nonPK_off.result
+1
-0
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+0
-1
mysql-test/suite/galera/t/galera_var_certify_nonPK_off.test
mysql-test/suite/galera/t/galera_var_certify_nonPK_off.test
+4
-0
No files found.
mysql-test/suite/galera/r/galera_var_certify_nonPK_off.result
View file @
bc4686f0
...
@@ -19,3 +19,4 @@ SET GLOBAL wsrep_certify_nonPK = 1;
...
@@ -19,3 +19,4 @@ SET GLOBAL wsrep_certify_nonPK = 1;
SET GLOBAL wsrep_certify_nonPK = 1;
SET GLOBAL wsrep_certify_nonPK = 1;
DROP TABLE t1;
DROP TABLE t1;
DROP TABLE t2;
DROP TABLE t2;
call mtr.add_suppression("SQL statement was ineffective");
mysql-test/suite/galera/suite.pm
View file @
bc4686f0
...
@@ -32,7 +32,6 @@ push @::global_suppressions,
...
@@ -32,7 +32,6 @@ push @::global_suppressions,
qr(WSREP:.*down context.*)
,
qr(WSREP:.*down context.*)
,
qr(WSREP: Failed to send state UUID:)
,
qr(WSREP: Failed to send state UUID:)
,
qr(WSREP: last inactive check more than .* skipping check)
,
qr(WSREP: last inactive check more than .* skipping check)
,
qr(WSREP: SQL statement was ineffective)
,
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.)
,
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.)
,
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|
,
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|
,
qr(WSREP: Quorum: No node with complete state)
,
qr(WSREP: Quorum: No node with complete state)
,
...
...
mysql-test/suite/galera/t/galera_var_certify_nonPK_off.test
View file @
bc4686f0
...
@@ -37,3 +37,7 @@ SELECT COUNT(*) = 1 FROM t2 WHERE f1 = 3;
...
@@ -37,3 +37,7 @@ SELECT COUNT(*) = 1 FROM t2 WHERE f1 = 3;
DROP
TABLE
t1
;
DROP
TABLE
t1
;
DROP
TABLE
t2
;
DROP
TABLE
t2
;
--
connection
node_1
call
mtr
.
add_suppression
(
"SQL statement was ineffective"
);
--
source
include
/
galera_end
.
inc
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