2026-05-01 18:48:53 +00:00

1 line
10 KiB
JSON

{"uid":"25d4923544595067","name":"test_s20_store_misses_initially_then_retry_succeeds","fullName":"tests.wrappers_tests.test_send_e2e_part1.TestSendBeforeRelay#test_s20_store_misses_initially_then_retry_succeeds","historyId":"6ad7dd93e5e0fe8ac91caa2be1ce82ba","time":{"start":1777660464515,"stop":1777660486543,"duration":22028},"description":"\n S20: relay propagation succeeds, initial store query misses,\n a retry republishes, and a store peer eventually archives the message.\n\n Covers state flow:\n SuccessfullyPropagated -> NextRoundRetry\n -> SuccessfullyPropagated -> SuccessfullyValidated\n ","descriptionHtml":"<pre><code> S20: relay propagation succeeds, initial store query misses,\n a retry republishes, and a store peer eventually archives the message.\n\n Covers state flow:\n SuccessfullyPropagated -&gt; NextRoundRetry\n -&gt; SuccessfullyPropagated -&gt; SuccessfullyValidated\n</code></pre>\n","status":"skipped","statusMessage":"XFAIL error:NoPeersToPublish\n\nException: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:15114/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.58/tcp/56633/p2p/16Uiu2HAmF4teVxap3ZmsYwJDy8v3rJHTU81fXUHLm45eq7jY8syo'","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:15114/admin/v1/peers\n\nDuring handling of the above exception, another exception occurred:\ntests/wrappers_tests/test_send_e2e_part1.py:403: in test_s20_store_misses_initially_then_retry_succeeds\n store_node.add_peers([relay_a_multiaddr, relay_b_multiaddr, relay_c_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:15114/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.58/tcp/56633/p2p/16Uiu2HAmF4teVxap3ZmsYwJDy8v3rJHTU81fXUHLm45eq7jY8syo'","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1777660222738,"stop":1777660222738,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1777660464512,"stop":1777660464512,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1777660464513,"stop":1777660464514,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1777660464513,"stop":1777660464513,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1777660464513,"stop":1777660464513,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1777660464513,"stop":1777660464513,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1777660464513,"stop":1777660464513,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1777660464514,"stop":1777660464514,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"node_config","time":{"start":1777660464514,"stop":1777660464514,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"\n S20: relay propagation succeeds, initial store query misses,\n a retry republishes, and a store peer eventually archives the message.\n\n Covers state flow:\n SuccessfullyPropagated -> NextRoundRetry\n -> SuccessfullyPropagated -> SuccessfullyValidated\n ","status":"skipped","statusMessage":"XFAIL error:NoPeersToPublish\n\nException: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:15114/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.58/tcp/56633/p2p/16Uiu2HAmF4teVxap3ZmsYwJDy8v3rJHTU81fXUHLm45eq7jY8syo'","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:15114/admin/v1/peers\n\nDuring handling of the above exception, another exception occurred:\ntests/wrappers_tests/test_send_e2e_part1.py:403: in test_s20_store_misses_initially_then_retry_succeeds\n store_node.add_peers([relay_a_multiaddr, relay_b_multiaddr, relay_c_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:15114/admin/v1/peers with response: b'Failed to connect to peer at index: 1 - /ip4/10.1.0.58/tcp/56633/p2p/16Uiu2HAmF4teVxap3ZmsYwJDy8v3rJHTU81fXUHLm45eq7jY8syo'","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":1777660486582,"stop":1777660486583,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1777660486583,"stop":1777660487082,"duration":499},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1777660487083,"stop":1777660487094,"duration":11},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1777660487095,"stop":1777660487095,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1777660487095,"stop":1777660487095,"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='error:NoPeersToPublish')"},{"name":"parentSuite","value":"tests.wrappers_tests"},{"name":"suite","value":"test_send_e2e_part1"},{"name":"subSuite","value":"TestSendBeforeRelay"},{"name":"host","value":"runnervmeorf1"},{"name":"thread","value":"21677-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":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"96dea3195ff45bdf","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1224/#testresult/96dea3195ff45bdf","status":"skipped","statusDetails":"XFAIL error:NoPeersToPublish\n\nException: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:2907/admin/v1/peers with response: b'Failed to connect to peer at index: 0 - /ip4/10.1.1.6/tcp/58543/p2p/16Uiu2HAmAnKwTRpqp8bs6DqnGa3fdk7E22bVEfDWa2tv4ydC1M39'","time":{"start":1777657817995,"stop":1777657839020,"duration":21025}},{"uid":"64f3791eed832716","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1223/#testresult/64f3791eed832716","status":"skipped","statusDetails":"XFAIL error:NoPeersToPublish\n\nException: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:25073/admin/v1/peers with response: b'Failed to connect to peer at index: 2 - /ip4/10.1.0.113/tcp/53361/p2p/16Uiu2HAmGe1g3vsP21c9vs9DYkaFHs7FjnLPbYv9F3KwHCbjt7tp'","time":{"start":1777655344375,"stop":1777655366406,"duration":22031}}]},"tags":["@pytest.mark.xfail(reason='error:NoPeersToPublish')"]},"source":"25d4923544595067.json","parameterValues":[]}