]
Ion Savin updated ISPN-4413:
----------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
PAX URL temporary files fill /tmp and cause issues on CI
--------------------------------------------------------
Key: ISPN-4413
URL:
https://issues.jboss.org/browse/ISPN-4413
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Ion Savin
Assignee: Ion Savin
PAX URL uses /tmp for storing wrapped and stream bundles and doesn't do any clean-up
causing CI to fail due to lack of space.
Move the temporary directory inside target/ which is cleaned after each run. Will slow a
bit things since it's not tmpfs but it shouldn't matter too much.