-
Notifications
You must be signed in to change notification settings - Fork 807
Error driven snowflake multi counter #3092
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
Merged
StephenButtolph
merged 25 commits into
master
from
error-driven-snowflake-multi-counter
Jun 12, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5ae5fb9
Implement error driven snowflake hardcoded to a single confidence cou…
aaronbuchwald c38091f
clean up comments
aaronbuchwald ce2616b
Update consensus nary constructors to take a slice for alphaConfidenc…
aaronbuchwald f023f62
Update consensus stringers to support multiple confidence values
aaronbuchwald f165b2a
Merge branch 'master' into flexible-snowflake-single-counter
aaronbuchwald 1fd35ce
Move alphaConfidence/beta slices into a slice of structs
aaronbuchwald ad1dfef
Merge branch 'flexible-snowflake-single-counter' into error-driven-sn…
aaronbuchwald 2f7f79f
Fix merge
aaronbuchwald 70306e7
Use slices.Clone instead of copy for cloning confidence slice
aaronbuchwald efe599e
Use slices.Clone in unary snowflake
aaronbuchwald 9fe7967
Merge branch 'flexible-snowflake-single-counter' into error-driven-sn…
aaronbuchwald 6d29503
Call RecordSuccessfulPoll for every successful poll
aaronbuchwald c0b1173
Merge branch 'flexible-snowflake-single-counter' into error-driven-sn…
aaronbuchwald 53ae50c
Add test coverage for multiple termination conditions over unary snow…
aaronbuchwald 0d98675
Merge branch 'master' into error-driven-snowflake-multi-counter
aaronbuchwald 9ecd20a
Align tests
aaronbuchwald fc0c0c0
Add test coverage for error drive snowflake across unary/binary/nnary
aaronbuchwald ae23154
Address single import linter
aaronbuchwald 73b767a
Fix test
aaronbuchwald fb63c3b
Merge branch 'master' into error-driven-snowflake-multi-counter
aaronbuchwald 7d275aa
Add newSingleTerminationCondition helper function for snowflake tests
aaronbuchwald fdd3e11
Move newSingleTerminationCondition helper to params for re-use in fac…
aaronbuchwald a068bbc
Rename snowflake test function to AssertEqual
aaronbuchwald f4eccb0
Update error driven snowflake test of switching choices to result in …
aaronbuchwald 0814e6a
Add getters for error driven snowflake single/multi choice test suites
aaronbuchwald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.