dchenbecker opened a new pull request, #2634: URL: https://github.com/apache/cassandra/pull/2634
Modify unit tests so that any files created are rooted in the directory specified by the "tmp.dir" Ant property. Ant already passes the value of tmp.dir to the JVM's java.io.tmpdir parameter, so the primary changes are to make use of Files.createTempDirectory to generate per-test work directories. Also update the test checkstyle rules to catch any future usage of hardcoded "/tmp". Patch by Derek Chen-Becker; reviewed by Brandon Williams for CASSANDRA-18750 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

