{"uid":"bf665a97147c92c","name":"test_filter_ping_on_peer_without_subscription","fullName":"tests.filter.test_ping.TestFilterPing#test_filter_ping_on_peer_without_subscription","historyId":"42d4c2e2400e3242919f242eab7245ad","time":{"start":1778390667811,"stop":1778390667829,"duration":18},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"configure_fleet_bootstrap","time":{"start":1778390527565,"stop":1778390527565,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state","time":{"start":1778390527565,"stop":1778390527565,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1778390527565,"stop":1778390527565,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1778390527565,"stop":1778390527565,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1778390527566,"stop":1778390527566,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1778390665276,"stop":1778390665276,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1778390665276,"stop":1778390665276,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1778390665276,"stop":1778390665276,"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":1778390665276,"stop":1778390665276,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1778390665276,"stop":1778390665276,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"filter_setup","time":{"start":1778390665277,"stop":1778390665277,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1778390665277,"stop":1778390665277,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1778390665277,"stop":1778390665277,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_node","time":{"start":1778390665277,"stop":1778390666528,"duration":1251},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_filter_node","time":{"start":1778390666528,"stop":1778390667810,"duration":1282},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1778390667788,"stop":1778390667809,"duration":21},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(, , ['/ip4/172.18.145.241/tcp/57193/p2p/16Uiu2HAmVFRKR7LfH4Fxfq4JhDrEtM191Udtw8zpEvogZRmdkec5'])"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"testStage":{"status":"passed","steps":[{"name":"ping_filter_subscriptions","time":{"start":1778390667811,"stop":1778390667825,"duration":14},"status":"broken","statusMessage":"Exception: Error: 404 Client Error: Not Found for url: http://127.0.0.1:61994/filter/v2/subscriptions/d6dcb1e6-948f-4602-88da-8058d7fff5ed with response: b'{\"requestId\":\"d6dcb1e6-948f-4602-88da-8058d7fff5ed\",\"statusDesc\":\"NOT_FOUND: peer has no subscriptions\"}'\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/filter.py\", line 179, in ping_filter_subscriptions\n ping_sub_response = node.ping_filter_subscriptions(request_id)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 532, in ping_filter_subscriptions\n return self._api.ping_filter_subscriptions(request_id)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 84, in ping_filter_subscriptions\n ping_subscriptions_response = self.rest_call(\"get\", f\"filter/v2/subscriptions/{quote(request_id, safe='')}\")\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"request_id","value":"'d6dcb1e6-948f-4602-88da-8058d7fff5ed'"},{"name":"node","value":"None"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1778390667831,"stop":1778390667831,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1778390667832,"stop":1778390668767,"duration":935},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1778390668769,"stop":1778390668786,"duration":17},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1778390668786,"stop":1778390668786,"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":1778390914178,"stop":1778390914178,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1778390914178,"stop":1778390914178,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1778390914179,"stop":1778390914179,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1778390914180,"stop":1778390914180,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"tag","value":"@pytest.mark.usefixtures('setup_main_relay_node', 'setup_main_filter_node')"},{"name":"parentSuite","value":"tests.filter"},{"name":"suite","value":"test_ping"},{"name":"subSuite","value":"TestFilterPing"},{"name":"host","value":"runnervmeorf1"},{"name":"thread","value":"21779-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.filter.test_ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"211f82dbdeef2f63","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1236/#testresult/211f82dbdeef2f63","status":"passed","time":{"start":1778354563356,"stop":1778354563371,"duration":15}},{"uid":"3b54512e968919ae","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1235/#testresult/3b54512e968919ae","status":"passed","time":{"start":1778303794701,"stop":1778303794712,"duration":11}},{"uid":"32d79b7813c7ee0b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1234/#testresult/32d79b7813c7ee0b","status":"passed","time":{"start":1778217360957,"stop":1778217360972,"duration":15}},{"uid":"4366f78e12d078aa","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1233/#testresult/4366f78e12d078aa","status":"passed","time":{"start":1778131210687,"stop":1778131210707,"duration":20}},{"uid":"16963ff7eb00830","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1232/#testresult/16963ff7eb00830","status":"passed","time":{"start":1778051894723,"stop":1778051894737,"duration":14}},{"uid":"deddb6d267f740d4","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1231/#testresult/deddb6d267f740d4","status":"passed","time":{"start":1778044576586,"stop":1778044576602,"duration":16}},{"uid":"5bafee415083f641","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1230/#testresult/5bafee415083f641","status":"passed","time":{"start":1777959265316,"stop":1777959265331,"duration":15}},{"uid":"8edd0305d54d49f1","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1229/#testresult/8edd0305d54d49f1","status":"passed","time":{"start":1777958153839,"stop":1777958153851,"duration":12}},{"uid":"6f276db062fe62","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1228/#testresult/6f276db062fe62","status":"passed","time":{"start":1777872307584,"stop":1777872307605,"duration":21}},{"uid":"4a8023d71c4aad1b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1227/#testresult/4a8023d71c4aad1b","status":"passed","time":{"start":1777785640219,"stop":1777785640239,"duration":20}},{"uid":"d3fe96a6d49e503a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1226/#testresult/d3fe96a6d49e503a","status":"passed","time":{"start":1777698926306,"stop":1777698926323,"duration":17}},{"uid":"fa0bd29fcec138f1","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1225/#testresult/fa0bd29fcec138f1","status":"passed","time":{"start":1777660270037,"stop":1777660270053,"duration":16}},{"uid":"73a8c7c37e2ef60d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1224/#testresult/73a8c7c37e2ef60d","status":"passed","time":{"start":1777657720297,"stop":1777657720314,"duration":17}},{"uid":"abbb35cfb9816bdc","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1223/#testresult/abbb35cfb9816bdc","status":"passed","time":{"start":1777655292131,"stop":1777655292149,"duration":18}},{"uid":"933bb754a7e71b18","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1222/#testresult/933bb754a7e71b18","status":"passed","time":{"start":1777640825970,"stop":1777640825989,"duration":19}},{"uid":"d3cda2c40c46e5fa","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1221/#testresult/d3cda2c40c46e5fa","status":"passed","time":{"start":1777636185360,"stop":1777636185378,"duration":18}},{"uid":"96ce84238bb12c83","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1220/#testresult/96ce84238bb12c83","status":"passed","time":{"start":1777613329155,"stop":1777613329173,"duration":18}},{"uid":"6c4bdbf10ab21ab7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1219/#testresult/6c4bdbf10ab21ab7","status":"passed","time":{"start":1777590342936,"stop":1777590342954,"duration":18}},{"uid":"cd4577c4ac48a132","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1218/#testresult/cd4577c4ac48a132","status":"passed","time":{"start":1777569585976,"stop":1777569586000,"duration":24}},{"uid":"85bf19717478ebb8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1217/#testresult/85bf19717478ebb8","status":"passed","time":{"start":1777526372266,"stop":1777526372293,"duration":27}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_node', 'setup_main_filter_node')"]},"source":"bf665a97147c92c.json","parameterValues":[]}