mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-07-26 18:23:12 +00:00
1 line
23 KiB
JSON
1 line
23 KiB
JSON
{"uid":"4c7b3cec132a8ffc","name":"test_relay_subscribe_with_invalid_pubsub_topic_format","fullName":"tests.relay.test_subscribe.TestRelaySubscribe#test_relay_subscribe_with_invalid_pubsub_topic_format","historyId":"3a306bd6ef7a6fbc1ad830e184798f67","time":{"start":1784784294808,"stop":1784784294828,"duration":20},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"fleet_rln_state","time":{"start":1784783812942,"stop":1784783812942,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1784783812943,"stop":1784783812943,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1784783812943,"stop":1784783812943,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap","time":{"start":1784783812943,"stop":1784783812943,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1784783812943,"stop":1784783812943,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1784784292299,"stop":1784784292300,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"skip_fleet_test_without_rln","time":{"start":1784784292299,"stop":1784784292299,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1784784292299,"stop":1784784292299,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1784784292299,"stop":1784784292299,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1784784292299,"stop":1784784292299,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1784784292300,"stop":1784784292300,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1784784292300,"stop":1784784292300,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"relay_setup","time":{"start":1784784292300,"stop":1784784292301,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_nodes","time":{"start":1784784292301,"stop":1784784294807,"duration":2506},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1784784294802,"stop":1784784294807,"duration":5},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(<tests.relay.test_subscribe.TestRelaySubscribe object at 0x7fb600feab10>, <src.node.waku_node.WakuNode object at 0x7fb600726030>, ['/ip4/172.18.22.17/tcp/2847/p2p/16Uiu2HAmS9pPjSBEyWcx7q2RYhN2QL1GSHuFEZE6wa9y3VKtjiP5'])"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"testStage":{"status":"passed","steps":[{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1784784294809,"stop":1784784294813,"duration":4},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:2846/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 159, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 405, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7fb60028f860>, <src.node.waku_node.WakuNode object at 0x7fb600726030>]"},{"name":"pubsub_topic_list","value":"'/test/2/rs/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1784784294815,"stop":1784784294818,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:2846/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 159, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 405, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7fb60028f860>, <src.node.waku_node.WakuNode object at 0x7fb600726030>]"},{"name":"pubsub_topic_list","value":"'/waku/3/rs/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1784784294819,"stop":1784784294822,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:2846/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 159, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 405, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7fb60028f860>, <src.node.waku_node.WakuNode object at 0x7fb600726030>]"},{"name":"pubsub_topic_list","value":"'/waku/2/test/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1784784294822,"stop":1784784294825,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:2846/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 159, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 405, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7fb60028f860>, <src.node.waku_node.WakuNode object at 0x7fb600726030>]"},{"name":"pubsub_topic_list","value":"'/waku/2/rs/3/b'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1784784294825,"stop":1784784294828,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:2846/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 159, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 405, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7fb60028f860>, <src.node.waku_node.WakuNode object at 0x7fb600726030>]"},{"name":"pubsub_topic_list","value":"'/waku/2/rs/0'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":5,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1784784294829,"stop":1784784294830,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1784784294831,"stop":1784784295726,"duration":895},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1784784295727,"stop":1784784295739,"duration":12},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1784784295739,"stop":1784784295739,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1784784502999,"stop":1784784502999,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1784784503000,"stop":1784784503000,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1784784503001,"stop":1784784503001,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1784784503002,"stop":1784784503002,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"tag","value":"@pytest.mark.usefixtures('setup_main_relay_nodes')"},{"name":"parentSuite","value":"tests.relay"},{"name":"suite","value":"test_subscribe"},{"name":"subSuite","value":"TestRelaySubscribe"},{"name":"host","value":"runnervm3jd5f"},{"name":"thread","value":"18652-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.relay.test_subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":56,"unknown":0,"total":56},"items":[{"uid":"2ac8d5b2a2d038bb","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1325/#testresult/2ac8d5b2a2d038bb","status":"passed","time":{"start":1784697852206,"stop":1784697852224,"duration":18}},{"uid":"1c0f9f1a0be32d10","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1324/#testresult/1c0f9f1a0be32d10","status":"passed","time":{"start":1784611377384,"stop":1784611377401,"duration":17}},{"uid":"4037286717f593af","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1323/#testresult/4037286717f593af","status":"passed","time":{"start":1784525573593,"stop":1784525573609,"duration":16}},{"uid":"8e5c80b7b52c57e9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1322/#testresult/8e5c80b7b52c57e9","status":"passed","time":{"start":1784438618064,"stop":1784438618081,"duration":17}},{"uid":"cc38551fce91134f","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1321/#testresult/cc38551fce91134f","status":"passed","time":{"start":1784351845224,"stop":1784351845240,"duration":16}},{"uid":"f81616f33eabbad7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1320/#testresult/f81616f33eabbad7","status":"passed","time":{"start":1784265874154,"stop":1784265874170,"duration":16}},{"uid":"dae3f65e575f0da5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1319/#testresult/dae3f65e575f0da5","status":"passed","time":{"start":1784218026490,"stop":1784218026507,"duration":17}},{"uid":"148329447acdcaa2","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1318/#testresult/148329447acdcaa2","status":"passed","time":{"start":1784214875748,"stop":1784214875765,"duration":17}},{"uid":"41c7582d2fa3fcfd","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1317/#testresult/41c7582d2fa3fcfd","status":"passed","time":{"start":1784179347434,"stop":1784179347455,"duration":21}},{"uid":"a690802824f70691","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1316/#testresult/a690802824f70691","status":"passed","time":{"start":1784119504005,"stop":1784119504020,"duration":15}},{"uid":"a65718fdb5bab357","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1315/#testresult/a65718fdb5bab357","status":"passed","time":{"start":1784092814613,"stop":1784092814630,"duration":17}},{"uid":"39478ce4737a067a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1314/#testresult/39478ce4737a067a","status":"passed","time":{"start":1784031831554,"stop":1784031831570,"duration":16}},{"uid":"a8674b6835104815","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1314/#testresult/a8674b6835104815","status":"passed","time":{"start":1784031831554,"stop":1784031831570,"duration":16}},{"uid":"a49e0d25b11f2ab1","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1313/#testresult/a49e0d25b11f2ab1","status":"passed","time":{"start":1784019103411,"stop":1784019103426,"duration":15}},{"uid":"97a733df94e59a22","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1312/#testresult/97a733df94e59a22","status":"passed","time":{"start":1784006356293,"stop":1784006356309,"duration":16}},{"uid":"15f1a0cb20d1191","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1311/#testresult/15f1a0cb20d1191","status":"passed","time":{"start":1783920470020,"stop":1783920470046,"duration":26}},{"uid":"a283f8e2b2f86aa","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1310/#testresult/a283f8e2b2f86aa","status":"passed","time":{"start":1783833781807,"stop":1783833781823,"duration":16}},{"uid":"2ae9634df3b2fd16","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1309/#testresult/2ae9634df3b2fd16","status":"passed","time":{"start":1783747372371,"stop":1783747372386,"duration":15}},{"uid":"a0ea753b57169747","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1308/#testresult/a0ea753b57169747","status":"passed","time":{"start":1783663396848,"stop":1783663396864,"duration":16}},{"uid":"f6b4276a1c62cbb3","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1307/#testresult/f6b4276a1c62cbb3","status":"passed","time":{"start":1783575485016,"stop":1783575485032,"duration":16}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_nodes')"]},"source":"4c7b3cec132a8ffc.json","parameterValues":[]} |