Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M5
-
None
Description
When an integration test fails the method ModuleWithFixtures.getTeardownFixture is not executed. As a result added entities to the H2 DB are not deleted. This can and has caused errors in other integration tests that are run later in the flow and depend on overlapping data.
IMHO the teardown should always run to make sure the other tests can continue in a consistent state.