bug: nwaku
does not relay lightpush message with peers in the mesh
#3369
Labels
nwaku
does not relay lightpush message with peers in the mesh
#3369
Problem
In interop tests case for pushing 30 messages has hight flakiness due to
nwaku
Impact
This most likely has impact on users as if we have random messages being rejected for no reason.
And of course it makes interop not stable.
To reproduce
js-waku
toweboko/interop-lightpush-bug
npm run build
cd packages/tests
npm run test:node > tmp.log
orWAKUNODE_IMAGE="harbor.status.im/wakuorg/nwaku:latest" npm run test:node > tmp.log
packages/tests/tmp.log
DEBUG(core): lightpush failure response - not_published_to_any_peer
DEBUG(test-cause): nwaku logs
with path to logs, located inpackages/tests
.OR download logs from waku-org/js-waku#2348
Expected behavior
nwaku
must acceptLightPush
message when has at least oneRelay
peer.Screenshots/logs
Logs
nwaku version/commit hash
nwaku
master - https://github.com/waku-org/nwaku/commits/master/Additional context
N/A
The text was updated successfully, but these errors were encountered: