mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-08-02 13:43:19 +00:00
1 line
27 KiB
JSON
1 line
27 KiB
JSON
{"uid":"79c18a4de4935319","name":"test_store_node_not_connected_directly_to_lightpushing_node","fullName":"tests.e2e.test_e2e.TestE2E#test_store_node_not_connected_directly_to_lightpushing_node","historyId":"7e47f771056053b858e17e50737fd822","time":{"start":1783661679162,"stop":1783661745638,"duration":66476},"status":"broken","statusMessage":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=60815): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58c9a540>: 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 0x7f1b58c9a540>: 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=60815): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58c9a540>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\ntests/e2e/test_e2e.py:135: in test_store_node_not_connected_directly_to_lightpushing_node\n self.node3.start(relay=\"false\", storenode=self.node2.get_multiaddr_with_id(), discv5_bootstrap_node=self.node2.get_enr_uri())\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=60815): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58c9a540>: Failed to establish a new connection: [Errno 111] Connection refused'))","flaky":false,"newFailed":false,"newBroken":true,"newPassed":false,"retriesCount":2,"retriesStatusChange":false,"beforeStages":[{"name":"pubsub_cfg","time":{"start":1783661539914,"stop":1783661539914,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state","time":{"start":1783661539914,"stop":1783661539914,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap","time":{"start":1783661539914,"stop":1783661539914,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1783661539915,"stop":1783661539915,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1783661539915,"stop":1783661539915,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1783661679136,"stop":1783661679136,"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":1783661679136,"stop":1783661679137,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1783661679136,"stop":1783661679136,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1783661679136,"stop":1783661679136,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1783661679137,"stop":1783661679137,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1783661679137,"stop":1783661679137,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1783661679137,"stop":1783661679137,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"filter_setup","time":{"start":1783661679138,"stop":1783661679138,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"nodes","time":{"start":1783661679138,"stop":1783661679160,"duration":22},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"light_push_setup","time":{"start":1783661679138,"stop":1783661679138,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"relay_setup","time":{"start":1783661679160,"stop":1783661679161,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1783661679161,"stop":1783661679161,"duration":0},"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=60815): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58c9a540>: 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 0x7f1b58c9a540>: 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=60815): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58c9a540>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\ntests/e2e/test_e2e.py:135: in test_store_node_not_connected_directly_to_lightpushing_node\n self.node3.start(relay=\"false\", storenode=self.node2.get_multiaddr_with_id(), discv5_bootstrap_node=self.node2.get_enr_uri())\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=60815): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58c9a540>: 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":1783661745827,"stop":1783661745828,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1783661745828,"stop":1783661746709,"duration":881},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1783661746709,"stop":1783661746772,"duration":63},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1783661746772,"stop":1783661746775,"duration":3},"status":"passed","steps":[],"attachments":[{"name":"node1_2026-07-10_05-34-39__7ed50efe-8a57-4257-a9d3-59ef139218fe__wakuorg_nwaku:latest.log","type":"text/plain","size":0},{"name":"node2_2026-07-10_05-34-39__7ed50efe-8a57-4257-a9d3-59ef139218fe__wakuorg_nwaku:latest.log","type":"text/plain","size":0},{"name":"node3_2026-07-10_05-34-39__7ed50efe-8a57-4257-a9d3-59ef139218fe__wakuorg_nwaku:latest.log","type":"text/plain","size":0}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":3,"hasContent":true,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1783666627899,"stop":1783666627899,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1783666627900,"stop":1783666627900,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1783666627901,"stop":1783666627901,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1783666627904,"stop":1783666627904,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests.e2e"},{"name":"suite","value":"test_e2e"},{"name":"subSuite","value":"TestE2E"},{"name":"host","value":"runnervm5mmn9"},{"name":"thread","value":"19484-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.e2e.test_e2e"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"7ccd041f46cdfd08","status":"broken","statusDetails":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=54608): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58d5c6b0>: Failed to establish a new connection: [Errno 111] Connection refused'))","time":{"start":1783661611510,"stop":1783661677976,"duration":66466}},{"uid":"1d8e85812789e895","status":"broken","statusDetails":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=40297): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b58d76480>: Failed to establish a new connection: [Errno 111] Connection refused'))","time":{"start":1783661539944,"stop":1783661610211,"duration":70267}}],"categories":[{"name":"Test defects","matchedStatuses":[]}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"b09aa47b03d0260b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1307/#testresult/b09aa47b03d0260b","status":"passed","time":{"start":1783575019780,"stop":1783575058014,"duration":38234}},{"uid":"1e350e2565db6adc","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1306/#testresult/1e350e2565db6adc","status":"passed","time":{"start":1783487613833,"stop":1783487651314,"duration":37481}},{"uid":"5e518705f2b7e153","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1305/#testresult/5e518705f2b7e153","status":"passed","time":{"start":1783402198942,"stop":1783402237055,"duration":38113}},{"uid":"f2f07f019a0d5697","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1304/#testresult/f2f07f019a0d5697","status":"passed","time":{"start":1783316191581,"stop":1783316229539,"duration":37958}},{"uid":"f66d336ce5ec77e9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1303/#testresult/f66d336ce5ec77e9","status":"passed","time":{"start":1783229569740,"stop":1783229608469,"duration":38729}},{"uid":"84fcea3ae2829cd9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1302/#testresult/84fcea3ae2829cd9","status":"passed","time":{"start":1783142767907,"stop":1783142805505,"duration":37598}},{"uid":"4250d533ed87dc4b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1301/#testresult/4250d533ed87dc4b","status":"passed","time":{"start":1783056623657,"stop":1783056662261,"duration":38604}},{"uid":"7058c4fd06ed3bc0","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1300/#testresult/7058c4fd06ed3bc0","status":"passed","time":{"start":1782970156584,"stop":1782970194636,"duration":38052}},{"uid":"a2eb41dd8abbafc8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1299/#testresult/a2eb41dd8abbafc8","status":"passed","time":{"start":1782884579183,"stop":1782884616972,"duration":37789}},{"uid":"d4389848b2f0d392","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1298/#testresult/d4389848b2f0d392","status":"passed","time":{"start":1782797580803,"stop":1782797618612,"duration":37809}},{"uid":"1b8814805eab6144","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1297/#testresult/1b8814805eab6144","status":"passed","time":{"start":1782711934473,"stop":1782711972837,"duration":38364}},{"uid":"4735e422ce5e8422","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1296/#testresult/4735e422ce5e8422","status":"passed","time":{"start":1782625216475,"stop":1782625254007,"duration":37532}},{"uid":"e76f0b6440f63541","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1295/#testresult/e76f0b6440f63541","status":"passed","time":{"start":1782538095571,"stop":1782538133144,"duration":37573}},{"uid":"50c85b3a716b7368","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1294/#testresult/50c85b3a716b7368","status":"passed","time":{"start":1782452127346,"stop":1782452165067,"duration":37721}},{"uid":"d9e9b682c4b12b5d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1293/#testresult/d9e9b682c4b12b5d","status":"passed","time":{"start":1782365604069,"stop":1782365642778,"duration":38709}},{"uid":"46fa97e06b75f1c7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1292/#testresult/46fa97e06b75f1c7","status":"passed","time":{"start":1782278947724,"stop":1782278985449,"duration":37725}},{"uid":"236b3390fff56117","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1291/#testresult/236b3390fff56117","status":"passed","time":{"start":1782252173364,"stop":1782252211558,"duration":38194}},{"uid":"7a0403c510306fe4","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1290/#testresult/7a0403c510306fe4","status":"passed","time":{"start":1782192729074,"stop":1782192767239,"duration":38165}},{"uid":"42139739cdcd277e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1289/#testresult/42139739cdcd277e","status":"passed","time":{"start":1782108072551,"stop":1782108110500,"duration":37949}},{"uid":"9de4208dcbd9d492","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1288/#testresult/9de4208dcbd9d492","status":"passed","time":{"start":1782020903452,"stop":1782020941741,"duration":38289}}]},"tags":[]},"source":"79c18a4de4935319.json","parameterValues":[]} |