[MDEV-11805] main.alter_table_trans failed in buildbot with timeout Created: 2017-01-15  Updated: 2017-05-07  Resolved: 2017-05-07

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: N/A

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

Issue Links:
Duplicate
is duplicated by MDEV-12084 Test timeouts on CentOS - interaction... Open
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-centos5-amd64/builds/4419

main.alter_table_trans 'innodb_plugin'   w1 [ fail ]  timeout after 900 seconds
        Test ended at 2017-01-01 13:34:56
 
Test case timeout after 900 seconds
 
== /usr/local/mariadb-10.1.21-linux-x86_64/mysql-test/var/1/log/alter_table_trans.log == 
drop table if exists t1,t2;
CREATE TABLE t1 (a INT, INDEX(a)) engine=innodb;
ALTER TABLE t1 RENAME TO t2, DISABLE KEYS;
Warnings:
Note	1031	Storage engine InnoDB of the table `test`.`t1` doesn't have this option
DROP TABLE t2;
CREATE TABLE t1 (
col4 text NOT NULL,
col2 int(11) NOT NULL DEFAULT '0',
col3 int(11) DEFAULT NULL,
extra int(11) DEFAULT NULL,
KEY idx (col4(10))
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
insert t1 values (repeat('1', 8193),3,1,1);
insert t1 values (repeat('3', 8193),3,1,1);



 Comments   
Comment by Elena Stepanova [ 2017-05-07 ]

Given that it happened only once, somewhere between INSERTs, and on CentOS 5, it is likely to be a duplicate of MDEV-12084.

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