1 line
26 KiB
JSON

{"uid":"b3d5d0c4f7f7cef2","name":"test_sync_nodes_are_not_relay_and_have_storenode_set","fullName":"tests.store_sync.test_store_sync.TestStoreSync#test_sync_nodes_are_not_relay_and_have_storenode_set","historyId":"706d3885c54ea6411b3326e927e5f401","time":{"start":1783663110757,"stop":1783663178538,"duration":67781},"status":"broken","statusMessage":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=55901): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused'))","statusTrace":"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:196: in _new_conn\n sock = connection.create_connection(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:85: in create_connection\n raise err\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:73: in create_connection\n sock.connect(sa)\nE ConnectionRefusedError: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:789: in urlopen\n response = self._make_request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:495: in _make_request\n conn.request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:398: in request\n self.endheaders()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1353: in endheaders\n self._send_output(message_body, encode_chunked=encode_chunked)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1113: in _send_output\n self.send(msg)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1057: in send\n self.connect()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:236: in connect\n self.sock = self._new_conn()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:211: in _new_conn\n raise NewConnectionError(\nE urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:486: in send\n resp = conn.urlopen(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:843: in urlopen\n retries = retries.increment(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/retry.py:519: in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\nE urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=55901): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\ntests/store_sync/test_store_sync.py:80: in test_sync_nodes_are_not_relay_and_have_storenode_set\n self.node2.start(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:117: in start\n self._start_docker(default_args, remove_container, wait_for_node_sec)\nsrc/node/waku_node.py:227: in _start_docker\n self.ensure_ready(timeout_duration=wait_for_node_sec, rln_required=self._rln_creds_set)\nsrc/node/waku_node.py:355: in ensure_ready\n check_healthy()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:330: in check_healthy\n self.health_response = node.health()\nsrc/node/waku_node.py:396: in health\n return self._api.health()\nsrc/node/api_clients/rest.py:28: in health\n health_response = self.rest_call(\"get\", \"health\")\nsrc/node/api_clients/rest.py:16: in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\nsrc/node/api_clients/base_client.py:12: in make_request\n response = requests.request(method.upper(), url, headers=headers, data=data, timeout=API_REQUEST_TIMEOUT)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/api.py:59: in request\n return session.request(method=method, url=url, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:589: in request\n resp = self.send(prep, **send_kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:703: in send\n r = adapter.send(request, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:519: in send\n raise ConnectionError(e, request=request)\nE requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=55901): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused'))","flaky":false,"newFailed":false,"newBroken":true,"newPassed":false,"retriesCount":2,"retriesStatusChange":false,"beforeStages":[{"name":"configure_fleet_bootstrap","time":{"start":1783661506488,"stop":1783661506489,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state","time":{"start":1783661506488,"stop":1783661506488,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1783661506489,"stop":1783661506489,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1783661506489,"stop":1783661506489,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1783661506489,"stop":1783661506489,"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":1783663110657,"stop":1783663110657,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1783663110657,"stop":1783663110657,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1783663110657,"stop":1783663110657,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1783663110657,"stop":1783663110663,"duration":6},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1783663110657,"stop":1783663110657,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1783663110664,"stop":1783663110664,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1783663110664,"stop":1783663110664,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"nodes","time":{"start":1783663110664,"stop":1783663110739,"duration":75},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1783663110739,"stop":1783663110740,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"status":"broken","statusMessage":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=55901): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused'))","statusTrace":"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:196: in _new_conn\n sock = connection.create_connection(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:85: in create_connection\n raise err\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:73: in create_connection\n sock.connect(sa)\nE ConnectionRefusedError: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:789: in urlopen\n response = self._make_request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:495: in _make_request\n conn.request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:398: in request\n self.endheaders()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1353: in endheaders\n self._send_output(message_body, encode_chunked=encode_chunked)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1113: in _send_output\n self.send(msg)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1057: in send\n self.connect()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:236: in connect\n self.sock = self._new_conn()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:211: in _new_conn\n raise NewConnectionError(\nE urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:486: in send\n resp = conn.urlopen(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:843: in urlopen\n retries = retries.increment(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/retry.py:519: in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\nE urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=55901): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\ntests/store_sync/test_store_sync.py:80: in test_sync_nodes_are_not_relay_and_have_storenode_set\n self.node2.start(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:117: in start\n self._start_docker(default_args, remove_container, wait_for_node_sec)\nsrc/node/waku_node.py:227: in _start_docker\n self.ensure_ready(timeout_duration=wait_for_node_sec, rln_required=self._rln_creds_set)\nsrc/node/waku_node.py:355: in ensure_ready\n check_healthy()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:330: in check_healthy\n self.health_response = node.health()\nsrc/node/waku_node.py:396: in health\n return self._api.health()\nsrc/node/api_clients/rest.py:28: in health\n health_response = self.rest_call(\"get\", \"health\")\nsrc/node/api_clients/rest.py:16: in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\nsrc/node/api_clients/base_client.py:12: in make_request\n response = requests.request(method.upper(), url, headers=headers, data=data, timeout=API_REQUEST_TIMEOUT)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/api.py:59: in request\n return session.request(method=method, url=url, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:589: in request\n resp = self.send(prep, **send_kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:703: in send\n r = adapter.send(request, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:519: in send\n raise ConnectionError(e, request=request)\nE requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=55901): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0d3e8d0>: Failed to establish a new connection: [Errno 111] Connection refused'))","steps":[],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1783663178918,"stop":1783663179047,"duration":129},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1783663179058,"stop":1783663179631,"duration":573},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1783663179641,"stop":1783663179671,"duration":30},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1783663179675,"stop":1783663179726,"duration":51},"status":"passed","steps":[],"attachments":[{"name":"node1_2026-07-10_05-58-30__d1f42bc0-0e1a-4cd5-b9c7-63d291a9fd6f__wakuorg_nwaku:latest.log","type":"text/plain","size":0},{"name":"node2_2026-07-10_05-58-30__d1f42bc0-0e1a-4cd5-b9c7-63d291a9fd6f__wakuorg_nwaku:latest.log","type":"text/plain","size":0}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1783663498652,"stop":1783663498653,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1783663498658,"stop":1783663498658,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1783663498677,"stop":1783663498677,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1783663498696,"stop":1783663498696,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests.store_sync"},{"name":"suite","value":"test_store_sync"},{"name":"subSuite","value":"TestStoreSync"},{"name":"host","value":"runnervm5mmn9"},{"name":"thread","value":"19483-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.store_sync.test_store_sync"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"ba12112052aa3167","status":"broken","statusDetails":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=31718): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0e6baa0>: Failed to establish a new connection: [Errno 111] Connection refused'))","time":{"start":1783663041251,"stop":1783663109407,"duration":68156}},{"uid":"b2be5ae3d5432e22","status":"broken","statusDetails":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=43988): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe4d0e28200>: Failed to establish a new connection: [Errno 111] Connection refused'))","time":{"start":1783662972673,"stop":1783663039972,"duration":67299}}],"categories":[{"name":"Test defects","matchedStatuses":[]}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"339bfa58bfb1fdd8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1307/#testresult/339bfa58bfb1fdd8","status":"passed","time":{"start":1783575280921,"stop":1783575286822,"duration":5901}},{"uid":"7be95ae78f6efdb5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1306/#testresult/7be95ae78f6efdb5","status":"passed","time":{"start":1783487896225,"stop":1783487902129,"duration":5904}},{"uid":"8b8cce6b7184cb97","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1305/#testresult/8b8cce6b7184cb97","status":"passed","time":{"start":1783402540445,"stop":1783402546340,"duration":5895}},{"uid":"e5123a624097c068","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1304/#testresult/e5123a624097c068","status":"passed","time":{"start":1783316516226,"stop":1783316522127,"duration":5901}},{"uid":"d947fd924ec34cdc","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1303/#testresult/d947fd924ec34cdc","status":"passed","time":{"start":1783229870680,"stop":1783229876562,"duration":5882}},{"uid":"fa54e37ccd54a9b8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1302/#testresult/fa54e37ccd54a9b8","status":"passed","time":{"start":1783143120500,"stop":1783143126379,"duration":5879}},{"uid":"a823d8a5b41ea514","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1301/#testresult/a823d8a5b41ea514","status":"passed","time":{"start":1783056937354,"stop":1783056943251,"duration":5897}},{"uid":"8c2a363a15f9ea76","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1300/#testresult/8c2a363a15f9ea76","status":"passed","time":{"start":1782970403641,"stop":1782970409530,"duration":5889}},{"uid":"3d00a616124fa3c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1299/#testresult/3d00a616124fa3c","status":"passed","time":{"start":1782884893285,"stop":1782884899160,"duration":5875}},{"uid":"62d814c2693d7fc0","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1298/#testresult/62d814c2693d7fc0","status":"passed","time":{"start":1782798028244,"stop":1782798034128,"duration":5884}},{"uid":"dc197f7fd319b66","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1297/#testresult/dc197f7fd319b66","status":"passed","time":{"start":1782712375915,"stop":1782712381788,"duration":5873}},{"uid":"8a8fcf7c11701614","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1296/#testresult/8a8fcf7c11701614","status":"passed","time":{"start":1782625609781,"stop":1782625615682,"duration":5901}},{"uid":"453544c0782e4af9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1295/#testresult/453544c0782e4af9","status":"passed","time":{"start":1782538548827,"stop":1782538554723,"duration":5896}},{"uid":"f084ae5f0b56e64c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1294/#testresult/f084ae5f0b56e64c","status":"passed","time":{"start":1782452485711,"stop":1782452491524,"duration":5813}},{"uid":"4d11797354f462d5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1293/#testresult/4d11797354f462d5","status":"passed","time":{"start":1782365822568,"stop":1782365828720,"duration":6152}},{"uid":"cd6dde20548b8ad2","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1292/#testresult/cd6dde20548b8ad2","status":"passed","time":{"start":1782279449145,"stop":1782279454881,"duration":5736}},{"uid":"f68153feb48fe1ae","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1291/#testresult/f68153feb48fe1ae","status":"passed","time":{"start":1782252470811,"stop":1782252476759,"duration":5948}},{"uid":"ae222a7bfe217c63","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1290/#testresult/ae222a7bfe217c63","status":"passed","time":{"start":1782192929757,"stop":1782192935677,"duration":5920}},{"uid":"aef4209bff7133e1","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1289/#testresult/aef4209bff7133e1","status":"passed","time":{"start":1782108142535,"stop":1782108148427,"duration":5892}},{"uid":"ec8c0c7f7a866f18","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1288/#testresult/ec8c0c7f7a866f18","status":"passed","time":{"start":1782021034386,"stop":1782021040257,"duration":5871}}]},"tags":[]},"source":"b3d5d0c4f7f7cef2.json","parameterValues":[]}