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).
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).