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
The cache isn't useful in this module as every test class has a different context configuration. We should disable it so that contexts that won't be used again are not cached and do not consume memory beyond the point at which they're no longer needed. Hopefully spring-projects/spring-framework#32289 will allow this change to be reverted in the future.
This change will also help with the mismatched lifecycle of @Testcontainers-managed Container instances and the tests' application contexts. #38237 may address this part of the problem in the future.
The text was updated successfully, but these errors were encountered:
The cache isn't useful in this module as every test class has a different context configuration. We should disable it so that contexts that won't be used again are not cached and do not consume memory beyond the point at which they're no longer needed. Hopefully spring-projects/spring-framework#32289 will allow this change to be reverted in the future.
This change will also help with the mismatched lifecycle of
@Testcontainers
-managedContainer
instances and the tests' application contexts. #38237 may address this part of the problem in the future.The text was updated successfully, but these errors were encountered: