1 line
16 KiB
JSON

{"uid":"1101201a377fa92","name":"test_filter_unsubscribe_from_non_existing_content_topic","fullName":"tests.filter.test_unsubscribe.TestFilterUnSubscribe#test_filter_unsubscribe_from_non_existing_content_topic","historyId":"a1c43a804db27d9d65e9610a8729a64a","time":{"start":1774327002287,"stop":1774327002410,"duration":123},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1774326956663,"stop":1774326956663,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1774326999708,"stop":1774326999708,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1774326999708,"stop":1774326999711,"duration":3},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1774326999708,"stop":1774326999708,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1774326999708,"stop":1774326999708,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1774326999711,"stop":1774326999712,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1774326999711,"stop":1774326999711,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"filter_setup","time":{"start":1774326999712,"stop":1774326999712,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_node","time":{"start":1774326999712,"stop":1774327000973,"duration":1261},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_filter_node","time":{"start":1774327000973,"stop":1774327002254,"duration":1281},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1774327002216,"stop":1774327002254,"duration":38},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(<tests.filter.test_unsubscribe.TestFilterUnSubscribe object at 0x7f42afc07a10>, <src.node.waku_node.WakuNode object at 0x7f42af9213d0>, ['/ip4/172.18.41.167/tcp/51734/p2p/16Uiu2HAmGqVtG1K7gkKPwk5FpdzTBpRC4znrt4Jp6Zwm42vAWA5W'])"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"subscribe_main_nodes","time":{"start":1774327002255,"stop":1774327002286,"duration":31},"status":"passed","steps":[{"name":"wait_for_subscriptions_on_main_nodes","time":{"start":1774327002256,"stop":1774327002286,"duration":30},"status":"passed","steps":[{"name":"create_filter_subscription_with_retry","time":{"start":1774327002274,"stop":1774327002286,"duration":12},"status":"passed","steps":[{"name":"create_filter_subscription","time":{"start":1774327002274,"stop":1774327002286,"duration":12},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"subscription","value":"{'requestId': 'd7819d8e-f671-4a2b-8395-37b75fa4a5b7', 'contentFilters': ['/test/1/waku-filter/proto'], 'pubsubTopic': '/waku/2/rs/3/1'}"},{"name":"node","value":"None"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"subscription","value":"{'requestId': 'd7819d8e-f671-4a2b-8395-37b75fa4a5b7', 'contentFilters': ['/test/1/waku-filter/proto'], 'pubsubTopic': '/waku/2/rs/3/1'}"},{"name":"node","value":"None"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"content_topic_list","value":"['/test/1/waku-filter/proto']"},{"name":"pubsub_topic","value":"None"}],"stepsCount":2,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":3,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"testStage":{"status":"passed","steps":[{"name":"delete_filter_subscription","time":{"start":1774327002287,"stop":1774327002296,"duration":9},"status":"broken","statusMessage":"Exception: Error: 404 Client Error: Not Found for url: http://127.0.0.1:52729/filter/v2/subscriptions 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 154, in delete_filter_subscription\n delete_sub_response = node.delete_filter_subscriptions(subscription)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 369, in delete_filter_subscriptions\n return self._api.delete_filter_subscriptions(subscription)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 76, in delete_filter_subscriptions\n delete_subscriptions_response = self.rest_call(\"delete\", \"filter/v2/subscriptions\", json.dumps(subscription))\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":"subscription","value":"{'requestId': '1', 'contentFilters': ['/test/2/waku-filter/proto'], 'pubsubTopic': '/waku/2/rs/3/1'}"},{"name":"status","value":"''"},{"name":"node","value":"None"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"check_published_message_reaches_filter_peer","time":{"start":1774327002297,"stop":1774327002410,"duration":113},"status":"passed","steps":[{"name":"create_message","time":{"start":1774327002297,"stop":1774327002297,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"get_filter_messages","time":{"start":1774327002406,"stop":1774327002409,"duration":3},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"content_topic","value":"'/test/1/waku-filter/proto'"},{"name":"pubsub_topic","value":"'/waku/2/rs/3/1'"},{"name":"node","value":"<src.node.waku_node.WakuNode object at 0x7f42af9213d0>"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"assert_received_message","time":{"start":1774327002410,"stop":1774327002410,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"sent_message","value":"{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'timestamp': 1774327002297182559}"},{"name":"index","value":"0"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"message","value":"None"},{"name":"pubsub_topic","value":"None"},{"name":"message_propagation_delay","value":"0.1"},{"name":"sender","value":"None"},{"name":"peer_list","value":"None"}],"stepsCount":3,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[{"uid":"c6a8fde0f5c052b","name":"log","source":"c6a8fde0f5c052b.txt","type":"text/plain","size":14146},{"uid":"10a9bf0eaf3ab474","name":"stderr","source":"10a9bf0eaf3ab474.txt","type":"text/plain","size":13812}],"parameters":[],"stepsCount":5,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1774327002412,"stop":1774327002412,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1774327002413,"stop":1774327003539,"duration":1126},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1774327003540,"stop":1774327003555,"duration":15},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1774327003555,"stop":1774327003555,"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":1774327196865,"stop":1774327196865,"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', 'subscribe_main_nodes')"},{"name":"parentSuite","value":"tests.filter"},{"name":"suite","value":"test_unsubscribe"},{"name":"subSuite","value":"TestFilterUnSubscribe"},{"name":"host","value":"runnervm46oaq"},{"name":"thread","value":"3523-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.filter.test_unsubscribe"},{"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":"b9c82861d8856a52","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1124/#testresult/b9c82861d8856a52","status":"passed","time":{"start":1774241052831,"stop":1774241052956,"duration":125}},{"uid":"9351a0fa90c9dad5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1123/#testresult/9351a0fa90c9dad5","status":"passed","time":{"start":1774154275921,"stop":1774154276046,"duration":125}},{"uid":"9e2ad7f9835e40e8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1122/#testresult/9e2ad7f9835e40e8","status":"passed","time":{"start":1774067476146,"stop":1774067476266,"duration":120}},{"uid":"3890e01cea0d6fc9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1121/#testresult/3890e01cea0d6fc9","status":"passed","time":{"start":1773981218920,"stop":1773981219045,"duration":125}},{"uid":"7593b42c0a004f55","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1120/#testresult/7593b42c0a004f55","status":"passed","time":{"start":1773895122188,"stop":1773895122311,"duration":123}},{"uid":"d296cb0961279aa1","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1119/#testresult/d296cb0961279aa1","status":"passed","time":{"start":1773808776537,"stop":1773808776660,"duration":123}},{"uid":"c9032b8eb0c9f39a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1118/#testresult/c9032b8eb0c9f39a","status":"passed","time":{"start":1773722124661,"stop":1773722124786,"duration":125}},{"uid":"9b90f66cef91fb39","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1117/#testresult/9b90f66cef91fb39","status":"passed","time":{"start":1773664473163,"stop":1773664473286,"duration":123}},{"uid":"3903be35d3ca126e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1116/#testresult/3903be35d3ca126e","status":"passed","time":{"start":1773636716030,"stop":1773636716156,"duration":126}},{"uid":"2a31eae71dec8e32","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1115/#testresult/2a31eae71dec8e32","status":"passed","time":{"start":1773549984022,"stop":1773549984144,"duration":122}},{"uid":"a9b4c0279713aaf2","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1114/#testresult/a9b4c0279713aaf2","status":"passed","time":{"start":1773462712668,"stop":1773462712786,"duration":118}},{"uid":"f3f52e276e15ef3a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1113/#testresult/f3f52e276e15ef3a","status":"passed","time":{"start":1773376408845,"stop":1773376408966,"duration":121}},{"uid":"b6c080ed8eaa4016","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1112/#testresult/b6c080ed8eaa4016","status":"passed","time":{"start":1773290004248,"stop":1773290004371,"duration":123}},{"uid":"fc4319f21735dcd8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1111/#testresult/fc4319f21735dcd8","status":"passed","time":{"start":1773203598655,"stop":1773203598778,"duration":123}},{"uid":"7fc058690f0dd27","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1110/#testresult/7fc058690f0dd27","status":"passed","time":{"start":1773117141033,"stop":1773117141156,"duration":123}},{"uid":"5c0fec07a6f93c4a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1109/#testresult/5c0fec07a6f93c4a","status":"passed","time":{"start":1773030934346,"stop":1773030934467,"duration":121}},{"uid":"df93dc40056cbd91","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1108/#testresult/df93dc40056cbd91","status":"passed","time":{"start":1772944330294,"stop":1772944330416,"duration":122}},{"uid":"870c9885b5e1c0f1","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1107/#testresult/870c9885b5e1c0f1","status":"passed","time":{"start":1772857803280,"stop":1772857803403,"duration":123}},{"uid":"3397fedf95b67eeb","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1106/#testresult/3397fedf95b67eeb","status":"passed","time":{"start":1772771516193,"stop":1772771516315,"duration":122}},{"uid":"48b68afad0efd527","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1105/#testresult/48b68afad0efd527","status":"passed","time":{"start":1772723119294,"stop":1772723119419,"duration":125}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_node', 'setup_main_filter_node', 'subscribe_main_nodes')"]},"source":"1101201a377fa92.json","parameterValues":[]}