Re: ant test results in versioned files being modified?

2012-02-11 Thread Robert Muir
On Sat, Feb 11, 2012 at 5:02 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl 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?

Re: ant test results in versioned files being modified?

2012-02-11 Thread Dawid Weiss
I disagree: there are reasons why each jvm gets its own temporary directory. I don't know enough of Solr to tell if this can cause conflicts and if this should be somehow copied to scratch area by the test itself (perhaps). with each other... thats why this is important to fix and not to bury

Re: ant test results in versioned files being modified?

2012-02-11 Thread Robert Muir
I don't know enough of Solr to tell if this can cause conflicts and if this should be somehow copied to scratch area by the test itself (perhaps). me neither, but eventually no good will come from different tests reading/writing to the same files simultaneously... probably sporatic, hard to

ant test results in versioned files being modified?

2012-02-10 Thread Dawid Weiss
I'm running ant test from the top level and these files are always modified: solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/conf/dataimport.properties solr/contrib/dataimporthandler/src/test-files/dih/solr/conf/dataimport.properties Shouldn't be the case, right? Dawid