[MDEV-24801] main.kill failed in buildbot with wrong errno on reap Created: 2021-02-06  Updated: 2023-11-28

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10
Fix Version/s: 10.4, 10.5, 10.6

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/26209

10.3 fa1aef39

main.kill                                w3 [ fail ]
        Test ended at 2020-12-23 11:38:58
 
CURRENT_TEST: main.kill
mysqltest: At line 611: query 'reap' succeeded - should have failed with errno 1317...
 
The result from queries just before the failure was:
< snip >
affected rows: 1
revoke all privileges on test.* from test@localhost;
revoke all privileges on test.* from test2@localhost;
drop user test@localhost;
drop user test2@localhost;
connection con3;
select 1;
Got one of the listed errors
connection con4;
select 1;
Got one of the listed errors
connection default;
#
# MDEV-4911 - add KILL query id, and add query id information to
#             processlist
#
SELECT SLEEP(1000);
connection con1;
KILL QUERY ID @id;
connection default;


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