[MDEV-10793] main.kill_processlist-6619 fails sporadically in buildbot with wrong result Created: 2016-09-11  Updated: 2023-11-28

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0, 10.1, 10.2, 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: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/p8-rhel6-bintar-debug/builds/166/steps/test/logs/stdio

main.kill_processlist-6619               w3 [ fail ]
        Test ended at 2016-09-09 22:06:19
 
CURRENT_TEST: main.kill_processlist-6619
--- /home/buildbot/maria-slave/p8-rhel6-bintar-debug/build/mysql-test/r/kill_processlist-6619.result	2016-09-03 20:27:50.690045476 -0400
+++ /home/buildbot/maria-slave/p8-rhel6-bintar-debug/build/mysql-test/r/kill_processlist-6619.reject	2016-09-09 22:06:19.290045477 -0400
@@ -1,7 +1,7 @@
 connect  con1,localhost,root,,;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-#	root	#	test	Sleep	#	#	NULL	0.000
+#	root	#	test	Query	#	#	select count(*) = 0 from information_schema.session_variables where variable_name = 'debug_sync' and	0.000
 #	root	#	test	Query	#	#	SHOW PROCESSLIST	0.000
 SET DEBUG_SYNC='before_execute_sql_command SIGNAL ready WAIT_FOR go';
 SHOW PROCESSLIST;
 
mysqltest: Result length mismatch



 Comments   
Comment by Elena Stepanova [ 2018-01-27 ]

On 10.0:
http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/6992/steps/test/logs/stdio

main.kill_processlist-6619               w1 [ fail ]
        Test ended at 2018-01-23 12:34:55
 
CURRENT_TEST: main.kill_processlist-6619
--- D:/winx64-debug/build/src/mysql-test/r/kill_processlist-6619.result	2018-01-23 11:37:06.017533000 +0000
+++ D:\winx64-debug\build\src\mysql-test\r\kill_processlist-6619.reject	2018-01-23 12:34:55.140465100 +0000
@@ -1,7 +1,7 @@
 connect  con1,localhost,root,,;
 SHOW PROCESSLIST;
 Id	User	Host	db	Command	Time	State	Info	Progress
-#	root	#	test	Sleep	#	#	NULL	0.000
+#	root	#	test	Query	#	#	select count(*) = 0 from information_schema.session_variables where variable_name = 'debug_sync' and	0.000
 #	root	#	test	Query	#	#	SHOW PROCESSLIST	0.000
 SET DEBUG_SYNC='before_execute_sql_command SIGNAL ready WAIT_FOR go';
 SHOW PROCESSLIST;
 
mysqltest: Result length mismatch

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