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
- Branch
- avalanche_minavaproofsnodecount_default
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19933 Build 39572: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 39571: arc lint + arc unit
Event Timeline
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
112 | 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 | 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. |