[MDEV-7278] parts.partition_int_myisam fails with a timeout in buildbot on terrier2 Created: 2014-12-06  Updated: 2015-03-06  Resolved: 2015-03-06

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

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: buildbot, tests

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

 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.



 Comments   
Comment by Elena Stepanova [ 2015-03-06 ]

Apparently we are not running tests on terrier2 anymore, so the problem has gone.

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