[MDEV-12757] maria.insert_select failed in buildbot with timeout Created: 2017-05-09  Updated: 2023-11-29  Resolved: 2023-11-29

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

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 1
Labels: None

Issue Links:
Duplicate
is duplicated by MDEV-15666 maria.insert_select failed in buildbo... Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/8695/steps/test_3/logs/stdio
(ps-protocol)

maria.insert_select                      w2 [ fail ]  timeout after 900 seconds
        Test ended at 2017-05-08 15:29:36
 
Test case timeout after 900 seconds
 
== /mnt/buildbot/build/mariadb-10.2.6/mysql-test/var/2/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;
connect  con1,localhost,root,,;
insert into t1 select 2 from t1;


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