kumuluz / kumuluzee-testing

KumuluzEE Testing is a set of tools and utilities for testing KumuluzEE microservices.
https://ee.kumuluz.com/
Other
1 stars 2 forks source link

"No space left on device" error thrown after tests have been run often enough #8

Closed gregopet closed 1 year ago

gregopet commented 1 year ago

After running tests for a certain number of times, I start getting "No space left on device" warnings. If I delete my /tmp/KumuluzEEArquillian folder, I can run tests again.

I can see AbstractDeployment.java creates this folder, apparently it doesn't clean it up (or perhaps not under every circumstance).

gregopet commented 1 year ago

Nevermind, I copied a sample from readme and it had deleteTemporaryFiles set to false, my mistake.