Skip to content
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

IF: add unit tests for finality_core #2264

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

linh2931
Copy link
Member

Add tests for the new finality_core. Strong, weak, and mixed QC claims are tested.

Resolved #2259.

@linh2931 linh2931 requested review from greg7mdp and heifner February 26, 2024 21:51
@linh2931 linh2931 linked an issue Feb 26, 2024 that may be closed by this pull request
{
test_core core;

// strong QC claim on block 4 will addvance LIB to 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many occurences of this typo!

Suggested change
// strong QC claim on block 4 will addvance LIB to 2
// strong QC claim on block 4 will advance LIB to 2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed.

@ericpassmore
Copy link
Contributor

Note:start
group: IF
category: TEST
summary: Add tests for updated and improved finality core algorithm.
Note:end

@linh2931 linh2931 merged commit d77cca1 into hotstuff_integration Feb 28, 2024
26 checks passed
@linh2931 linh2931 deleted the finality_core_unit_tests branch February 28, 2024 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IF: add unit tests for finality_core
4 participants