Hi, I'm trying to reproduce the TestScorerPerf timeout. In order to do this I would like to have tests running in the same order as on Jenkins. On http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11738/consoleFull tests run in 2 JVMs and the first test to run on J0 is org.apache.lucene.index.TestCodecUtil.
I tried to run tests on the same svn revision (1663038) with the same seed/jvms but get a different test order: $ ant test -Dtests.jvms=2 -Dtests.seed=E106E3FEC03B137 -Dtests.multiplier=3 -Dtests.slow=true But the first test that runs on J0 is org.apache.lucene.index.TestIndexWriterOutOfMemory. Is there a parameter that I am missing? -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
