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: nodeos_startup_catchup_if_lr_test relax constraint #2292

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented Mar 7, 2024

The nodeos_startup_catchup_if_lr_test test has 15 connections. A node can receive a current block from all the connections at the same time and get an unlinkable block for each one because it is syncing at the time. Allow for an unlinkable from each of the connections while syncing.

Resolves #2266

… each of the 15 connections at the same time causing many unlinkable block errors.
@heifner heifner added the OCI Work exclusive to OCI team label Mar 7, 2024
@heifner heifner requested review from greg7mdp and linh2931 March 7, 2024 13:26
@heifner heifner linked an issue Mar 7, 2024 that may be closed by this pull request
@ericpassmore
Copy link
Contributor

Note:start
group: IF
category: TEST
summary: Relax constrains on nodeos startup for greater test stability, and avoid simultaneous unlinkable blocks from all connections.
Note:end

@heifner heifner merged commit 3302a6b into hotstuff_integration Mar 7, 2024
30 checks passed
@heifner heifner deleted the GH-2266-test branch March 7, 2024 23:21
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.

IF: Test Failure: nodeos_startup_catchup_if_lr_test
4 participants