This was a real bug in TermAutomatonScorer.advance which did not advance sub position enums that were stored in its priority queue when advancing. I committed a fix.
On Thu, Apr 9, 2015 at 9:37 AM, <[email protected]> wrote: > *BUILD FAILURE* > Build URL > http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/ > Project:lucene_linux_java8_64_test_only Randomization: > JDKEA8,local,heap[1024m],-server > +UseParallelGC -UseCompressedOops +AggressiveOpts,sec manager on Date of > build:Thu, 09 Apr 2015 09:27:55 +0200 Build duration:9 min 40 sec > *CHANGES* No Changes > *BUILD ARTIFACTS* > > checkout/lucene/build/sandbox/test/temp/junit4-J0-20150409_093721_688.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J0-20150409_093721_688.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J1-20150409_093721_688.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J1-20150409_093721_688.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J2-20150409_093721_688.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J2-20150409_093721_688.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J3-20150409_093721_688.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J3-20150409_093721_688.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J4-20150409_093721_689.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J4-20150409_093721_689.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J5-20150409_093721_689.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J5-20150409_093721_689.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J6-20150409_093721_689.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J6-20150409_093721_689.events> > > checkout/lucene/build/sandbox/test/temp/junit4-J7-20150409_093721_690.events > <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/41229/artifact/checkout/lucene/build/sandbox/test/temp/junit4-J7-20150409_093721_690.events> > *FAILED JUNIT TESTS* Name: org.apache.lucene.search Failed: 1 test(s), > Passed: 813 test(s), Skipped: 2 test(s), Total: 816 test(s) > *Failed: org.apache.lucene.search.TestTermAutomatonQuery.testRandom * > *CONSOLE OUTPUT* [...truncated 10610 lines...] [junit4] [junit4] > [junit4] JVM J0: 0.84 .. 3.49 = 2.64s [junit4] JVM J1: 0.84 .. 6.94 = > 6.10s [junit4] JVM J2: 0.84 .. 3.24 = 2.40s [junit4] JVM J3: 0.84 .. 4.48 > = 3.64s [junit4] JVM J4: 0.85 .. 3.72 = 2.87s [junit4] JVM J5: 0.85 .. > 3.97 = 3.12s [junit4] JVM J6: 0.87 .. 5.37 = 4.50s [junit4] JVM J7: 0.88 > .. 3.72 = 2.84s [junit4] Execution time total: 6.95 sec. [junit4] Tests > summary: 9 suites, 61 tests, 1 failure BUILD FAILED > /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/build.xml:456: > The following error occurred while executing this line: > /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:2166: > The following error occurred while executing this line: > /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/module-build.xml:58: > The following error occurred while executing this line: > /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1370: > The following error occurred while executing this line: > /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:976: > There were test failures: 9 suites, 61 tests, 1 failure Total time: 9 > minutes 28 seconds Build step 'Invoke Ant' marked build as failure Archiving > artifacts Recording test results [description-setter] Description set: > JDKEA8,local,heap[1024m],-server +UseParallelGC -UseCompressedOops > +AggressiveOpts,sec manager on Email was triggered for: Failure - 1st Trigger > Failure - Any was overridden by another trigger and will not send an email. > Trigger > Failure - Still was overridden by another trigger and will not send an > email. Sending email for trigger: Failure - 1st > -- Adrien
