Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar/builds/92/steps/test_1/logs/stdio
stress.ddl_innodb 'innodb_plugin' w3 [ fail ] timeout after 2700 seconds
|
Test ended at 2016-08-14 15:41:36
|
|
Test case timeout after 2700 seconds
|
|
== /var/lib/buildbot/maria-slave/p8-trusty-bintar/build/mysql-test/var/3/log/ddl_innodb.log ==
|
# con2: DROP TABLE t1 (expect to get ER_BAD_TABLE_ERROR)
|
# Subtest 3D (two connections, use PREPARE/EXECUTE)
|
# connection action
|
# default: CREATE TABLE t1 (f1 BIGINT NOT NULL) ENGINE=InnoDB
|
# con2: CREATE TABLE t1 (f1 BIGINT NOT NULL) ENGINE=InnoDB (expect to get ER_TABLE_EXISTS_ERROR)
|
# default: DROP TABLE t1
|
# con2: DROP TABLE t1 (expect to get ER_BAD_TABLE_ERROR)
|
CREATE TABLE t1 (f1 BIGINT, f2 BIGINT, UNIQUE(f1), UNIQUE (f2)) ENGINE=InnoDB;
|
DROP TABLE t1;
|
CREATE TABLE t1 (f1 BIGINT) ENGINE=InnoDB;
|
DROP TABLE t1;
|
# Subtest 4A (one connection, no PREPARE/EXECUTE)
|
# connection action
|
# default: CREATE TABLE t1 (f1 BIGINT, f2 BIGINT, UNIQUE(f1), UNIQUE (f2)) ENGINE=InnoDB
|
# default: SHOW CREATE TABLE t1
|
# default: DROP TABLE t1
|
# default: SHOW CREATE TABLE t1 (expect to get ER_NO_SUCH_TABLE)
|
# default: CREATE TABLE t1 (f1 BIGINT) ENGINE=InnoDB
|
# default: SHOW CREATE TABLE t1
|
# default: DROP TABLE t1
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled