Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-trusty-amd64/builds/666/steps/test_4/logs/stdio
(and many more)
parts.partition_int_myisam w3 [ fail ] timeout after 900 seconds
|
Test ended at 2014-12-04 05:24:36
|
|
Test case timeout after 900 seconds
|
|
== /run/shm/var/3/log/partition_int_myisam.log ==
|
/*!50100 PARTITION BY KEY (a)
|
PARTITIONS 8 */
|
insert into t2 values (18446744073709551615), (0xFFFFFFFFFFFFFFFE), (18446744073709551613), (18446744073709551612);
|
select * from t2;
|
a
|
18446744073709551612
|
18446744073709551613
|
18446744073709551614
|
18446744073709551615
|
select * from t2 where a=18446744073709551615;
|
a
|
18446744073709551615
|
delete from t2 where a=18446744073709551615;
|
select * from t2;
|
a
|
18446744073709551612
|
18446744073709551613
|
18446744073709551614
|
delete from t2;
|
65535 inserts;
|
The timeout happens on terrier2 only; apparently the box and the test are too slow for each other.
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled