[MDEV-11807] rpl.rpl_semi_sync_wait_point failed in buildbot with timeout in wait condition Created: 2017-01-15  Updated: 2023-11-29  Resolved: 2023-11-29

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: Won't Fix 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/463/steps/test/logs/stdio

rpl.rpl_semi_sync_wait_point 'xtradb'    w3 [ fail ]
        Test ended at 2016-12-23 01:08:30
 
CURRENT_TEST: rpl.rpl_semi_sync_wait_point
--- /home/buildbot/maria-slave/p8-rhel6-bintar-debug/build/mysql-test/suite/rpl/r/rpl_semi_sync_wait_point.result	2016-12-22 22:59:01.420019948 -0500
+++ /home/buildbot/maria-slave/p8-rhel6-bintar-debug/build/mysql-test/suite/rpl/r/rpl_semi_sync_wait_point.reject	2016-12-23 01:08:29.800019948 -0500
@@ -71,11 +71,18 @@
 SET GLOBAL rpl_semi_sync_master_enabled = 1;
 # Go ahead and send the INSERT; it should block.
 INSERT INTO t1 (i) VALUES (3);
+Timeout in wait_condition.inc for SELECT COUNT(*) > 0 AS should_be_true
+FROM information_schema.processlist
+WHERE id = @other_connection_id
+AND state = "Waiting for semi-sync ACK from slave"
+Id	User	Host	db	Command	Time	State	Info	Progress
+3	root	localhost	test	Query	0	init	show full processlist	0.000
+4	root	localhost	test	Query	30	query end	INSERT INTO t1 (i) VALUES (3)	0.000
 # The INSERT thread should now be waiting.
 SELECT state AS should_be_waiting
 FROM information_schema.processlist WHERE id = @other_connection_id;
 should_be_waiting
-Waiting for semi-sync ACK from slave
+query end
 # The insert should NOT be visible to other threads
 SELECT * FROM t1 ORDER BY 1;
 i
 
mysqltest: Result length mismatch


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