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: Test: Add transition test with 21 nodes #2363

Merged
merged 4 commits into from
Apr 3, 2024
Merged

Conversation

heifner
Copy link
Member

@heifner heifner commented Mar 30, 2024

No description provided.

@heifner heifner added the OCI Work exclusive to OCI team label Mar 30, 2024
@ericpassmore
Copy link
Contributor

Note:start
group: IF
category: TEST
summary: Upgrade tests growing to 21 nodes.
Note:end

@@ -140,6 +140,8 @@ set_property(TEST cluster_launcher_if PROPERTY LABELS nonparallelizable_tests)

add_test(NAME transition_to_if COMMAND tests/transition_to_if.py -v ${UNSHARE} WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
set_property(TEST transition_to_if PROPERTY LABELS nonparallelizable_tests)
add_test(NAME transition_to_if_lr COMMAND tests/transition_to_if.py -v -p 20 ${UNSHARE} WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
set_property(TEST transition_to_if_lr PROPERTY LABELS long_running_tests)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be long_running_tests while transition_to_if is nonparallelizable_tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

The 21 producers means it takes longer to transition; figured the run time now is enough to be a long_running_tests.

@heifner heifner merged commit cc56c51 into hotstuff_integration Apr 3, 2024
32 of 34 checks passed
@heifner heifner deleted the 21-test branch April 3, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants