Skip to content

[SharovBot] qa: disable TIP-sensitive ots_searchTransactionsAfter tests on release/3.4#21523

Closed
erigon-copilot[bot] wants to merge 1 commit into
release/3.4from
agent-fix/ots-searchTransactionsAfter-disable-tip-sensitive-tests
Closed

[SharovBot] qa: disable TIP-sensitive ots_searchTransactionsAfter tests on release/3.4#21523
erigon-copilot[bot] wants to merge 1 commit into
release/3.4from
agent-fix/ots-searchTransactionsAfter-disable-tip-sensitive-tests

Conversation

@erigon-copilot
Copy link
Copy Markdown
Contributor

[SharovBot]

Summary

Backport of commit ff47bb5 from main to release/3.4.

The mainnet-rpc-integ-tests CI job on release/3.4 has been failing on the 2 most recent commits (a0a18ed, 4c7849f) with:

  • ots_searchTransactionsAfter/test_11.json — Failed
  • ots_searchTransactionsAfter/test_12.json — Failed

Root 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 main via PR #21348 on 2026-05-23.

The fix on main comment 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.json and ots_searchTransactionsAfter/test_12.json to the DISABLED_TEST_LIST in .github/workflows/scripts/run_rpc_tests_ethereum.sh for release/3.4, mirroring the fix already present on main.

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.

…ease/3.4 (TIP-sensitive)

Co-authored-by: Giulio Rebuffo <giulio.rebuffo@gmail.com>
@erigon-copilot
Copy link
Copy Markdown
Contributor Author

[SharovBot] Closing as duplicate. PR #21507 already includes the ots_searchTransactionsAfter/test_11.json and ots_searchTransactionsAfter/test_12.json disablement in its .github/workflows/scripts/run_rpc_tests_ethereum.sh patch. Once #21507 is merged, this failure will be resolved.

@erigon-copilot erigon-copilot Bot closed this May 30, 2026
@erigon-copilot erigon-copilot Bot deleted the agent-fix/ots-searchTransactionsAfter-disable-tip-sensitive-tests branch May 30, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants