Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL)
-
None
-
5.5.55, 10.0.30
Description
innodb.innodb_bug53290 'xtradb' w10 [ fail ] timeout after 9000 seconds
|
Test ended at 2017-01-10 14:36:48
|
|
Test case timeout after 9000 seconds
|
|
== /dev/shm/var/10/log/innodb_bug53290.log ==
|
create table bug53290 (x bigint) engine=innodb;
|
insert into bug53290 () values (),(),(),(),(),(),(),(),(),(),(),();
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
insert into bug53290 select * from bug53290;
|
alter table bug53290 add unique index `idx` (x);
|
Attachments
Issue Links
- is blocked by
-
MDEV-12106 Valgrind tests fail all over in buildbot on 10.0 with blocks are still reachable
- Closed
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled