1 line
15 KiB
JSON

{"uid":"12c818dafd8c9e6f","name":"test_filter_subscribe_to_101_content_topics","fullName":"tests.filter.test_subscribe_create.TestFilterSubscribeCreate#test_filter_subscribe_to_101_content_topics","historyId":"63c4c53920e73d84ae7c9e66544c517e","time":{"start":1774932521947,"stop":1774932521957,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1774932431346,"stop":1774932431346,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1774932519384,"stop":1774932519385,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1774932519384,"stop":1774932519384,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1774932519384,"stop":1774932519384,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1774932519384,"stop":1774932519384,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1774932519384,"stop":1774932519384,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"filter_setup","time":{"start":1774932519385,"stop":1774932519385,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1774932519385,"stop":1774932519385,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_node","time":{"start":1774932519385,"stop":1774932520621,"duration":1236},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_filter_node","time":{"start":1774932520621,"stop":1774932521911,"duration":1290},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1774932521872,"stop":1774932521911,"duration":39},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(<tests.filter.test_subscribe_create.TestFilterSubscribeCreate object at 0x7ff0a2506570>, <src.node.waku_node.WakuNode object at 0x7ff0a2127410>, ['/ip4/172.18.143.17/tcp/3141/p2p/16Uiu2HAmGoWfmGV3CDA8kjXgrHbN2PvdoGGT7hUjX82eD5evwvkG'])"}],"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":1774932521911,"stop":1774932521946,"duration":35},"status":"passed","steps":[{"name":"wait_for_subscriptions_on_main_nodes","time":{"start":1774932521912,"stop":1774932521946,"duration":34},"status":"passed","steps":[{"name":"create_filter_subscription_with_retry","time":{"start":1774932521929,"stop":1774932521946,"duration":17},"status":"passed","steps":[{"name":"create_filter_subscription","time":{"start":1774932521929,"stop":1774932521946,"duration":17},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"subscription","value":"{'requestId': '367ca006-a7e5-4523-96e8-0096f1820391', 'contentFilters': ['/test/1/waku-filter/proto'], 'pubsubTopic': '/waku/2/rs/198/1'}"},{"name":"node","value":"None"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"subscription","value":"{'requestId': '367ca006-a7e5-4523-96e8-0096f1820391', 'contentFilters': ['/test/1/waku-filter/proto'], 'pubsubTopic': '/waku/2/rs/198/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":"create_filter_subscription","time":{"start":1774932521947,"stop":1774932521955,"duration":8},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:4249/filter/v2/subscriptions with response: b'{\"requestId\":\"1\",\"statusDesc\":\"BAD_REQUEST: exceeds maximum content topics: 100\"}'\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 142, in create_filter_subscription\n return node.set_filter_subscriptions(subscription)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 363, in set_filter_subscriptions\n return self._api.set_filter_subscriptions(subscription)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 68, in set_filter_subscriptions\n set_subscriptions_response = self.rest_call(\"post\", \"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': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100'], 'pubsubTopic': '/waku/2/rs/198/1'}"},{"name":"node","value":"None"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[{"uid":"d67ce0f10285a56e","name":"log","source":"d67ce0f10285a56e.txt","type":"text/plain","size":13243},{"uid":"aeeed6e35a76a849","name":"stderr","source":"aeeed6e35a76a849.txt","type":"text/plain","size":12927}],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1774932521958,"stop":1774932521959,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1774932521959,"stop":1774932522875,"duration":916},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1774932522876,"stop":1774932522888,"duration":12},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1774932522889,"stop":1774932522889,"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":1774932646612,"stop":1774932646612,"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_subscribe_create"},{"name":"subSuite","value":"TestFilterSubscribeCreate"},{"name":"host","value":"runnervmrg6be"},{"name":"thread","value":"3444-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.filter.test_subscribe_create"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":1,"broken":0,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"cd4cb441eb8c810a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1135/#testresult/cd4cb441eb8c810a","status":"passed","time":{"start":1774923599037,"stop":1774923599047,"duration":10}},{"uid":"15c9e144b7196d7f","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1134/#testresult/15c9e144b7196d7f","status":"passed","time":{"start":1774883802206,"stop":1774883802216,"duration":10}},{"uid":"6f5313ec605abb9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1133/#testresult/6f5313ec605abb9","status":"passed","time":{"start":1774865166504,"stop":1774865166513,"duration":9}},{"uid":"ccc8de961a0d40d5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1132/#testresult/ccc8de961a0d40d5","status":"passed","time":{"start":1774846577800,"stop":1774846577810,"duration":10}},{"uid":"d7ddb4931558c194","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1131/#testresult/d7ddb4931558c194","status":"failed","statusDetails":"AssertionError: Waiting for node connection","time":{"start":1774782595062,"stop":1774782595062,"duration":0}},{"uid":"963c9c6724f687f3","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1130/#testresult/963c9c6724f687f3","status":"passed","time":{"start":1774759827213,"stop":1774759827224,"duration":11}},{"uid":"d163755182a53d04","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1129/#testresult/d163755182a53d04","status":"passed","time":{"start":1774672707053,"stop":1774672707064,"duration":11}},{"uid":"f6e62c00d45e0d32","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1128/#testresult/f6e62c00d45e0d32","status":"passed","time":{"start":1774586865690,"stop":1774586865700,"duration":10}},{"uid":"735e490220cb7d6a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1127/#testresult/735e490220cb7d6a","status":"passed","time":{"start":1774500452169,"stop":1774500452179,"duration":10}},{"uid":"bb64ec39a6efa1da","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1126/#testresult/bb64ec39a6efa1da","status":"passed","time":{"start":1774413552888,"stop":1774413552899,"duration":11}},{"uid":"85d671025ea61d3d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1125/#testresult/85d671025ea61d3d","status":"passed","time":{"start":1774327029483,"stop":1774327029493,"duration":10}},{"uid":"f87aee4b94528891","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1124/#testresult/f87aee4b94528891","status":"passed","time":{"start":1774241128621,"stop":1774241128633,"duration":12}},{"uid":"58277573ef818f55","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1123/#testresult/58277573ef818f55","status":"passed","time":{"start":1774154297989,"stop":1774154298003,"duration":14}},{"uid":"e610cea0ecea384c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1122/#testresult/e610cea0ecea384c","status":"passed","time":{"start":1774067541837,"stop":1774067541849,"duration":12}},{"uid":"b83e8c9b9532460e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1121/#testresult/b83e8c9b9532460e","status":"passed","time":{"start":1773981285799,"stop":1773981285809,"duration":10}},{"uid":"b36a19019b3e9bcb","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1120/#testresult/b36a19019b3e9bcb","status":"passed","time":{"start":1773895163285,"stop":1773895163296,"duration":11}},{"uid":"887364872e7fa2af","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1119/#testresult/887364872e7fa2af","status":"passed","time":{"start":1773808794766,"stop":1773808794777,"duration":11}},{"uid":"f96745fb21865fd","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1118/#testresult/f96745fb21865fd","status":"passed","time":{"start":1773722196975,"stop":1773722196986,"duration":11}},{"uid":"d6e217a8a0f0d1f2","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1117/#testresult/d6e217a8a0f0d1f2","status":"passed","time":{"start":1773664523693,"stop":1773664523704,"duration":11}},{"uid":"cb42a81769157ef7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1116/#testresult/cb42a81769157ef7","status":"passed","time":{"start":1773636797634,"stop":1773636797645,"duration":11}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_node', 'setup_main_filter_node')"]},"source":"12c818dafd8c9e6f.json","parameterValues":[]}