There is small issue with integration test. Depends of tests order execution we face some errors (org.springframework.dao.DataIntegrityViolationException) connected with database. Very likely this issue is caused by some garbage data from previous tests which is not removed from database. In order to fix this issue, please ensure that after every integration test database is cleaned properly.
Environment
None
Attachments
1
QAlity Plus - Test Management
Checklists
Activity
Show:
Paulina Borowa July 18, 2016 at 11:36 AM
What has been done:
Check if integration tests are fixed. For more details, see report below.
Done
Pinned fields
Click on the next to a field label to start pinning.
There is small issue with integration test. Depends of tests order execution we face some errors (org.springframework.dao.DataIntegrityViolationException) connected with database. Very likely this issue is caused by some garbage data from previous tests which is not removed from database.
In order to fix this issue, please ensure that after every integration test database is cleaned properly.