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

Integration test for configuration where producer and finalizer nodes are separate #71

Merged
merged 9 commits into from
Apr 28, 2024

Conversation

linh2931
Copy link
Member

The test configures 2 producer nodes and 3 non-producer nodes; each of them has a BLS finalizer key. This results in a threshold of 4. The test verifies LIB advances, which implies at least 2 non-producer finalizer participates in the finalization process. It also checks the votes in qc_extention are from the 5 finalizers.

Resolved #59

@linh2931 linh2931 requested review from heifner and greg7mdp April 25, 2024 13:49
tests/seperate_prod_fin_test.py Outdated Show resolved Hide resolved
tests/seperate_prod_fin_test.py Outdated Show resolved Hide resolved
tests/seperate_prod_fin_test.py Outdated Show resolved Hide resolved
tests/CMakeLists.txt Outdated Show resolved Hide resolved
tests/TestHarness/Cluster.py Outdated Show resolved Hide resolved
tests/separate_prod_fin_test.py Outdated Show resolved Hide resolved
tests/separate_prod_fin_test_shape.json Show resolved Hide resolved
@linh2931 linh2931 merged commit a7a555b into savanna Apr 28, 2024
36 checks passed
@linh2931 linh2931 deleted the seperate_prod_fin branch April 28, 2024 16:57
@ericpassmore
Copy link
Contributor

Note:start
group: IF
category: TEST
summary: Integration test when producer and finalizer nodes are separate.
Note:end

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.

Add integration test for configuration where producer and finalizers nodes are separate
4 participants