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

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
On Sat, Feb 11, 2012 at 5:02 AM, Dawid Weiss 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/T

Re: ant test results in versioned files being modified?

2012-02-11 Thread Dawid Weiss
> 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 usi

RE: ant test results in versioned files being modified?

2012-02-11 Thread Uwe Schindler
ehalf Of > Dawid Weiss > Sent: Saturday, February 11, 2012 10:08 AM > To: dev@lucene.apache.org > Subject: Re: ant test results in versioned files being modified? > > Say what you want, but I had a dream. In that dream I saw the solution to > life, > the universe and

Re: ant test results in versioned files being modified?

2012-02-11 Thread Dawid Weiss
Say what you want, but I had a dream. In that dream I saw the solution to life, the universe and everything. Unfortunately I've forgotten everything except how to solve my previous question concerning dataimport.properties... Added svn-corresponding .gitignore exclusions and committed in (trunk).

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 -