You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The peer-exchange compliance test within js-waku has been inconsistent and flaky on its runs:
it was seen to be flakily passing/failing based on local/CI envs without any reproducible/deterministic way.
Recently during some deps upgrade, this flaky test started to consistently fail in the CI while inconsistently passing in the local env.
Certain attempts like #1468 were made to resolve this.
we have added a simple timeout to the dial which waits for the discovery class to have initialised; while this might work, there are theoretically still chances for race conditions
weboko
added
the
test
Issue related to the test suite with no expected consequence to production code
label
Aug 31, 2023
This is a bug report
Problem
The peer-exchange compliance test within js-waku has been inconsistent and flaky on its runs:
it was seen to be flakily passing/failing based on local/CI envs without any reproducible/deterministic way.
Recently during some deps upgrade, this flaky test started to consistently fail in the CI while inconsistently passing in the local env.
Certain attempts like #1468 were made to resolve this.
Proposed Solutions
To be figured out
Notes
The text was updated successfully, but these errors were encountered: