You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should not be a memory leak caused by the retention of all specs / application contexts while tests are getting executed.
Actual Behaviour
MicronautKotest5Extension#contexts retains all the MicronautKotest5Context and the corresponding Specs lacking a cleanup. This leads to a memory leak and degraded performance while the test set is being executed.
Version
micronaut-test: 4.0.2
The text was updated successfully, but these errors were encountered:
Expected Behavior
There should not be a memory leak caused by the retention of all specs / application contexts while tests are getting executed.
Actual Behaviour
MicronautKotest5Extension#contexts
retains all theMicronautKotest5Context
and the correspondingSpecs
lacking a cleanup. This leads to a memory leak and degraded performance while the test set is being executed.Version
micronaut-test: 4.0.2
The text was updated successfully, but these errors were encountered: