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

Exit is activated in the middle of unit tests #782

Open
dimalit opened this issue May 30, 2023 · 0 comments
Open

Exit is activated in the middle of unit tests #782

dimalit opened this issue May 30, 2023 · 0 comments
Assignees

Comments

@dimalit
Copy link
Contributor

dimalit commented May 30, 2023

When running unit tests of skaled that invovle consensus, consensus' exit flag seems to keep raised after exit of 1st test. It causes consensus to immediately exit at the beginning of 2nd test.

Tests that were used to reproduce: JsonRpcSuite.

[2023-05-30 14:46:44.268] [config] [info] ConsensusEngine: bootstrapping node
[2023-05-30 14:46:44.332] [config] [info] Version update history: 2.1.001
[2023-05-30 14:46:44.332] [config] [info] Bootstrapping consensus ...
[2023-05-30 14:46:44.332] [config] [info] Last committed block in consensus:0
[2023-05-30 14:46:44.332] [config] [info] Last committed block in skaled:0
[2023-05-30 14:46:44.332] [config] [info] Check the consensus database for corruption ...
[2023-05-30 14:46:44.332] [config] [info] Jump starting the system with block:0
[2023-05-30 14:46:44.332] [config] [trace] Save price for block0
[2023-05-30 14:48:21.723] [config] [info] Exiting on block boundary for block 0```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants