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

MicronautKotest5Extension does not retain contexts anymore after test spec is done #868

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

Spikhalskiy
Copy link
Contributor

This addresses a memory leak caused by MicronautKotest5Extension retaining all created MicronautKotest5Context that in turn retain all ApplicationContexts

Closes #861

@Spikhalskiy Spikhalskiy changed the title MicronautKotest5Extension now cleans up contexts after test spec is done MicronautKotest5Extension is not retaining contexts anymore after test spec is done Oct 13, 2023
@Spikhalskiy Spikhalskiy changed the title MicronautKotest5Extension is not retaining contexts anymore after test spec is done MicronautKotest5Extension does not retain contexts anymore after test spec is done Oct 13, 2023
@Spikhalskiy
Copy link
Contributor Author

@dstepanov please let me know if there is anything here I should do to move this forward

@sdelamo sdelamo merged commit 2b3c5ef into micronaut-projects:master Oct 20, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Application contexts are retained by MicronautKotest5Extension causing memory leak
3 participants