Hello, To test the trunk (future 6.x series) branch (requires java 8):
svn co http://svn.apache.org/repos/asf/lucene/dev/trunk cd lucene ant test If you want to test java 7, you will want to get the 5.x branch instead: svn co http://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x In general, best results happen from running the tests many times, as they have randomized parameters. i looked a little into it with the latest IBM JDK and there are a few easy failures to hopefully get tests passing in general: https://issues.apache.org/jira/browse/LUCENE-6517 https://issues.apache.org/jira/browse/LUCENE-6518 For the first one, if its a bug in IBM JDK, we can add an assume() in our code for the test. The second one is just our tests being picky. Once these annoying easy ones are out of the way, tests can be run in a loop without that noise and hopefully find any more interesting creatures lurking. There is additional information here (may be a little out of date, looks ok at a glance): https://wiki.apache.org/lucene-java/RunningTests On Wed, Jun 3, 2015 at 11:36 AM, Mesbah Alam <[email protected]> wrote: > > Hi > > I work for the IBM JVM team. > > We are looking into the possibility to create a environment within IBM > that mirrors the one used in the community to run Lucene/Solr tests. > We want to use the latest Lucene/ Solr builds on IBM JVM and run all the > tests that you run. > Can you please suggest what is the best way to go about it ? > > > Regards, > > *Mesbah (M.) Alam* > Software Developer, J9 Virtual Machine FVT > Java Technology Center (JTC) > ------------------------------ > *Phone:* 1-613-270-4675 | *Mobile:* 1-613-263-7638 > * E-mail:* *[email protected]* <[email protected]> > * Find me on:* [image: Twitter: http://twitter.com/ibm_jtc] > <http://twitter.com/ibm_jtc> [image: YouTube: > http://www.youtube.com/user/ibmjtc] <http://www.youtube.com/user/ibmjtc> > [image: IBM] > > 770 Palladium Drive > Kanata, ON K2V 1C8 > Canada > >
