[MDEV-10635] stress.ddl_innodb fails with timeout in buildbot Created: 2016-08-21  Updated: 2023-11-28

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10
Fix Version/s: 10.4, 10.5, 10.6

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 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



 Comments   
Comment by Elena Stepanova [ 2022-10-08 ]

Still fails on current versions, e.g. 10.10-based branches, frequently on s390x builders (and on genuinely slow builders like MSAN), and fairly rarely elsewhere.

Generated at Thu Feb 08 07:43:45 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.