
Hi, I see this failure in the VDSM check-patch [1] - 11:25:34 =================================== FAILURES =================================== 11:25:34 ______________________ TestCommunicate.test_send_receive _______________________ 11:25:34 11:25:34 self = <storage.mailbox_test.TestCommunicate instance at 0x7fbf6498e680> 11:25:34 mboxfiles = MboxFiles(inbox='/var/tmp/vdsm/test_send_receive0/inbox', outbox='/var/tmp/vdsm/test_send_receive0/outbox') 11:25:34 11:25:34 def test_send_receive(self, mboxfiles): 11:25:34 msg_processed = threading.Event() 11:25:34 expired = False 11:25:34 received_messages = [] 11:25:34 11:25:34 def spm_callback(msg_id, data): 11:25:34 received_messages.append((msg_id, data)) 11:25:34 msg_processed.set() 11:25:34 11:25:34 with make_hsm_mailbox(mboxfiles, 7) as hsm_mb: 11:25:34 with make_spm_mailbox(mboxfiles) as spm_mm: 11:25:34 spm_mm.registerMessageType(b"xtnd", spm_callback) 11:25:34 VOL_DATA = dict( 11:25:34 poolID=SPUUID, 11:25:34 domainID='8adbc85e-e554-4ae0-b318-8a5465fe5fe1', 11:25:34 volumeID='d772f1c6-3ebb-43c3-a42e-73fcd8255a5f') 11:25:34 REQUESTED_SIZE = 100 11:25:34 11:25:34 hsm_mb.sendExtendMsg(VOL_DATA, REQUESTED_SIZE) 11:25:34 11:25:34 if not msg_processed.wait(10 * MONITOR_INTERVAL): 11:25:34 expired = True 11:25:34 11:25:34 > assert not expired, 'message was not processed on time' 11:25:34 E AssertionError: message was not processed on time 11:25:34 E assert not True 11:25:34 11:25:34 storage/mailbox_test.py:180: AssertionError Is this issue known to anyone? [1] - https://jenkins.ovirt.org/job/vdsm_standard-check-patch/14093/consoleFull Thanks -- Regards, Eyal Shenitzky