[SharovBot] qa: disable TIP-sensitive ots_searchTransactionsAfter tests on release/3.4#21523
Closed
erigon-copilot[bot] wants to merge 1 commit into
Closed
Conversation
…ease/3.4 (TIP-sensitive) Co-authored-by: Giulio Rebuffo <giulio.rebuffo@gmail.com>
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.
[SharovBot]
Summary
Backport of commit ff47bb5 from
maintorelease/3.4.The
mainnet-rpc-integ-testsCI job onrelease/3.4has been failing on the 2 most recent commits (a0a18ed, 4c7849f) with:ots_searchTransactionsAfter/test_11.json— Failedots_searchTransactionsAfter/test_12.json— FailedRoot cause
These tests are sensitive to the current TIP (chain head). Their expected responses were generated at a specific block height and become invalid as the chain advances. This is the same reason they were disabled on
mainvia PR #21348 on 2026-05-23.The fix on
maincomment says: "The following tests have been disabled because their response changed after moving the TIP. The request or the response should be updated so that the output is unaffected by changes to the TIP"Change
Adds
ots_searchTransactionsAfter/test_11.jsonandots_searchTransactionsAfter/test_12.jsonto theDISABLED_TEST_LISTin.github/workflows/scripts/run_rpc_tests_ethereum.shforrelease/3.4, mirroring the fix already present onmain.Testing
This is a CI workflow script change only — no production code modified. The fix is verified by the pattern: same failures appearing consistently on both recent commits tested.