chore: skip migrated PP bats tests for op-pessimistic CI leg#260
Open
arnaubennassar wants to merge 1 commit into
Open
chore: skip migrated PP bats tests for op-pessimistic CI leg#260arnaubennassar wants to merge 1 commit into
arnaubennassar wants to merge 1 commit into
Conversation
The following bats test files have been ported to Go in aggkit/test/e2e (PR feat/migrate-e2e, issue agglayer/aggkit#1524) and are now gated by the new test-go-e2e.yml workflow. They should no longer run on the op-pessimistic kurtosis leg to avoid running the same coverage twice. The FEP/op-succinct leg still runs them since FEP migration is out of scope. Migrated tests now skipped for test-name==test-single-l2-network-op-pessimistic: - bridge-e2e.bats -> TestBridgeCore - e2e-pp.bats -> TestCertificateSettlement - bridge-sovereign-chain-e2e.bats -> TestSovereignChain - bridge-e2e-nightly.bats -> TestBridgeNightly - internal-claims.bats -> TestInternalClaims - claim-reetrancy.bats -> TestClaimReentrancy - aggsender-committee-updates.bats -> TestCommitteeUpdates optimistic-mode.bats is NOT gated (not migrated). TESTSINVENTORY.md updated to note migration status.
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.
Summary
op-pessimistickurtosis leg, preventing duplicate coverage.optimistic-mode.batsungated (not migrated).Migrated tests (now skipped for
test-single-l2-network-op-pessimistic)bridge-e2e.batsTestBridgeCoree2e-pp.batsTestCertificateSettlementbridge-sovereign-chain-e2e.batsTestSovereignChainbridge-e2e-nightly.batsTestBridgeNightlyinternal-claims.batsTestInternalClaimsclaim-reetrancy.batsTestClaimReentrancyaggsender-committee-updates.batsTestCommitteeUpdatesTest plan
optimistic-mode.batsstill runs for all legs🤖 Generated with Claude Code