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
ba3e9d0a
Commit
ba3e9d0a
authored
Feb 13, 2020
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-18180 : Galera test failure on galera.galera_concurrent_ctas
Test changes only.
parent
7002948b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
19 deletions
+18
-19
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
+18
-18
No files found.
mysql-test/suite/galera/disabled.def
View file @
ba3e9d0a
...
...
@@ -23,7 +23,6 @@ galera_as_slave_replication_bundle : MDEV-15785 OPTION_GTID_BEGIN is set in Gtid
galera_autoinc_sst_mariabackup : Known issue, may require porting MDEV-17458 from later versions
galera_bf_abort_group_commit : MDEV-18282 Galera test failure on galera.galera_bf_abort_group_commit
galera_binlog_stmt_autoinc : MDEV-19959 Galera test failure on galera_binlog_stmt_autoinc
galera_concurrent_ctas : MDEV-18180 Galera test failure on galera.galera_concurrent_ctas
galera_encrypt_tmp_files : Get error failed to enable encryption of temporary files
galera_ftwrl : MDEV-21525 galera.galera_ftwrl
galera_gcache_recover_manytrx : MDEV-18834 Galera test failure
...
...
mysql-test/suite/galera/t/galera_concurrent_ctas.test
View file @
ba3e9d0a
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
big_test
.
inc
--
write_file
$MYSQLTEST_VARDIR
/
tmp
/
galera_concurrent
.
sql
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.1
);
DROP
table
t1
;
CREATE
table
t1
as
SELECT
SLEEP
(
0
);
CREATE
table
t2
as
SELECT
SLEEP
(
0
);
CREATE
table
t3
as
SELECT
SLEEP
(
0
);
CREATE
table
t4
as
SELECT
SLEEP
(
0
);
CREATE
table
t5
as
SELECT
SLEEP
(
0
);
CREATE
table
t6
as
SELECT
SLEEP
(
0
);
CREATE
table
t7
as
SELECT
SLEEP
(
0
);
CREATE
table
t8
as
SELECT
SLEEP
(
0
);
CREATE
table
t9
as
SELECT
SLEEP
(
0
);
CREATE
table
t1
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t2
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t3
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t4
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t5
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t6
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t7
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t8
as
SELECT
SLEEP
(
0
.2
);
CREATE
table
t9
as
SELECT
SLEEP
(
0
.2
);
DROP
table
t1
;
DROP
table
t2
;
DROP
table
t3
;
...
...
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