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
And I made fail on my laptop once by running it in a repeat loop and starting a nano build from scratch in parallel.
On my laptop, it appears to fail once every few hundred iterations.
Note: Google Test filter = active_transactions.fork_filter_cleanup
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from active_transactions
[ RUN ] active_transactions.fork_filter_cleanup
/home/ds/CLionProjects/receivable_renames/nano/core_test/active_transactions.cpp:790: Failure
Value of: node1.network.publish_filter.apply (send_block_bytes.data (), send_block_bytes.size ())
Actual: true
Expected: false
Trace/breakpoint trap
The text was updated successfully, but these errors were encountered:
The publish filter and the ledger cache count are not synchronised and
therefore the last assert needs to be an assert timely.
resolvesnanocurrency#3762
It has failed in github CI here:
https://github.com/nanocurrency/nano-node/runs/5719749168?check_suite_focus=true#step:6:67
And I made fail on my laptop once by running it in a repeat loop and starting a nano build from scratch in parallel.
On my laptop, it appears to fail once every few hundred iterations.
The text was updated successfully, but these errors were encountered: