-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
op-e2e: Support external client in the e2e new tests #7346
op-e2e: Support external client in the e2e new tests #7346
Conversation
Hey @boyuan-chen! This PR has merge conflicts. Please fix them before continuing review. |
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.
Looks good. I think we can just simplify the RPC client access.
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.
LGTM. Thanks.
This PR has been added to the merge queue, and will be merged soon. |
Hey @boyuan-chen, this pull request failed to merge and has been dequeued from the merge train. If you believe your PR failed in the merge train because of a flaky test, requeue it by commenting with |
@boyuan-chen Looks like mergify can't merge in the latest changes from develop which is why it got dequeued. Can you merge them in? Hopefully it will make it in before there's more changes. Otherwise if you allow maintainers to push changes to the branch mergify should be able to do it for you. |
…-in-op-geth-tests
@Mergifyio requeue |
❌ Command disallowed due to command restrictions in the Mergify configuration.
|
This PR has been added to the merge queue, and will be merged soon. |
Hey @boyuan-chen, this pull request failed to merge and has been dequeued from the merge train. If you believe your PR failed in the merge train because of a flaky test, requeue it by commenting with |
…-in-op-geth-tests
There's a bit of a queue of PRs going in at the moment, but I think I have a trick to help mergify out. |
Thank you :) |
Description
A clear and concise description of the features you're adding in this pull request.
This PR enables the new tests to be executed via the external client. In
op-e2e-ext-geth-tests
, all the tests withinop_geth.go
can be accurately initiated and tested using the external client."Additional context
This also allows other clients, such as
erigon
, to be tested using the new tests inop_geth.go
.Link