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

[4.0] SHiP: fix intermittent empty get_block_result #1276

Merged
merged 3 commits into from
Jun 13, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Jun 13, 2023

Use provided block_state on state_history_plugin send_update since forkdb may not have the block marked as validated yet and therefore will not be found by state_history_plugin when searching by block number.

See #1275 for details on why forkdb does not always "contain" the block.

Updated nodeos_forked_chain_test.py to use SHiP since it easily reproduced this failure.

Resolves #1272

@heifner heifner requested review from linh2931 and greg7mdp June 13, 2023 16:26
@heifner heifner added this to the Leap 4.0.2 milestone Jun 13, 2023
@arhag arhag linked an issue Jun 13, 2023 that may be closed by this pull request
@heifner heifner removed this from the Leap 4.0.2 milestone Jun 13, 2023
@heifner heifner removed the request for review from greg7mdp June 13, 2023 17:18
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.

Weird state-history message while running nodeos_forked_chain_test.py
3 participants