Actions
Feature #2485
closedTest: clear cache automatically in transactional integration tests
Start date:
09/11/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
When integration test is @Transactional, then automatic rollback occurs for all data persisted in database, but cache is not evicted - e.g. when form definition is created or updated, then other test can fail because cache is invalid.
If integration test (AbstractIntegrationTest) is @Transactional (+ @Rollback(true) by default), then clear all caches automatically.
Actions