[Peras 43] Move Test.Consensus.Committee.Utils to Test.Util.Committee - #2158
Open
agustinmista wants to merge 1 commit into
Open
[Peras 43] Move Test.Consensus.Committee.Utils to Test.Util.Committee#2158agustinmista wants to merge 1 commit into
agustinmista wants to merge 1 commit into
Conversation
agustinmista
marked this pull request as ready for review
July 30, 2026 08:31
agustinmista
requested review from
bladyjoker,
dnadales,
geo2a,
jasagredo and
nfrisby
as code owners
July 30, 2026 08:31
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
July 30, 2026 09:42
6ea4ba6 to
058d896
Compare
jasagredo
approved these changes
Jul 30, 2026
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
July 30, 2026 19:29
058d896 to
c70a2cf
Compare
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
July 30, 2026 19:35
c70a2cf to
cce7a4d
Compare
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
July 31, 2026 07:06
cce7a4d to
0fcb5e3
Compare
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
July 31, 2026 09:52
0fcb5e3 to
4dbec87
Compare
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
July 31, 2026 12:04
4dbec87 to
efcc8af
Compare
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
2 times, most recently
from
August 3, 2026 08:59
424f151 to
a852f0d
Compare
This commit relocates the voting committee test utilities from the consensus test suite into the unstable-consensus-testlib library so they can be reused outside the test suite. Co-authored-by: Agustin Mista <agustin.mista@tweag.io> Co-authored-by: Thomas BAGREL <thomas.bagrel@tweag.io> Co-authored-by: Nicolas BACQUEY <nicolas.bacquey@tweag.io>
agustinmista
force-pushed
the
peras/extract-committee-testutil
branch
from
August 3, 2026 09:18
a852f0d to
02f93c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit relocates the voting committee test utilities from the consensus test suite into the unstable-consensus-testlib library so they can be reused outside the test suite.