Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
To workaround the fact that junit extensions are setup twice when using @Nested class, in CassandraMailRepositoryWithFakeImplementationsTest, we disabled the teardown of the extension.
It leads to a Cassandra driver leak.
We should avoid registering resources in the parent class instead.