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

[1.0-beta4 -> main] Test: Reduce connection retry interval #432

Merged
merged 3 commits into from
Jul 29, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented Jul 29, 2024

Many of the integration tests start multiple nodes at the same time. Since a node can't connect until its peer is up in running this causes a situation where the first attempt to connect fails. The node then waits the default 30 seconds to attempt to reconnect. For the integration tests, reduce this from 30 seconds to 15 seconds. This should reduce the number of flakey failures due to a test running too slow.

Merges release/1.0-beta4 into main including #430

Resolves #424

heifner added 3 commits July 29, 2024 14:40
…to 15 seconds since many tests start multiple nodes at the same time and they need to connect to each other.
[1.0-beta4] Test: Reduce connection retry interval
@heifner heifner requested review from greg7mdp and linh2931 July 29, 2024 21:10
@heifner heifner linked an issue Jul 29, 2024 that may be closed by this pull request
@heifner heifner added the OCI Work exclusive to OCI team label Jul 29, 2024
Base automatically changed from GH-415-test-main to main July 29, 2024 21:50
@heifner heifner merged commit 05f146f into main Jul 29, 2024
41 checks passed
@heifner heifner deleted the GH-424-test-main branch July 29, 2024 22:03
@ericpassmore
Copy link
Contributor

Note:start
group: STABILITY
category: TEST
summary: Fine tune connection interval to better support restarts in multi-node tests.
Note:end

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.

Test failure: terminate-scenarios-test-resync
4 participants