mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-26 04:09:29 +00:00
1 line
21 KiB
JSON
1 line
21 KiB
JSON
|
|
{"uid":"1f6da34e311d777d","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":1777636903232,"stop":1777636934266,"duration":31034},"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=cd51b5ae208258e1cc52 within 30.0s. Collected events: [{'eventType': 'message_received', 'messageHash': '0x11b582d9d8b95722b39869e8039ec209462862eb7b707bd0540b4e6f2ddbb6a9', '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': 1777636903246360320, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x62bbc684617ec61cf22ed3b3d82b9caa65604c016c635e1981ed9758860d5ca3', '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': 1777636903247070720, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x1a0be35e2085bebdb1c444b6f025055cd85a1bd34b8d6b4fc6dc983e59453329', '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': 1777636903247746816, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x1ed9421061c12b0ae3e26809f37ee69e4aca304fc248a2b7e08c037fa6e93679', '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': 1777636903248291328, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0xd7194f1fbc8c219500c4a0920087e89e30e6ec7a1ea89838c51bdd37c2bb3c9b', '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': 1777636903248623360, '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=cd51b5ae208258e1cc52 within 30.0s. Collected events: [{'eventType': 'message_received', 'messageHash': '0x11b582d9d8b95722b39869e8039ec209462862eb7b707bd0540b4e6f2ddbb6a9', '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': 1777636903246360320, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_received', 'messageHash': '0x62bbc684617ec61cf22ed3b3d82b9caa65604c016c635e1981ed9758860d5ca3', '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': 17776369032
|