: > James: How many JVMs does your machine use (you see this at the beginning
: > when tests start to run)?****
        ...
: ok this is the bug. See dih's build.xml:
: 
:   <!-- the tests have some parallel problems: writability to single copy of
: dataimport.properties -->
:   <property name="tests.jvms" value="1"/>
: 
: The problem is: policeman jenkins server overrides this by setting the -D
: !!!!!!!!

...and i think, in the specific case of TestSqlEntityProcessorDelta (or 
more specifically: anything extending AbstractSqlEntityProcessorTestCase) 
it looks like James fixed the bug in the test when he added the code to 
help log the state of the file...

https://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/AbstractSqlEntityProcessorTestCase.java?r1=1408873&r2=1417058

...because he has the test create a random dir for the proprtywriter to 
write the file for each test class.

right?


-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to