mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-07-28 11:13:18 +00:00
1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"uid":"84fb128bf5e913e","name":"test_filter_unsubscribe_all_on_peer_with_no_subscription","fullName":"tests.filter.test_unsubscribe_all.TestFilterUnSubscribeAll#test_filter_unsubscribe_all_on_peer_with_no_subscription","historyId":"6ae6627b46bcf5849c0fd8bef49adb83","time":{"start":1784992203009,"stop":1784992203026,"duration":17},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"configure_fleet_bootstrap","time":{"start":1784992165839,"stop":1784992165839,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state","time":{"start":1784992165839,"stop":1784992165839,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1784992165840,"stop":1784992165840,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1784992165840,"stop":1784992165840,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1784992165840,"stop":1784992165840,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1784992200498,"stop":1784992200498,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1784992200498,"stop":1784992200498,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1784992200498,"stop":1784992200499,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1784992200498,"stop":1784992200498,"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":1784992200498,"stop":1784992200498,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1784992200499,"stop":1784992200499,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"filter_setup","time":{"start":1784992200499,"stop":1784992200500,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1784992200499,"stop":1784992200499,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_node","time":{"start":1784992200500,"stop":1784992201745,"duration":1245},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_filter_node","time":{"start":1784992201745,"stop":1784992203007,"duration":1262},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1784992202982,"stop":1784992203007,"duration":25},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(<tests.filter.test_unsubscribe_all.TestFilterUnSubscribeAll object at 0x7fbd359cbb60>, <src.node.waku_node.WakuNode object at 0x7fbd3540fd70>, ['/ip4/172.18.17.60/tcp/36161/p2p/16Uiu2HAkxaTRLR8pc6zrV5qtBRQJA1H6b2xNfD11HkEpbQfWrZ2c'])"}],"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":"delete_all_filter_subscriptions","time":{"start":1784992203009,"stop":1784992203024,"duration":15},"status":"broken","statusMessage":"Exception: Error: 404 Client Error: Not Found for url: http://127.0.0.1:16396/filter/v2/subscriptions/all with response: b'{\"requestId\":\"1\",\"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 171, in delete_all_filter_subscriptions\n delete_sub_response = node.delete_all_filter_subscriptions(request_id)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 441, in delete_all_filter_subscriptions\n return self._api.delete_all_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 80, in delete_all_filter_subscriptions\n delete_all_subscriptions_response = self.rest_call(\"delete\", \"filter/v2/subscriptions/all\", json.dumps(request_id))\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":"{'requestId': '1'}"},{"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":1784992203031,"stop":1784992203031,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1784992203032,"stop":1784992203907,"duration":875},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1784992203910,"stop":1784992203920,"duration":10},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1784992203921,"stop":1784992203921,"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":1784992488396,"stop":1784992488396,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1784992488396,"stop":1784992488396,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1784992488397,"stop":1784992488397,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1784992488398,"stop":1784992488398,"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_unsubscribe_all"},{"name":"subSuite","value":"TestFilterUnSubscribeAll"},{"name":"host","value":"runnervmvrwv9"},{"name":"thread","value":"18820-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.filter.test_unsubscribe_all"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":59,"unknown":0,"total":60},"items":[{"uid":"dbbecfa4d298abd2","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1329/#testresult/dbbecfa4d298abd2","status":"passed","time":{"start":1784956579942,"stop":1784956579962,"duration":20}},{"uid":"94c262917b7b0d72","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1328/#testresult/94c262917b7b0d72","status":"passed","time":{"start":1784934020371,"stop":1784934020383,"duration":12}},{"uid":"14727aad97b48ea4","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1326/#testresult/14727aad97b48ea4","status":"passed","time":{"start":1784783948276,"stop":1784783948293,"duration":17}},{"uid":"eb96f52e0bde50a5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1325/#testresult/eb96f52e0bde50a5","status":"passed","time":{"start":1784697326493,"stop":1784697326517,"duration":24}},{"uid":"8db826267f5c5329","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1324/#testresult/8db826267f5c5329","status":"passed","time":{"start":1784610912169,"stop":1784610912189,"duration":20}},{"uid":"416780ae09ed663f","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1323/#testresult/416780ae09ed663f","status":"passed","time":{"start":1784525292252,"stop":1784525292274,"duration":22}},{"uid":"857772391151c111","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1322/#testresult/857772391151c111","status":"passed","time":{"start":1784438132136,"stop":1784438132153,"duration":17}},{"uid":"578f290b4a27718c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1321/#testresult/578f290b4a27718c","status":"passed","time":{"start":1784351373006,"stop":1784351373024,"duration":18}},{"uid":"7878a6116702979","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1320/#testresult/7878a6116702979","status":"passed","time":{"start":1784265216706,"stop":1784265216726,"duration":20}},{"uid":"d3489cbd1e904147","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1319/#testresult/d3489cbd1e904147","status":"passed","time":{"start":1784217542731,"stop":1784217542744,"duration":13}},{"uid":"c24483cab83a580b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1318/#testresult/c24483cab83a580b","status":"passed","time":{"start":1784214429610,"stop":1784214429619,"duration":9}},{"uid":"81482ccd12618047","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1317/#testresult/81482ccd12618047","status":"passed","time":{"start":1784178814034,"stop":1784178814048,"duration":14}},{"uid":"2ac7c411cba135fa","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1316/#testresult/2ac7c411cba135fa","status":"passed","time":{"start":1784119277541,"stop":1784119277558,"duration":17}},{"uid":"4637d7373413500c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1315/#testresult/4637d7373413500c","status":"passed","time":{"start":1784092274963,"stop":1784092274980,"duration":17}},{"uid":"e2d8aa20e7364bf","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1314/#testresult/e2d8aa20e7364bf","status":"passed","time":{"start":1784047864405,"stop":1784047864423,"duration":18}},{"uid":"ede728976c04e780","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1314/#testresult/ede728976c04e780","status":"passed","time":{"start":1784031498144,"stop":1784031498170,"duration":26}},{"uid":"6a12fdaa1a3db0f4","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1313/#testresult/6a12fdaa1a3db0f4","status":"passed","time":{"start":1784018606451,"stop":1784018606474,"duration":23}},{"uid":"7a380baf1adc0a7e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1312/#testresult/7a380baf1adc0a7e","status":"passed","time":{"start":1784006044840,"stop":1784006044851,"duration":11}},{"uid":"735d8d500e3c5f37","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1311/#testresult/735d8d500e3c5f37","status":"passed","time":{"start":1783920091289,"stop":1783920091308,"duration":19}},{"uid":"c39777797b8c5d8d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1310/#testresult/c39777797b8c5d8d","status":"passed","time":{"start":1783833371940,"stop":1783833371961,"duration":21}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_node', 'setup_main_filter_node')"]},"source":"84fb128bf5e913e.json","parameterValues":[]} |