mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-07-11 02:49:35 +00:00
1 line
23 KiB
JSON
1 line
23 KiB
JSON
{"uid":"7a879164ca4116a9","name":"test_relay_unsubscribe_with_invalid_pubsub_topic_format","fullName":"tests.relay.test_subscribe.TestRelaySubscribe#test_relay_unsubscribe_with_invalid_pubsub_topic_format","historyId":"4e3010fb2ecd9ea99f95dca9548148cc","time":{"start":1782797744472,"stop":1782797744488,"duration":16},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"configure_fleet_cluster","time":{"start":1782797615991,"stop":1782797615991,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1782797615991,"stop":1782797615991,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap","time":{"start":1782797615991,"stop":1782797615991,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state","time":{"start":1782797615991,"stop":1782797615991,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1782797615992,"stop":1782797615992,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1782797741964,"stop":1782797741964,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1782797741965,"stop":1782797741965,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1782797741965,"stop":1782797741965,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"skip_fleet_test_without_rln","time":{"start":1782797741965,"stop":1782797741965,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1782797741965,"stop":1782797741965,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1782797741965,"stop":1782797741965,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1782797741965,"stop":1782797741966,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_nodes","time":{"start":1782797741966,"stop":1782797744471,"duration":2505},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1782797744467,"stop":1782797744471,"duration":4},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(<tests.relay.test_subscribe.TestRelaySubscribe object at 0x7fb391a740b0>, <src.node.waku_node.WakuNode object at 0x7fb3901aec30>, ['/ip4/172.18.206.23/tcp/45741/p2p/16Uiu2HAm7o3EAXFZhnyEVmG4QPnsQ2WPVqYgYzCjpinjbFkVSijJ'])"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"relay_setup","time":{"start":1782797741966,"stop":1782797741966,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"status":"passed","steps":[{"name":"delete_relay_subscriptions_on_nodes","time":{"start":1782797744472,"stop":1782797744475,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:45740/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 164, in delete_relay_subscriptions_on_nodes\n node.delete_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 411, in delete_relay_subscriptions\n return self._api.delete_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 45, in delete_relay_subscriptions\n return self.rest_call(\"delete\", \"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 0x7fb3901afd70>, <src.node.waku_node.WakuNode object at 0x7fb3901aec30>]"},{"name":"pubsub_topic_list","value":"'/test/2/rs/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"delete_relay_subscriptions_on_nodes","time":{"start":1782797744476,"stop":1782797744478,"duration":2},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:45740/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 164, in delete_relay_subscriptions_on_nodes\n node.delete_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 411, in delete_relay_subscriptions\n return self._api.delete_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 45, in delete_relay_subscriptions\n return self.rest_call(\"delete\", \"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 0x7fb3901afd70>, <src.node.waku_node.WakuNode object at 0x7fb3901aec30>]"},{"name":"pubsub_topic_list","value":"'/waku/3/rs/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"delete_relay_subscriptions_on_nodes","time":{"start":1782797744479,"stop":1782797744482,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:45740/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 164, in delete_relay_subscriptions_on_nodes\n node.delete_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 411, in delete_relay_subscriptions\n return self._api.delete_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 45, in delete_relay_subscriptions\n return self.rest_call(\"delete\", \"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 0x7fb3901afd70>, <src.node.waku_node.WakuNode object at 0x7fb3901aec30>]"},{"name":"pubsub_topic_list","value":"'/waku/2/test/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"delete_relay_subscriptions_on_nodes","time":{"start":1782797744482,"stop":1782797744485,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:45740/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 164, in delete_relay_subscriptions_on_nodes\n node.delete_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 411, in delete_relay_subscriptions\n return self._api.delete_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 45, in delete_relay_subscriptions\n return self.rest_call(\"delete\", \"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 0x7fb3901afd70>, <src.node.waku_node.WakuNode object at 0x7fb3901aec30>]"},{"name":"pubsub_topic_list","value":"'/waku/2/rs/3/b'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"delete_relay_subscriptions_on_nodes","time":{"start":1782797744485,"stop":1782797744487,"duration":2},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:45740/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 164, in delete_relay_subscriptions_on_nodes\n node.delete_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 411, in delete_relay_subscriptions\n return self._api.delete_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 45, in delete_relay_subscriptions\n return self.rest_call(\"delete\", \"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 0x7fb3901afd70>, <src.node.waku_node.WakuNode object at 0x7fb3901aec30>]"},{"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":1782797744489,"stop":1782797744489,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1782797744490,"stop":1782797745496,"duration":1006},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1782797745497,"stop":1782797745513,"duration":16},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1782797745513,"stop":1782797745514,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1782797953240,"stop":1782797953240,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1782797953240,"stop":1782797953240,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1782797953241,"stop":1782797953241,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1782797953242,"stop":1782797953242,"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":"runnervmmklqx"},{"name":"thread","value":"19325-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":28,"unknown":0,"total":28},"items":[{"uid":"132c580b23dfc003","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1297/#testresult/132c580b23dfc003","status":"passed","time":{"start":1782711989810,"stop":1782711989826,"duration":16}},{"uid":"8a0fc6e88a803fcf","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1296/#testresult/8a0fc6e88a803fcf","status":"passed","time":{"start":1782625437907,"stop":1782625437921,"duration":14}},{"uid":"427c571e5ec1666b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1295/#testresult/427c571e5ec1666b","status":"passed","time":{"start":1782538395110,"stop":1782538395126,"duration":16}},{"uid":"ee7d5c6cf3c533af","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1294/#testresult/ee7d5c6cf3c533af","status":"passed","time":{"start":1782452373709,"stop":1782452373725,"duration":16}},{"uid":"11fec29f95f42ed4","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1293/#testresult/11fec29f95f42ed4","status":"passed","time":{"start":1782365768158,"stop":1782365768173,"duration":15}},{"uid":"462a13300b0f2039","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1292/#testresult/462a13300b0f2039","status":"passed","time":{"start":1782279269106,"stop":1782279269122,"duration":16}},{"uid":"9d45d952940db93","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1291/#testresult/9d45d952940db93","status":"passed","time":{"start":1782252294860,"stop":1782252294875,"duration":15}},{"uid":"d6de48c58089b410","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1290/#testresult/d6de48c58089b410","status":"passed","time":{"start":1782192775188,"stop":1782192775204,"duration":16}},{"uid":"d68c7597fb5424d3","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1289/#testresult/d68c7597fb5424d3","status":"passed","time":{"start":1782108004243,"stop":1782108004260,"duration":17}},{"uid":"6b53b546181bda10","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1288/#testresult/6b53b546181bda10","status":"passed","time":{"start":1782021018918,"stop":1782021018934,"duration":16}},{"uid":"e78d68856768d692","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1287/#testresult/e78d68856768d692","status":"passed","time":{"start":1781934059065,"stop":1781934059081,"duration":16}},{"uid":"6b26a7e44540728a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1286/#testresult/6b26a7e44540728a","status":"passed","time":{"start":1781848595794,"stop":1781848595811,"duration":17}},{"uid":"5f8d03418c4f33f6","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1285/#testresult/5f8d03418c4f33f6","status":"passed","time":{"start":1781761816195,"stop":1781761816213,"duration":18}},{"uid":"3b210b64eb55da62","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1284/#testresult/3b210b64eb55da62","status":"passed","time":{"start":1781730578165,"stop":1781730578181,"duration":16}},{"uid":"650dbec03d291e4c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1283/#testresult/650dbec03d291e4c","status":"passed","time":{"start":1781727678639,"stop":1781727678657,"duration":18}},{"uid":"1fefa6cbb65c6167","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1282/#testresult/1fefa6cbb65c6167","status":"passed","time":{"start":1781675558173,"stop":1781675558187,"duration":14}},{"uid":"65a77aaa82673612","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1281/#testresult/65a77aaa82673612","status":"passed","time":{"start":1781614986726,"stop":1781614986743,"duration":17}},{"uid":"282203f6e1cb16d7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1280/#testresult/282203f6e1cb16d7","status":"passed","time":{"start":1781602859695,"stop":1781602859712,"duration":17}},{"uid":"ee5fdd6463644ff","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1279/#testresult/ee5fdd6463644ff","status":"passed","time":{"start":1781589757886,"stop":1781589757905,"duration":19}},{"uid":"9b41ce4b60f7c619","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1278/#testresult/9b41ce4b60f7c619","status":"passed","time":{"start":1781503126683,"stop":1781503126699,"duration":16}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_nodes')"]},"source":"7a879164ca4116a9.json","parameterValues":[]} |