It was a test bug, I committed a fix. The test was expecting to generate a single merged segment (because only those are sorted), but because some deletes were removing entire segments, the final segment was actually a flush segment.
On Wed, Aug 5, 2015 at 4:31 PM, Adrien Grand <[email protected]> wrote: > It reproduces for me, I'm looking into it. > > On Wed, Aug 5, 2015 at 8:31 AM, <[email protected]> wrote: > >> *BUILD FAILURE* >> Build URL >> http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/ >> Project:lucene_linux_java8_64_test_only Randomization: >> JDK8,network,heap[757m],-server >> +UseConcMarkSweepGC -UseCompressedOops +AggressiveOpts,sec manager on Date >> of build:Wed, 05 Aug 2015 08:22:54 +0200 Build duration:8 min 45 sec >> *CHANGES* No Changes >> *BUILD ARTIFACTS* >> checkout/lucene/build/misc/test/temp/junit4-J0-20150805_083121_576.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J0-20150805_083121_576.events> >> checkout/lucene/build/misc/test/temp/junit4-J1-20150805_083121_576.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J1-20150805_083121_576.events> >> checkout/lucene/build/misc/test/temp/junit4-J2-20150805_083121_576.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J2-20150805_083121_576.events> >> checkout/lucene/build/misc/test/temp/junit4-J3-20150805_083121_576.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J3-20150805_083121_576.events> >> checkout/lucene/build/misc/test/temp/junit4-J4-20150805_083121_577.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J4-20150805_083121_577.events> >> checkout/lucene/build/misc/test/temp/junit4-J5-20150805_083121_577.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J5-20150805_083121_577.events> >> checkout/lucene/build/misc/test/temp/junit4-J6-20150805_083121_577.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J6-20150805_083121_577.events> >> checkout/lucene/build/misc/test/temp/junit4-J7-20150805_083121_577.events >> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/57893/artifact/checkout/lucene/build/misc/test/temp/junit4-J7-20150805_083121_577.events> >> *FAILED JUNIT TESTS* Name: org.apache.lucene.search Failed: 1 test(s), >> Passed: 802 test(s), Skipped: 2 test(s), Total: 805 test(s) >> *Failed: >> org.apache.lucene.search.TestEarlyTerminatingSortingCollector.testTerminatedEarly >> * >> *CONSOLE OUTPUT* [...truncated 9903 lines...] [junit4] [junit4] [junit4] >> JVM J0: 0.86 .. 14.40 = 13.55s [junit4] JVM J1: 0.86 .. 7.97 = 7.10s [junit4] >> JVM J2: 0.85 .. 14.44 = 13.59s [junit4] JVM J3: 0.85 .. 7.98 = 7.13s [junit4] >> JVM J4: 0.85 .. 9.19 = 8.34s [junit4] JVM J5: 0.85 .. 8.47 = 7.62s [junit4] >> JVM J6: 0.85 .. 16.45 = 15.60s [junit4] JVM J7: 0.85 .. 10.96 = 10.11s >> [junit4] >> Execution time total: 16 seconds [junit4] Tests summary: 25 suites, 184 >> tests, 1 failure, 1 ignored (1 assumption) BUILD FAILED >> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/build.xml:470: >> The following error occurred while executing this line: >> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:2245: >> 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:1449: >> The following error occurred while executing this line: >> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1003: >> There were test failures: 25 suites, 184 tests, 1 failure, 1 ignored (1 >> assumption) Total time: 8 minutes 25 seconds Build step 'Invoke Ant' >> marked build as failure Archiving artifacts Recording test results >> [description-setter] >> Description set: JDK8,network,heap[757m],-server +UseConcMarkSweepGC >> -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 >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > Adrien > -- Adrien
