WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
Integration tests consume heap memory
It seems that with latest developments integration tests consume heap memory due to bad organization.
This is an image from the used heap during mvn test
It seems that objects remain in memory between tessts. A refactoring of tests may improve the issue