Skip to content

Replace GoQuorum static flag with dynamic flag #2775

Closed
@shemnon

Description

The static flag in (GoQuorumOptions)[https://github.com/hyperledger/besu/blob/78fe588c9dc032166250f0bfd649ca1b2cc9dc45/config/src/main/java/org/hyperledger/besu/config/GoQuorumOptions.java#L25] should be replaced.

This is causing flakey tests when running multi-threaded tests, sometimes it is enabled and sometimes it is not. Because the switch is accessed in parts fo the code far from privacy it can cause non-deterministic behavior in parallel tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

TeamRevenantGH issues worked on by Revenant Teamdev experienceThe build system, things that enable easier development etc.flake60% of the time it works 100% of the time.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions