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

testing: Ensure CheckBootstrapIsPossible is safe for teardown #2582

Merged
merged 5 commits into from
Jan 5, 2024

Conversation

marun
Copy link
Contributor

@marun marun commented Jan 3, 2024

Why this should be merged

Supports coreth testing PR ava-labs/coreth#377

How this works

Previously CheckBootstrapIsPossible depended on ginkgo.DeferCleanup which was preventing its use from a Teardown method in coreth integration testing.

How this was tested

CI both here and for the coreth testing PR

Previously `CheckBootstrapIsPossible` depended on ginkgo.DeferCleanup
which was preventing its use from a Teardown method in coreth
integration testing.
@marun marun added the testing This primarily focuses on testing label Jan 3, 2024
@marun marun requested review from abi87 and gyuho as code owners January 3, 2024 20:28
Copy link
Contributor

@darioush darioush left a comment

Choose a reason for hiding this comment

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

some nits.

tests/fixture/e2e/helpers.go Outdated Show resolved Hide resolved
tests/fixture/e2e/helpers.go Outdated Show resolved Hide resolved
@marun marun force-pushed the tmpnet-coreth-compat branch from 57d1f9c to 8c081e6 Compare January 3, 2024 21:56
@marun marun self-assigned this Jan 5, 2024
@aaronbuchwald aaronbuchwald added this pull request to the merge queue Jan 5, 2024
Merged via the queue into dev with commit 3096b61 Jan 5, 2024
17 checks passed
@aaronbuchwald aaronbuchwald deleted the tmpnet-coreth-compat branch January 5, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing This primarily focuses on testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants