Details
- Reviewers
PiRK sdulfari - Group Reviewers
Restricted Project - Commits
- rABC832aa694f698: [avalanche] Use sane default for the minimum number of nodes that sent compact…
ninja all check-extended
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
112 ↗ | (On Diff #34822) | Do any of the tests rely on this being 0? It should be safer to make this a number greater than 0 if all of the tests pass with it. This question is relevant to all of the tests, not just this line. |
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
112 ↗ | (On Diff #34822) | yes, all the tests that use polling expect the quorum to be established once the 8 nodes are connected. Since we don't send network messages in the unit test, we don't want to set this. |