2026-05-01 17:25:44 +00:00

1 line
8.9 KiB
JSON

{"uid":"79e412037b84ddc8","name":"test_s19_store_peer_appears_after_propagation","fullName":"tests.wrappers_tests.test_send_e2e_part1.TestSendBeforeRelay#test_s19_store_peer_appears_after_propagation","historyId":"c6149f4f462092b92a91bcb2a792aaa3","time":{"start":1777655825630,"stop":1777655844653,"duration":19023},"description":"\n S19: a store peer comes online later.\n - send() returns Ok(RequestId) immediately\n - Propagated --- relay peer\n - Sent when store peer is reachable\n ","descriptionHtml":"<pre><code> S19: a store peer comes online later.\n - send() returns Ok(RequestId) immediately\n - Propagated --- relay peer\n - Sent when store peer is reachable\n</code></pre>\n","status":"skipped","statusMessage":"XFAIL scenario might be not possible to simulate\n\nException: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:27640/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.96/tcp/40227/p2p/16Uiu2HAkvmH2nYNzJFJ1T3YaRMc2RgNSnM7udpR6ENgfX4skkjMh'","statusTrace":"src/node/api_clients/base_client.py:14: in make_request\n response.raise_for_status()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/models.py:1021: in raise_for_status\n raise HTTPError(http_error_msg, response=self)\nE requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://127.0.0.1:27640/admin/v1/peers\n\nDuring handling of the above exception, another exception occurred:\ntests/wrappers_tests/test_send_e2e_part1.py:264: in test_s19_store_peer_appears_after_propagation\n store_node.add_peers([relay_multiaddr, sender_multiaddr])\nsrc/node/waku_node.py:397: in add_peers\n return self._api.add_peers(peers)\nsrc/node/api_clients/rest.py:36: in add_peers\n return self.rest_call(\"post\", \"admin/v1/peers\", json.dumps(peers))\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:17: in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\nE Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:27640/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.96/tcp/40227/p2p/16Uiu2HAkvmH2nYNzJFJ1T3YaRMc2RgNSnM7udpR6ENgfX4skkjMh'","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1777655209575,"stop":1777655209575,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1777655825628,"stop":1777655825628,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1777655825628,"stop":1777655825628,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1777655825628,"stop":1777655825628,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1777655825628,"stop":1777655825629,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1777655825629,"stop":1777655825629,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1777655825629,"stop":1777655825629,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1777655825629,"stop":1777655825629,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"node_config","time":{"start":1777655825629,"stop":1777655825630,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"\n S19: a store peer comes online later.\n - send() returns Ok(RequestId) immediately\n - Propagated --- relay peer\n - Sent when store peer is reachable\n ","status":"skipped","statusMessage":"XFAIL scenario might be not possible to simulate\n\nException: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:27640/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.96/tcp/40227/p2p/16Uiu2HAkvmH2nYNzJFJ1T3YaRMc2RgNSnM7udpR6ENgfX4skkjMh'","statusTrace":"src/node/api_clients/base_client.py:14: in make_request\n response.raise_for_status()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/models.py:1021: in raise_for_status\n raise HTTPError(http_error_msg, response=self)\nE requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://127.0.0.1:27640/admin/v1/peers\n\nDuring handling of the above exception, another exception occurred:\ntests/wrappers_tests/test_send_e2e_part1.py:264: in test_s19_store_peer_appears_after_propagation\n store_node.add_peers([relay_multiaddr, sender_multiaddr])\nsrc/node/waku_node.py:397: in add_peers\n return self._api.add_peers(peers)\nsrc/node/api_clients/rest.py:36: in add_peers\n return self.rest_call(\"post\", \"admin/v1/peers\", json.dumps(peers))\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:17: in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\nE Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:27640/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.96/tcp/40227/p2p/16Uiu2HAkvmH2nYNzJFJ1T3YaRMc2RgNSnM7udpR6ENgfX4skkjMh'","steps":[],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stdout","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":3,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1777655844687,"stop":1777655844688,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1777655844689,"stop":1777655845114,"duration":425},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1777655845114,"stop":1777655845123,"duration":9},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1777655845124,"stop":1777655845124,"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":1777655861148,"stop":1777655861148,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"tag","value":"@pytest.mark.xfail(reason='scenario might be not possible to simulate')"},{"name":"parentSuite","value":"tests.wrappers_tests"},{"name":"suite","value":"test_send_e2e_part1"},{"name":"subSuite","value":"TestSendBeforeRelay"},{"name":"host","value":"runnervmeorf1"},{"name":"thread","value":"21578-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.wrappers_tests.test_send_e2e_part1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":["@pytest.mark.xfail(reason='scenario might be not possible to simulate')"]},"source":"79e412037b84ddc8.json","parameterValues":[]}