On Sat, Feb 11, 2012 at 5:02 AM, Dawid Weiss <[email protected]> wrote: >> See also the phantastic comment/TODO when you run "ant clean" in Solr... > > Yeah... I looked at that briefly yesterday. Seems like there should be > no harm if tests.userdir is copied (or even better - synced? > http://ant.apache.org/manual/Tasks/sync.html) to some temporary > scratch area instead of using the source location. Then temporary > files wouldn't be a problem anymore? >
I disagree: there are reasons why each jvm gets its own temporary directory. when tests are creating files in the source tree, its only a matter of time before two tests try to access the same file and then interfere with each other... thats why this is important to fix and not to bury under the rug. -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
