[MDEV-19024] sys_vars.transaction_prealloc_size_bug27322 fails in buildbot with wrong result Created: 2019-03-22  Updated: 2019-04-25  Resolved: 2019-04-25

Status: Closed
Project: MariaDB Server
Component/s: Prepared Statements, Tests
Affects Version/s: 10.1, 10.2
Fix Version/s: 10.2.24, 10.1.39

Type: Bug Priority: Critical
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: regression


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/2555

10.1 e9c494c8438c7fcfe8edd197c9a6919b

sys_vars.transaction_prealloc_size_bug27322 w2 [ fail ]
        Test ended at 2019-03-21 21:06:24
 
CURRENT_TEST: sys_vars.transaction_prealloc_size_bug27322
--- /mnt/buildbot/build/mariadb-10.1.39/mysql-test/suite/sys_vars/r/transaction_prealloc_size_bug27322.result	2019-03-21 06:31:29.000000000 -0400
+++ /mnt/buildbot/build/mariadb-10.1.39/mysql-test/suite/sys_vars/r/transaction_prealloc_size_bug27322.reject	2019-03-21 21:06:24.293231374 -0400
@@ -2,20 +2,20 @@
 SET SESSION transaction_prealloc_size=1024*1024*1024*1;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-<Id>	root	<Host>	test	Query	<Time>	<State>	SHOW PROCESSLIST	0.000
+<Id>	root	<Host>	test	Execute	<Time>	<State>	SHOW PROCESSLIST	0.000
 SET SESSION transaction_prealloc_size=1024*1024*1024*2;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-<Id>	root	<Host>	test	Query	<Time>	<State>	SHOW PROCESSLIST	0.000
+<Id>	root	<Host>	test	Execute	<Time>	<State>	SHOW PROCESSLIST	0.000
 SET SESSION transaction_prealloc_size=1024*1024*1024*3;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-<Id>	root	<Host>	test	Query	<Time>	<State>	SHOW PROCESSLIST	0.000
+<Id>	root	<Host>	test	Execute	<Time>	<State>	SHOW PROCESSLIST	0.000
 SET SESSION transaction_prealloc_size=1024*1024*1024*4;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-<Id>	root	<Host>	test	Query	<Time>	<State>	SHOW PROCESSLIST	0.000
+<Id>	root	<Host>	test	Execute	<Time>	<State>	SHOW PROCESSLIST	0.000
 SET SESSION transaction_prealloc_size=1024*1024*1024*5;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-<Id>	root	<Host>	test	Query	<Time>	<State>	SHOW PROCESSLIST	0.000
+<Id>	root	<Host>	test	Execute	<Time>	<State>	SHOW PROCESSLIST	0.000
 
mysqltest: Result length mismatch

It started happening recently, around this 2019-03-13 on 10.1 (could be a bit earlier, as the builder is slow and lags behind).


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