[MDEV-24059] spider/bg tests fail in buildbot with a timeout Created: 2020-10-29  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - Spider, Tests
Affects Version/s: 10.1, 10.2
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Yuchen Pei
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

So far only happened on 10.1 and 10.2, but it could be because the merge to higher versions hasn't been done yet.

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/26158/steps/mtr_engines/logs/stdio
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/26289/steps/mtr_engines/logs/stdio

10.1 0627c4ae21adaae414dec28bc26f225f3deed431

spider/bg.direct_aggregate_part          w1 [ fail ]  timeout after 7200 seconds
        Test ended at 2020-10-20 17:10:10
 
Test case timeout after 7200 seconds
 
== /mnt/buildbot/build/mariadb-10.1.48/mysql-test/var/1/log/direct_aggregate_part.log == 
1
1
 
with partition test
CREATE TABLE ta_l2 (
a INT,
b CHAR(1),
c DATETIME,
PRIMARY KEY(a)
) MASTER_1_ENGINE MASTER_1_COMMENT2_P_2_1
SHOW STATUS LIKE 'Spider_direct_aggregate';
Variable_name	Value
Spider_direct_aggregate	0
SELECT COUNT(*) FROM ta_l2;
COUNT(*)
5
SHOW STATUS LIKE 'Spider_direct_aggregate';
Variable_name	Value
Spider_direct_aggregate	0
SELECT MAX(a) FROM ta_l2;
 
 == /mnt/buildbot/build/mariadb-10.1.48/mysql-test/var/1/tmp/analyze-timeout-mysqld.3.2.err ==
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/mnt/buildbot/build/mariadb-10.1.48/mysql-test/var/tmp/1/mysqld.3.2.sock' (111 "Connection refused")
...

Also observed with spider/bg.spider_fixes, spider/bg.direct_aggregate


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