Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sporadic failure in tests on CI due to missing trie node JSON-RPC response #387

Closed
Wodann opened this issue Apr 16, 2024 · 0 comments · Fixed by #410
Closed

Sporadic failure in tests on CI due to missing trie node JSON-RPC response #387

Wodann opened this issue Apr 16, 2024 · 0 comments · Fixed by #410
Assignees
Milestone

Comments

@Wodann
Copy link
Member

Wodann commented Apr 16, 2024

The data::tests::full_block_* tests fail sporadically in CI, with the following errors:

Occurrence 1 (macOS):

---- data::tests::full_block_mainnet_19318016 stdout ----
Error: The response reported error `-32000`: `missing trie node 41c10bface9b142aaf6e4f20e97600744cbcbf2db34cf0ec03ede5e84eb29e98 (path ) state 0x41c10bface9b142aaf6e4f20e97600744cbcbf2db34cf0ec03ede5e84eb29e98 is not available, not found`. (optional data: None). Request: {"id":1452,"jsonrpc":"2.0","method":"eth_getStorageAt","params":["0xc49b737fa56f9142974a54f6c66055468ec631d0","0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc","0x126c4ff"]

Occurrence 2 (Ubuntu):

---- data::tests::full_block_mainnet_cancun2 stdout ----
Error: The response reported error `-32000`: `missing trie node f90999ba63edf443f4c27152ca78f729afca615bc4637aaa44662dfdcb5c62c9 (path ) state 0xf90999ba63edf443f4c27152ca78f729afca615bc4637aaa44662dfdcb5c62c9 is not available, not found`. (optional data: None). Request: {"id":546,"jsonrpc":"2.0","method":"eth_getStorageAt","params":["0x2cfc3a07fd9ee6d3227b24fc4ee09b34ae1500b7","0x150595343228aa057f2d5dac3ed2d5618e3d52c474caabf780038e663d7cbf5f","0x12a7e3e"]}

The error is being bubbled up from our remote JSON-RPC requests when using Alchemy as a provider.

Definition of Done
Understand why the sporadic failure occurred and potentially create a fix

@Wodann Wodann added this to EDR Apr 16, 2024
@github-project-automation github-project-automation bot moved this to Unconfirmed in EDR Apr 16, 2024
@Wodann Wodann moved this from Unconfirmed to Todo in EDR Apr 16, 2024
@Wodann Wodann changed the title Sporadic failure in data::tests::full_block_mainnet_19318016 Sporadic failure in tests on CI due to missing trie node JSON-RPC response Apr 16, 2024
@Wodann Wodann self-assigned this Apr 24, 2024
@fvictorio fvictorio assigned Wodann and unassigned Wodann Apr 24, 2024
@Wodann Wodann moved this from Todo to In Progress in EDR Apr 25, 2024
@Wodann Wodann moved this from In Progress to Under Review in EDR Apr 26, 2024
@github-project-automation github-project-automation bot moved this from Under Review to Done in EDR May 6, 2024
@Wodann Wodann added this to the EDR v0.4.0 milestone May 9, 2024
@Wodann Wodann modified the milestones: EDR v0.4.0, EDR v0.3.8 May 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants