The tests in hydra-mongodb leave empty or small databases in mongodb after they have run.
It appears to be a problem with how the cleanup methods are run by the maven surefire plugin, or by jUnit - running each test individually usually cleans up properly. Perhaps @AfterClass is problematic for the runner?
The tests in
hydra-mongodbleave empty or small databases in mongodb after they have run.It appears to be a problem with how the cleanup methods are run by the maven surefire plugin, or by jUnit - running each test individually usually cleans up properly. Perhaps
@AfterClassis problematic for the runner?