Skip to content
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

ACP-77: Refactor e2e test #3522

Merged
merged 3 commits into from
Nov 5, 2024
Merged

ACP-77: Refactor e2e test #3522

merged 3 commits into from
Nov 5, 2024

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

This test is heavily extended by all of the remaining ACP-77 PRs. To simplify the review process, the non-behavioral changes that were included in those PRs were refactored into this single PR.

How this works

Just moving code around to make the test more extendable.

How this was tested

N/A

Need to be documented in RELEASES.md?

No.

@StephenButtolph StephenButtolph added testing This primarily focuses on testing cleanup Code quality improvement acp77 labels Nov 5, 2024
@StephenButtolph StephenButtolph added this to the v1.11.13 milestone Nov 5, 2024
@StephenButtolph StephenButtolph self-assigned this Nov 5, 2024
tests/e2e/p/l1.go Show resolved Hide resolved
@michaelkaplan13 michaelkaplan13 self-requested a review November 5, 2024 22:16

address := []byte{}
tc.By("issuing a ConvertSubnetTx", func() {
_, err := pWallet.IssueConvertSubnetTx(
Copy link
Contributor

Choose a reason for hiding this comment

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

(No action needed) Curious/Surprised that IssueConvertSubnetTx doesn't take the initial L1 validators...is this just because the test is for the old spec that included RecoverSubnetTx?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct. This PR was factored out of #3397 which adds the initial L1 validators.

Copy link
Contributor

@michaelkaplan13 michaelkaplan13 left a comment

Choose a reason for hiding this comment

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

LGTM, just one question regarding IssueConvertSubnetTx

@marun marun added this pull request to the merge queue Nov 5, 2024
Merged via the queue into master with commit b51d94b Nov 5, 2024
23 checks passed
@marun marun deleted the refactor-l1-e2e-tests branch November 5, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acp77 cleanup Code quality improvement testing This primarily focuses on testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants