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.
Updated by Radek Tomiška over 4 years ago
- Status changed from New to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version set to 10.6.0
- % Done changed from 0 to 90
Feature is implemented:
https://github.com/bcvsolutions/CzechIdMng/commit/2f6f344f141faf47b17132ff5947ff966e23262f#diff-e1d00f76610cd7063d5ec685bb4c0d16R76
Could you provide me a feedback, please?
Updated by Vít Švanda over 4 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did reivew. In so many refactoring changes it was hard for me to find the evic cache, but I managed it :-). LGTM
Updated by Radek Tomiška about 4 years ago
- Status changed from Resolved to Closed
Actions