Skip to content

op-e2e: stabilize CI testing#3046

Merged
mergify[bot] merged 3 commits intodevelopfrom
stabilize-op-e2e
Jul 14, 2022
Merged

op-e2e: stabilize CI testing#3046
mergify[bot] merged 3 commits intodevelopfrom
stabilize-op-e2e

Conversation

@protolambda
Copy link
Contributor

Previously the sequence window was 2 L1 blocks, each 2 seconds, so 4 seconds total. And it was taking 3+ seconds to confirm a tx. This caused batches to often get included too late, and force reorgs.

This PR increases the sequence window: eager batch queue processing will still keep the L2 chain running, but the tests shouldn't be as flaky anymore.

In a sepearate PR we can optimize the inclusion time of the batch transactions such that tests complete faster, but that's a different issue.

This PR also updates the missing-batch test with clarifying comments, and makes an exception there with sequence-window size, to not make the test longer than it needs to be.

And the batch-submitter was outputting a scary but harmless log at the start: that's not a reorg, that's the batch-submitter adopting the first safe-head. So I updated that log.

@changeset-bot
Copy link

changeset-bot bot commented Jul 14, 2022

⚠️ No Changeset found

Latest commit: c9609fb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mergify
Copy link
Contributor

mergify bot commented Jul 14, 2022

This PR changes implementation code, but doesn't include a changeset. Did you forget to add one?

@protolambda protolambda changed the title Stabilize op-e2e op-e2e: stabilize CI testing Jul 14, 2022
@tynes tynes requested a review from trianglesphere July 14, 2022 19:02
@mergify
Copy link
Contributor

mergify bot commented Jul 14, 2022

This PR has been added to the merge queue, and will be merged soon.

@mergify
Copy link
Contributor

mergify bot commented Jul 14, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@mergify mergify bot merged commit 7a3a481 into develop Jul 14, 2022
@mergify mergify bot deleted the stabilize-op-e2e branch July 14, 2022 19:10
@mergify mergify bot removed the on-merge-train label Jul 14, 2022
theochap pushed a commit that referenced this pull request Dec 10, 2025
ChannelOut wasn't bumping its rlp_length counter after accepting a
batch, so the per-channel RLP limit was enforced on stale numbers and
input_bytes() lied about how much data went in. Now the counter
increments as soon as the batch is written, so both the limit check and
the reported stats match reality.
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.

3 participants