[MDEV-15666] maria.insert_select failed in buildbot with timeout Created: 2018-03-26  Updated: 2018-03-26  Resolved: 2018-03-26

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
duplicates MDEV-12757 maria.insert_select failed in buildbo... Closed

 Description   

Happened on kvm-rpm-centos73-amd64, logs are not available.

maria.insert_select                      w1 [ fail ]  timeout after 900 seconds
        Test ended at 2018-02-10 21:00:35
 
Test case timeout after 900 seconds
 
== /dev/shm/var/1/log/insert_select.log == 
create table t1 (pk int primary key) engine=Aria;
insert into t1 values (1);
insert into t1 select sleep(2)+1 from t1;
insert into t1 select 2 from t1;
 
 == /dev/shm/var/1/tmp/analyze-timeout-mysqld.1.err ==
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/dev/shm/var/tmp/1/mysqld.1.sock' (111 "Connection refused")



 Comments   
Comment by Elena Stepanova [ 2018-03-26 ]

Duplicate of MDEV-12757

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