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

1 line
11 KiB
JSON

{"uid":"5fe5985449b85c05","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":1777660746566,"stop":1777660765590,"duration":19024},"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:65322/admin/v1/peers with response: b'Failed to connect to peer at index: 0 - /ip4/10.1.0.196/tcp/58645/p2p/16Uiu2HAm14F7iJc2yCGQZmyFsy12w59eKsCm7KRnxGQnA4EZP2nk'","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:65322/admin/v1/peers\n\nDuring handling of the above exception, another exception occurred:\ntests/wrappers_tests/test_send_e2e_part1.py:274: 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:65322/admin/v1/peers with response: b'Failed to connect to peer at index: 0 - /ip4/10.1.0.196/tcp/58645/p2p/16Uiu2HAm14F7iJc2yCGQZmyFsy12w59eKsCm7KRnxGQnA4EZP2nk'","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1777660117927,"stop":1777660117927,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1777660746560,"stop":1777660746560,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1777660746561,"stop":1777660746562,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1777660746561,"stop":1777660746561,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1777660746561,"stop":1777660746561,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1777660746561,"stop":1777660746561,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1777660746562,"stop":1777660746562,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1777660746562,"stop":1777660746563,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"node_config","time":{"start":1777660746563,"stop":1777660746565,"duration":2},"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:65322/admin/v1/peers with response: b'Failed to connect to peer at index: 0 - /ip4/10.1.0.196/tcp/58645/p2p/16Uiu2HAm14F7iJc2yCGQZmyFsy12w59eKsCm7KRnxGQnA4EZP2nk'","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:65322/admin/v1/peers\n\nDuring handling of the above exception, another exception occurred:\ntests/wrappers_tests/test_send_e2e_part1.py:274: 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:65322/admin/v1/peers with response: b'Failed to connect to peer at index: 0 - /ip4/10.1.0.196/tcp/58645/p2p/16Uiu2HAm14F7iJc2yCGQZmyFsy12w59eKsCm7KRnxGQnA4EZP2nk'","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":1777660765651,"stop":1777660765652,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1777660765653,"stop":1777660766089,"duration":436},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1777660766089,"stop":1777660766093,"duration":4},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1777660766094,"stop":1777660766094,"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":1777660782124,"stop":1777660782124,"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":"21621-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":"fd4a6f30d9fe2ed0","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1224/#testresult/fd4a6f30d9fe2ed0","status":"skipped","statusDetails":"XFAIL scenario might be not possible to simulate\n\nAssertionError: No MessageSentEvent received within 60.0s after store peer joined. Collected events: [{'eventType': 'message_received', 'messageHash': '0x61c175bb15d769c60d965451aed0a896c8b29a120a7a8891e93561153be439aa', 'message': {'payload': [116, 101, 115, 116, 32, 112, 97, 121, 108, 111, 97, 100], 'contentTopic': '/test/1/default/proto', 'meta': [], 'version': 0, 'timestamp': 1777658314029368832, 'ephemeral': False, 'proof': []}}, {'eventType': 'message_propagated', 'requestId': '53714022a4707525c8f4', 'messageHash': '0x61c175bb15d769c60d965451aed0a896c8b29a120a7a8891e93561153be439aa'}, {'eventType': 'connection_status_change', 'connectionStatus': 'PartiallyConnected'}, {'eventType': 'message_error', 'requestId': '53714022a4707525c8f4', 'messageHash': '0x61c175bb15d769c60d965451aed0a896c8b29a120a7a8891e93561153be439aa', 'error': 'Unable to send within retry time window'}]\nassert None is not None","time":{"start":1777658306251,"stop":1777658394354,"duration":88103}},{"uid":"79e412037b84ddc8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1223/#testresult/79e412037b84ddc8","status":"skipped","statusDetails":"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'","time":{"start":1777655825630,"stop":1777655844653,"duration":19023}}]},"tags":["@pytest.mark.xfail(reason='scenario might be not possible to simulate')"]},"source":"5fe5985449b85c05.json","parameterValues":[]}