-
Notifications
You must be signed in to change notification settings - Fork 3.6k
op-test-sequencer: support for L1 reorgs #16105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #16105 +/- ##
============================================
- Coverage 46.54% 0 -46.55%
============================================
Files 1364 0 -1364
Lines 110451 0 -110451
============================================
- Hits 51413 0 -51413
+ Misses 55417 0 -55417
+ Partials 3621 0 -3621
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
f0a44bc
to
5bcf48d
Compare
de24377
to
4345ee5
Compare
4fd48ac
to
b6292aa
Compare
f9784e9
to
699f107
Compare
4345ee5
to
fae96b8
Compare
0b82ca0
to
233f704
Compare
fae96b8
to
b55cef2
Compare
233f704
to
d30b0d4
Compare
b55cef2
to
633bfea
Compare
d30b0d4
to
94d997b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestL2ReorgAfterL1Reorg
looks good to me.
Gave a first-pass review (excluding the newly added op-test-sequencer code). Will do a second review as a follow-up to cover that part.
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Outdated
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Outdated
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Outdated
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Outdated
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Outdated
Show resolved
Hide resolved
22febcd
to
88c3e99
Compare
0b9e712
to
965af03
Compare
88c3e99
to
888d71c
Compare
b0794f9
to
3809431
Compare
c3360e3
to
8cc0668
Compare
3809431
to
7092c6e
Compare
op-test-sequencer/sequencer/backend/work/builders/fakepos/job.go
Outdated
Show resolved
Hide resolved
op-test-sequencer/sequencer/backend/work/builders/fakepos/job.go
Outdated
Show resolved
Hide resolved
44613ab
to
0e1ed18
Compare
8cc0668
to
957c538
Compare
0e1ed18
to
001f072
Compare
283e85c
to
e9c92c8
Compare
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Outdated
Show resolved
Hide resolved
dce00b5
to
ad86995
Compare
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
op-acceptance-tests/tests/interop/reorgs/l2_reorgs_after_l1_reorg_test.go
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the .dockerignore
changes as codeowner.
7f197eb
to
c6d41d2
Compare
c6d41d2
to
2220dd8
Compare
2220dd8
to
7ca98da
Compare
Description
This PR is:
op-test-sequencer
, enabling it to produce L1 reorgsTests
TestL2ReorgAfterL1Reorg
Additional context
Related: #16052
Metadata
Fixes: #16061
Fixes: #15331
Fixes: #15333
Fixes: #14128