Skip to content

Comments

fix: skip TestConflictingImportTxsAcrossBlocks if using Firewood#5018

Merged
maru-ava merged 1 commit intomasterfrom
rodrigo/skip-test-conflicting-import-txs
Feb 23, 2026
Merged

fix: skip TestConflictingImportTxsAcrossBlocks if using Firewood#5018
maru-ava merged 1 commit intomasterfrom
rodrigo/skip-test-conflicting-import-txs

Conversation

@RodrigoVillar
Copy link
Contributor

Why this should be merged

Similar to #5001, bumping the go version to 1.25 has resulted in this additional test flake: https://github.com/ava-labs/avalanchego/actions/runs/22294384926/job/64487963219?pr=4942#step:4:20738. This flake was observed with the test TestConflictingImportTxsAcrossBlocks.

How this works

Skips TestConflictingImportTxsAcrossBlocks if using Firewood.

How this was tested

CI

Need to be documented in RELEASES.md?

No

@RodrigoVillar RodrigoVillar self-assigned this Feb 23, 2026
@RodrigoVillar RodrigoVillar marked this pull request as ready for review February 23, 2026 13:09
@RodrigoVillar RodrigoVillar requested a review from a team as a code owner February 23, 2026 13:09
Copilot AI review requested due to automatic review settings February 23, 2026 13:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses test flakiness observed with the TestConflictingImportTxsAcrossBlocks test when using Firewood with Go 1.25, following the same pattern established in PR #5001 for handling Firewood-related test failures.

Changes:

  • Add conditional test skip for testConflictingImportTxs when using the Firewood storage scheme
  • Import customrawdb package to access the FirewoodScheme constant
  • Reference GitHub issue #1679 tracking the underlying Firewood stack corruption issue

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@maru-ava maru-ava added this pull request to the merge queue Feb 23, 2026
Merged via the queue into master with commit b9c88dc Feb 23, 2026
57 checks passed
@maru-ava maru-ava deleted the rodrigo/skip-test-conflicting-import-txs branch February 23, 2026 16:21
@github-project-automation github-project-automation bot moved this to Done 🎉 in avalanchego Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done 🎉

Development

Successfully merging this pull request may close these issues.

4 participants