mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
116 lines
20 KiB
Plaintext
116 lines
20 KiB
Plaintext
2026-02-04 04:33:17.709 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 04:33:17.709 DEBUG [tests.conftest] Running test: test_filter_get_message_with_valid_timestamps with id: 2026-02-04_04-33-17__5223b1b4-1ff0-430d-9661-1edf482420fe
|
|
2026-02-04 04:33:17.710 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 04:33:17.710 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-04 04:33:17.710 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-04 04:33:17.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 04:33:17.717 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_04-33-17__5223b1b4-1ff0-430d-9661-1edf482420fe__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:33:17.717 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 04:33:17.717 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 04:33:17.718 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 04:33:17.719 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.238.245
|
|
2026-02-04 04:33:17.719 DEBUG [src.node.docker_mananger] Generated ports ['6927', '6928', '6929', '6930', '6931']
|
|
2026-02-04 04:33:17.719 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 04:33:17.719 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 04:33:17.719 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 04:33:17.719 DEBUG [src.node.docker_mananger] docker run -i -t -p 6927:6927 -p 6928:6928 -p 6929:6929 -p 6930:6930 -p 6931:6931 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=6929 --rest-port=6927 --tcp-port=6928 --discv5-udp-port=6930 --rest-address=0.0.0.0 --nat=extip:172.18.238.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cda72bbec7a46b2e6baf583bd8cbf4ec8dd81ced70e3f75e7befa4b7f91a0c12 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6931 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 04:33:17.890 ERROR [src.node.docker_mananger] Max retries reached for container a156c262cbbf. Exiting log stream.
|
|
2026-02-04 04:33:17.895 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.238.245 waku 6973efa661649c40c4bb0ec592fc9a0f4fab7740a18606135b3c6dee3861825f
|
|
2026-02-04 04:33:17.926 DEBUG [src.node.docker_mananger] Container started with ID 6973efa66164. Setting up logs at ./log/docker/node1_2026-02-04_04-33-17__5223b1b4-1ff0-430d-9661-1edf482420fe__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:33:17.927 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6927
|
|
2026-02-04 04:33:17.928 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 04:33:18.295 ERROR [src.node.docker_mananger] Max retries reached for container 19eb15b6c581. Exiting log stream.
|
|
2026-02-04 04:33:18.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6927/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:18.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2026-02-04 04:33:18.932 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 04:33:18.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6927/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:18.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.245/tcp/6928/p2p/16Uiu2HAmNvF3sW6m1u3Z7uZB8TvvBTFM7VFmiXLgxKZePt2PAaeZ","/ip4/172.18.238.245/tcp/6929/ws/p2p/16Uiu2HAmNvF3sW6m1u3Z7uZB8TvvBTFM7VFmiXLgxKZePt2PAaeZ"],"enrUri":"enr:-L24QPBeGL5lioxB9tv2aukzIFkNBaEzPVyD-JvTEG_ie68tK0IggT2iB5D4pHf1UCr5WyLYZHkDWUalyypT-Mk2zlcCgmlkgnY0gmlwhKwS7vWKbXVsdGlhZGRyc5YACASsEu71BhsQAAoErBLu9QYbEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmH0zz4JuWdVgwtOrU8_aRnqfqUoO2Hc3W634m5-O1U6DdGNwghsQg3VkcIIbEoV3YWt1MgU"}'
|
|
2026-02-04 04:33:18.934 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 04:33:18.935 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-04 04:33:18.941 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 04:33:18.941 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_04-33-17__5223b1b4-1ff0-430d-9661-1edf482420fe__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:33:18.941 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 04:33:18.941 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 04:33:18.943 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 04:33:18.943 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.223
|
|
2026-02-04 04:33:18.943 DEBUG [src.node.docker_mananger] Generated ports ['57561', '57562', '57563', '57564', '57565']
|
|
2026-02-04 04:33:18.943 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 04:33:18.943 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 04:33:18.943 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 04:33:18.943 DEBUG [src.node.docker_mananger] docker run -i -t -p 57561:57561 -p 57562:57562 -p 57563:57563 -p 57564:57564 -p 57565:57565 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=57563 --rest-port=57561 --tcp-port=57562 --discv5-udp-port=57564 --rest-address=0.0.0.0 --nat=extip:172.18.91.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f0303adf5d1ddea0f4fc8fafd8d0ffcbd1aab25cdd27f5bbac10dd12f92aaef8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57565 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPBeGL5lioxB9tv2aukzIFkNBaEzPVyD-JvTEG_ie68tK0IggT2iB5D4pHf1UCr5WyLYZHkDWUalyypT-Mk2zlcCgmlkgnY0gmlwhKwS7vWKbXVsdGlhZGRyc5YACASsEu71BhsQAAoErBLu9QYbEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmH0zz4JuWdVgwtOrU8_aRnqfqUoO2Hc3W634m5-O1U6DdGNwghsQg3VkcIIbEoV3YWt1MgU --filternode=/ip4/172.18.238.245/tcp/6928/p2p/16Uiu2HAmNvF3sW6m1u3Z7uZB8TvvBTFM7VFmiXLgxKZePt2PAaeZ
|
|
2026-02-04 04:33:19.128 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.223 waku 360dba97f4fa331300e5b6e2f047280ce1f6c28dcda0dafffa03b840715be5ad
|
|
2026-02-04 04:33:19.158 DEBUG [src.node.docker_mananger] Container started with ID 360dba97f4fa. Setting up logs at ./log/docker/node2_2026-02-04_04-33-17__5223b1b4-1ff0-430d-9661-1edf482420fe__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:33:19.158 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57561
|
|
2026-02-04 04:33:19.159 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 04:33:20.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
|
2026-02-04 04:33:20.163 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 04:33:20.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.91.223/tcp/57562/p2p/16Uiu2HAmMKeyHa5UnaeApq6rJMaSkZ3qH4dp3Ywyg4a5EtMi9ci9","/ip4/172.18.91.223/tcp/57563/ws/p2p/16Uiu2HAmMKeyHa5UnaeApq6rJMaSkZ3qH4dp3Ywyg4a5EtMi9ci9"],"enrUri":"enr:-L24QFv_Pk4cQ3hKtoJ30HMBI5363o-gDI7WLbSoiLa_qFrhSrk8ufu32CNWjkSx7CF9mC45c2-f4NnxIncfSRBpXEECgmlkgnY0gmlwhKwSW9-KbXVsdGlhZGRyc5YACASsElvfBuDaAAoErBJb3wbg290DgnJzhQADAQAAiXNlY3AyNTZrMaEDgMU8EZGyURnWlFIrhN7hbV_T4OVsTqzhIILIX3mRF86DdGNwguDag3VkcILg3IV3YWt1MgA"}'
|
|
2026-02-04 04:33:20.166 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 04:33:20.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57561/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.238.245/tcp/6928/p2p/16Uiu2HAmNvF3sW6m1u3Z7uZB8TvvBTFM7VFmiXLgxKZePt2PAaeZ"]'
|
|
2026-02-04 04:33:20.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.198 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-04 04:33:20.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 04:33:20.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57561/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e3fb7141-36e3-401e-9c7a-fb789bd1085b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:33:20.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e3fb7141-36e3-401e-9c7a-fb789bd1085b","statusDesc":"OK"}'
|
|
2026-02-04 04:33:20.224 DEBUG [tests.filter.test_get_messages] Running test with timestamp Now
|
|
2026-02-04 04:33:20.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.232 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.332 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1770179526496621056,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.337 DEBUG [tests.filter.test_get_messages] Running test with timestamp Far future
|
|
2026-02-04 04:33:20.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.342 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.442 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":2085539526496608000,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.447 DEBUG [tests.filter.test_get_messages] Running test with timestamp Recent past
|
|
2026-02-04 04:33:20.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.451 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.551 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1770175926496608000,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.555 DEBUG [tests.filter.test_get_messages] Running test with timestamp Near future
|
|
2026-02-04 04:33:20.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.560 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.660 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1770183126496608000,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.665 DEBUG [tests.filter.test_get_messages] Running test with timestamp Positive number
|
|
2026-02-04 04:33:20.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.670 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.770 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.774 DEBUG [tests.filter.test_get_messages] Running test with timestamp Negative number
|
|
2026-02-04 04:33:20.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.779 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.879 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":-1,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.883 DEBUG [tests.filter.test_get_messages] Running test with timestamp DST change
|
|
2026-02-04 04:33:20.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6927/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:33:20.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:33:20.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:33:20.988 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:33:20.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57561/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:33:20.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false}]'
|
|
2026-02-04 04:33:20.994 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 04:33:20.995 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 04:33:20.995 DEBUG [src.node.waku_node] Stopping container with id 6973efa66164
|
|
2026-02-04 04:33:21.509 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 04:33:21.511 DEBUG [src.node.waku_node] Stopping container with id 360dba97f4fa
|
|
2026-02-04 04:33:22.070 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 04:33:22.070 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 04:33:22.079 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 04:33:22.084 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|