We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A clear and concise description of what the bug is.
The test WakuNode - RLN relay::clearNullifierLog: should clear epochs > MaxEpochGap is extremely flaky in the CI and constantly get this error
WakuNode - RLN relay::clearNullifierLog: should clear epochs > MaxEpochGap
/Users/runner/work/nwaku/nwaku/build/all_tests_waku 'WakuNode - RLN relay::clearNullifierLog: should clear epochs > MaxEpochGap' ---------------------------------------------------- /Users/runner/work/nwaku/nwaku/tests/waku_rln_relay/test_wakunode_rln_relay.nim(585, 44): Check failed: node2.wakuRlnRelay.nullifierLog.len() == 4 node2.wakuRlnRelay.nullifierLog.len() was 3 /Users/runner/work/nwaku/nwaku/tests/waku_rln_relay/test_wakunode_rln_relay.nim(594, 44): Check failed: node2.wakuRlnRelay.nullifierLog.len() == 4 node2.wakuRlnRelay.nullifierLog.len() was 3 [FAILED ] ( 41.8s) clearNullifierLog: should clear epochs > MaxEpochGap
The test should give consistent results
1d2b910
The text was updated successfully, but these errors were encountered:
darshankabariya
Successfully merging a pull request may close this issue.
Problem
A clear and concise description of what the bug is.
The test
WakuNode - RLN relay::clearNullifierLog: should clear epochs > MaxEpochGap
is extremely flaky in the CI and constantly get this errorExpected behavior
The test should give consistent results
nwaku version/commit hash
1d2b910
The text was updated successfully, but these errors were encountered: