test: flaky heavy shallow fork triggers migration prune and fcu#930
Draft
craigmayhew wants to merge 17 commits intomasterfrom
Draft
test: flaky heavy shallow fork triggers migration prune and fcu#930craigmayhew wants to merge 17 commits intomasterfrom
craigmayhew wants to merge 17 commits intomasterfrom
Conversation
craigmayhew
commented
Nov 6, 2025
|
|
||
| // This failed "No reorg event received within 20 seconds" at 12:39 on 4th November | ||
| // "Error: Timeout: No reorg event received within 20 seconds" at 13:06 on 4th Nov | ||
| let reorg_event = reorg_future.await?; |
Contributor
Author
There was a problem hiding this comment.
~1% of the time on local runs this error is seen: Error: Timeout: No reorg event received within 20 seconds. It is possible this was/will be fixed by #944
Contributor
Author
|
latest test results: |
Contributor
Author
|
Locally |
craigmayhew
commented
Nov 6, 2025
| .await?; | ||
|
|
||
| let _ = genesis_node | ||
| let result = genesis_node |
Contributor
Author
There was a problem hiding this comment.
On some runs this error is seen Error: Reth latest block did not reach expected hash 0x2fa08d711ca0028f245fac5fbbf181c3220b682255d8e3c818ac2279d6556690 within 20s
I today am not seeing this and am now also not seeing this locally.
Contributor
Author
|
Contributor
Author
|
Contributor
Author
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the changes
Currently this is a PR of assertions and not a fix.
Debug Notes
testing_peer_with_assignments_and_name()when 3 (the number imn this tests epoch settings) are expected.assert_eq!(base_height, num_blocks_in_epoch as u64);assert_eq!(fork_height, canonical_block_level1.height);Checklist
Additional Context
Add any other context about the pull request here.