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
f46155a3
Commit
f46155a3
authored
Feb 14, 2018
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-13549: Galera test failures
Fix test failure on galera_concurrent_ctas
parent
e5e83249
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
mysql-test/suite/galera/disabled.def
mysql-test/suite/galera/disabled.def
+0
-1
mysql-test/suite/galera/t/galera_concurrent_ctas.test
mysql-test/suite/galera/t/galera_concurrent_ctas.test
+3
-3
No files found.
mysql-test/suite/galera/disabled.def
View file @
f46155a3
...
...
@@ -30,7 +30,6 @@ galera_gcache_recover_manytrx : MDEV-13549 Galera test failures
galera_ist_mysqldump : MDEV-13549 Galera test failures
mysql-wsrep#31 : MDEV-13549 Galera test failures
galera_migrate : MariaDB 10.0 does not support START SLAVE USER
galera_concurrent_ctas : MDEV-13549 Galera test failures
galera_wsrep_desync_wsrep_on : MDEV-13549 Galera test failures
galera_ssl_upgrade : MDEV-13549 Galera test failures
mysql-wsrep#33 : MDEV-13549 Galera test failures
...
...
mysql-test/suite/galera/t/galera_concurrent_ctas.test
View file @
f46155a3
...
...
@@ -43,9 +43,9 @@ let $run=10;
while
(
$run
)
{
--
error
0
,
1
exec
$MYSQL
--
user
=
root
--
host
=
127.0
.
0.1
--
port
=
$NODE_MYPORT_1
test
<
$MYSQLTEST_VARDIR
/
tmp
/
galera_concurrent
.
sql
&
$MYSQL
--
user
=
root
--
host
=
127.0
.
0.1
--
port
=
$NODE_MYPORT_2
test
exec
$MYSQL
--
user
=
root
--
host
=
127.0
.
0.1
--
port
=
$NODE_MYPORT_1
test
\
<
$MYSQLTEST_VARDIR
/
tmp
/
galera_concurrent
.
sql
&
\
$MYSQL
--
user
=
root
--
host
=
127.0
.
0.1
--
port
=
$NODE_MYPORT_2
test
\
<
$MYSQLTEST_VARDIR
/
tmp
/
galera_concurrent
.
sql
;
dec
$run
;
}
...
...
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