Skip to content

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 image

It seems that objects remain in memory between tessts. A refactoring of tests may improve the issue