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

in tbc tests, terminate containers after test finishes #77

Closed
wants to merge 2 commits into from

Conversation

ClaytonNorthey92
Copy link
Contributor

Summary
containers were not terminating after a test had finished, they were hanging around until the tests were done running; it seems that canceling a context does not termiante a container>

Changes
terminate container in each test, pushing to the defer stack

note: I do not update network_test.go because that doesn't create many containers, and it is likely to go away with localnet

fixes #62

@ClaytonNorthey92
Copy link
Contributor Author

let's hold off on merging; the pipeline is failing, I think this is exposing an issue in the tests

containers were not terminating after a test had finished, they were hanging around until the tests were done running; it seems that canceling a context does not termiante a container

terminate container in each test, pushing to the defer stack
@ClaytonNorthey92 ClaytonNorthey92 force-pushed the clayton/terminate-containers branch from 9386a82 to 400d9ba Compare April 15, 2024 20:06
@ClaytonNorthey92
Copy link
Contributor Author

closing, addressed in this commit d1d9e30

@ClaytonNorthey92 ClaytonNorthey92 deleted the clayton/terminate-containers branch June 24, 2024 12:41
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.

2 participants