Skip to content
New issue

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

active_transactions.vote_replays fails about 1 in every few hundred iterations on my computer #3360

Closed
dsiganos opened this issue Jun 30, 2021 · 1 comment

Comments

@dsiganos
Copy link
Contributor

Summary

Note: Google Test filter = active_transactions.vote_replays
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from active_transactions
[ RUN ] active_transactions.vote_replays
/home/ds/nano/branches/develop/nano-node/nano/core_test/active_transactions.cpp:533: Failure
Expected equality of these values:
1
node.active.size ()
Which is: 0
[ FAILED ] active_transactions.vote_replays (337 ms)
[----------] 1 test from active_transactions (337 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (337 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] active_transactions.vote_replays

1 FAILED TEST

Node version

v22.1

Build details

manual build

OS and version

ubuntu 20.04

Steps to reproduce the behavior

Run active_transactions.vote_replays 1000 times

Expected behavior

.

Actual behavior

.

Possible solution

No response

Supporting files

No response

dsiganos added a commit to dsiganos/nano-node that referenced this issue Jun 30, 2021
We cannot expect the vote to survive long enough for the test to see it

Fixes issue:
nanocurrency#3360
dsiganos added a commit that referenced this issue Jun 30, 2021
We cannot expect the vote to survive long enough for the test to see it

Fixes issue:
#3360
@dsiganos
Copy link
Contributor Author

fixed
9ea9635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant