mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
117 lines
20 KiB
Plaintext
117 lines
20 KiB
Plaintext
2026-02-25 19:29:23.703 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 19:29:23.704 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_multiple_pubsub_topic_from_same_cluster with id: 2026-02-25_19-29-23__1d740eed-32b6-40b9-9e5a-5ac22802b255
|
|
2026-02-25 19:29:23.704 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 19:29:23.706 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 19:29:23.707 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-25 19:29:23.714 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:29:23.714 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_19-29-23__1d740eed-32b6-40b9-9e5a-5ac22802b255__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:29:23.715 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:29:23.715 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:29:23.716 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:29:23.716 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.42
|
|
2026-02-25 19:29:23.716 DEBUG [src.node.docker_mananger] Generated ports ['28515', '28516', '28517', '28518', '28519']
|
|
2026-02-25 19:29:23.717 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:29:23.717 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:29:23.717 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:29:23.717 DEBUG [src.node.docker_mananger] docker run -i -t -p 28515:28515 -p 28516:28516 -p 28517:28517 -p 28518:28518 -p 28519:28519 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28517 --rest-port=28515 --tcp-port=28516 --discv5-udp-port=28518 --rest-address=0.0.0.0 --nat=extip:172.18.69.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fadfcbed54287c2a7f7ff6782b4d1f414fa33c249c01adc35142e2f1afde14c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28519 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 19:29:23.889 ERROR [src.node.docker_mananger] Max retries reached for container 6a986507c925. Exiting log stream.
|
|
2026-02-25 19:29:23.906 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.42 waku a3d04ca2cd60ce1e5c9d3533698f3c9d40d0f0da251d1ea12da02f04d4fe364d
|
|
2026-02-25 19:29:23.942 DEBUG [src.node.docker_mananger] Container started with ID a3d04ca2cd60. Setting up logs at ./log/docker/node1_2026-02-25_19-29-23__1d740eed-32b6-40b9-9e5a-5ac22802b255__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:29:23.943 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28515
|
|
2026-02-25 19:29:23.943 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:29:24.521 ERROR [src.node.docker_mananger] Max retries reached for container 5a3d7dfc8357. Exiting log stream.
|
|
2026-02-25 19:29:24.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28515/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:24.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-25 19:29:24.946 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:29:24.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28515/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:24.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.42/tcp/28516/p2p/16Uiu2HAmP7UVg4DRiKp65b9ucGxr4xLLP7A7DA5vPV4FD8CHdkDb","/ip4/172.18.69.42/tcp/28517/ws/p2p/16Uiu2HAmP7UVg4DRiKp65b9ucGxr4xLLP7A7DA5vPV4FD8CHdkDb"],"enrUri":"enr:-L24QBkLqemahoXPvapYei4yYfJaWoKMvAlH9UM0YpsGw72mFekhyh-4YXImBP9ltiVyjj2gcBO0qn7bzJFqb87pPjgCgmlkgnY0gmlwhKwSRSqKbXVsdGlhZGRyc5YACASsEkUqBm9kAAoErBJFKgZvZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDm13LH6TejBp4dFvqLyGmbZzppdIavHbQZ5BqJfNjOiaDdGNwgm9kg3VkcIJvZoV3YWt1MgU"}'
|
|
2026-02-25 19:29:24.949 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:29:24.950 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-25 19:29:24.956 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:29:24.956 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_19-29-23__1d740eed-32b6-40b9-9e5a-5ac22802b255__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:29:24.956 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:29:24.957 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:29:24.958 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:29:24.958 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.142
|
|
2026-02-25 19:29:24.958 DEBUG [src.node.docker_mananger] Generated ports ['28330', '28331', '28332', '28333', '28334']
|
|
2026-02-25 19:29:24.958 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:29:24.958 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:29:24.959 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:29:24.959 DEBUG [src.node.docker_mananger] docker run -i -t -p 28330:28330 -p 28331:28331 -p 28332:28332 -p 28333:28333 -p 28334:28334 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28332 --rest-port=28330 --tcp-port=28331 --discv5-udp-port=28333 --rest-address=0.0.0.0 --nat=extip:172.18.12.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1bdd6b91aebbb2ec91452a7e618c4c89cdb28c5ba8df0df2efb1eedf096b8adf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28334 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBkLqemahoXPvapYei4yYfJaWoKMvAlH9UM0YpsGw72mFekhyh-4YXImBP9ltiVyjj2gcBO0qn7bzJFqb87pPjgCgmlkgnY0gmlwhKwSRSqKbXVsdGlhZGRyc5YACASsEkUqBm9kAAoErBJFKgZvZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDm13LH6TejBp4dFvqLyGmbZzppdIavHbQZ5BqJfNjOiaDdGNwgm9kg3VkcIJvZoV3YWt1MgU --filternode=/ip4/172.18.69.42/tcp/28516/p2p/16Uiu2HAmP7UVg4DRiKp65b9ucGxr4xLLP7A7DA5vPV4FD8CHdkDb
|
|
2026-02-25 19:29:25.143 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.142 waku 8e4d86f847fed381764629817aa015ca1affce76e9b323d1f6789496208fef30
|
|
2026-02-25 19:29:25.175 DEBUG [src.node.docker_mananger] Container started with ID 8e4d86f847fe. Setting up logs at ./log/docker/node2_2026-02-25_19-29-23__1d740eed-32b6-40b9-9e5a-5ac22802b255__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:29:25.176 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28330
|
|
2026-02-25 19:29:25.177 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:29:26.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-25 19:29:26.180 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:29:26.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.142/tcp/28331/p2p/16Uiu2HAmUeJnVhTE8LxngcJFgvjarcdYCdmUfeUS1spbHXH4gwFc","/ip4/172.18.12.142/tcp/28332/ws/p2p/16Uiu2HAmUeJnVhTE8LxngcJFgvjarcdYCdmUfeUS1spbHXH4gwFc"],"enrUri":"enr:-L24QAfzr9FIUZG0ADeU99vfDGhXYcsiDkLTUtv4xKO5i52IBk6s0-Fn8w1WXuzulplRdgpZjSay-gpnjLPRzwjw7A4CgmlkgnY0gmlwhKwSDI6KbXVsdGlhZGRyc5YACASsEgyOBm6rAAoErBIMjgZurN0DgnJzhQADAQAAiXNlY3AyNTZrMaED7Y5BChfVdmuW28sNH-oV0GIEGykG-poVu9apKMb26a-DdGNwgm6rg3VkcIJurYV3YWt1MgA"}'
|
|
2026-02-25 19:29:26.183 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:29:26.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28330/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.69.42/tcp/28516/p2p/16Uiu2HAmP7UVg4DRiKp65b9ucGxr4xLLP7A7DA5vPV4FD8CHdkDb"]'
|
|
2026-02-25 19:29:26.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.221 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/0
|
|
2026-02-25 19:29:26.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-25 19:29:26.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28330/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "91cc27a1-66f8-4190-abae-698f75ed0037", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-02-25 19:29:26.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"91cc27a1-66f8-4190-abae-698f75ed0037","statusDesc":"OK"}'
|
|
2026-02-25 19:29:26.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:29:26.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.262 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:29:26.362 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:29:26.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/0","version":0,"timestamp":1772047766253642155,"ephemeral":false}]'
|
|
2026-02-25 19:29:26.367 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1
|
|
2026-02-25 19:29:26.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 19:29:26.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28330/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f9355b57-dc1a-483b-aefd-7b35dc17248a", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 19:29:26.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f9355b57-dc1a-483b-aefd-7b35dc17248a","statusDesc":"OK"}'
|
|
2026-02-25 19:29:26.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:29:26.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.388 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:29:26.488 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:29:26.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1772047766383322448,"ephemeral":false}]'
|
|
2026-02-25 19:29:26.493 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/9
|
|
2026-02-25 19:29:26.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
|
2026-02-25 19:29:26.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28330/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ad4da6c8-1d8f-4729-969a-6bbeb3565d44", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
|
2026-02-25 19:29:26.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ad4da6c8-1d8f-4729-969a-6bbeb3565d44","statusDesc":"OK"}'
|
|
2026-02-25 19:29:26.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:29:26.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.512 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:29:26.613 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:29:26.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1772047766507777427,"ephemeral":false}]'
|
|
2026-02-25 19:29:26.617 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/25
|
|
2026-02-25 19:29:26.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
|
2026-02-25 19:29:26.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28330/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "16643818-783c-44de-a772-9b8fb064ef6c", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
|
2026-02-25 19:29:26.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"16643818-783c-44de-a772-9b8fb064ef6c","statusDesc":"OK"}'
|
|
2026-02-25 19:29:26.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:29:26.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.637 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:29:26.737 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:29:26.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/25","version":0,"timestamp":1772047766632451095,"ephemeral":false}]'
|
|
2026-02-25 19:29:26.742 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1000
|
|
2026-02-25 19:29:26.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
|
2026-02-25 19:29:26.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28330/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b72cd012-5c75-4199-8f84-365016de5a62", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
|
2026-02-25 19:29:26.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b72cd012-5c75-4199-8f84-365016de5a62","statusDesc":"OK"}'
|
|
2026-02-25 19:29:26.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28515/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:29:26.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:29:26.762 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:29:26.863 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:29:26.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28330/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:29:26.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1000","version":0,"timestamp":1772047766757088115,"ephemeral":false}]'
|
|
2026-02-25 19:29:26.869 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 19:29:26.870 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 19:29:26.870 DEBUG [src.node.waku_node] Stopping container with id a3d04ca2cd60
|
|
2026-02-25 19:29:27.421 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:29:27.422 DEBUG [src.node.waku_node] Stopping container with id 8e4d86f847fe
|
|
2026-02-25 19:29:27.989 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:29:27.991 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 19:29:28.000 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:29:28.007 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|