mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-25 19:59:26 +00:00
1 line
14 KiB
JSON
1 line
14 KiB
JSON
|
|
{"uid":"8f55571e58ce0d4a","name":"test_s30_concurrent_sends_during_auto_subscribe","fullName":"tests.wrappers_tests.test_send_e2e.TestSendBeforeRelay#test_s30_concurrent_sends_during_auto_subscribe","historyId":"3aa0b94356c2de4bcea2ca89435c60b7","time":{"start":1777636873178,"stop":1777636903212,"duration":30034},"description":"\n S30: concurrent sends on the same content topic during initial auto-subscribe.\n - Sender starts unsubscribed to the target topic.\n - Several send() calls are issued at nearly the same time.\n - Each call must return Ok(RequestId) with a unique id.\n - Each request id must get its own propagated event,\n with no dropped or cross-associated events.\n ","descriptionHtml":"<pre><code> S30: concurrent sends on the same content topic during initial auto-subscribe.\n - Sender starts unsubscribed to the target topic.\n - Several send() calls are issued at nearly the same time.\n - Each call must return Ok(RequestId) with a unique id.\n - Each request id must get its own propagated event,\n with no dropped or cross-associated events.\n</code></pre>\n","status":"failed","statusMessage":"AssertionError: No MessagePropagatedEvent for request_id=156ced29a7d59a32087b within 30.0s. Collected events: [{'eventType': 'message_received', 'messageHash': '0xc81a38aa328e914c30046f1c3d1a2217840da0fadfefecc60e8c288e58a99aea', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 48], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 1777636873193406208, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x9d5b0d9653b5ba9de7990f3ca8bb0c278f59647394e58865641d09d401b5f9e2', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 49], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 1777636873194329600, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x66dc494722e3e23830ac26dcb4b4aa682b6c12aa0b6ece69622d7981a4443648', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 50], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 1777636873195088640, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0xfce3748fe7470ade9934be8982e73a203ffb058a863a139cc1d344fdefc0cdc2', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 51], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 1777636873195537152, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x5c32c02ba10a99509c54ef4fdf3081213bb120ab46162418e1d0f01b05393591', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 52], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 1777636873195935232, 'ephemeral': False, 'proof': []}}]\nassert None is not None","statusTrace":"tests/wrappers_tests/test_send_e2e.py:778: in test_s30_concurrent_sends_during_auto_subscribe\n assert propagated_event is not None, (\nE AssertionError: No MessagePropagatedEvent for request_id=156ced29a7d59a32087b within 30.0s. Collected events: [{'eventType': 'message_received', 'messageHash': '0xc81a38aa328e914c30046f1c3d1a2217840da0fadfefecc60e8c288e58a99aea', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 48], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 1777636873193406208, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x9d5b0d9653b5ba9de7990f3ca8bb0c278f59647394e58865641d09d401b5f9e2', 'message': {'payload': [115, 51, 48, 45, 99, 111, 110, 99, 117, 114, 114, 101, 110, 116, 45, 49], 'contentTopic': '/test/1/s30-concurrent/proto', 'meta': [], 'version': 0, 'timestamp': 17776368731
|