Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/29/
Java: 32bit/jdk1.8.0_131 -server -XX:+UseG1GC
4 tests failed.
FAILED: org.apache.solr.search.TestStressLucene.testStressLuceneNRT
Error Message:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_c.fdt=1,
_d.fdt=1, _h.fdt=1, _e.fdt=1, _a.cfs=1, _g.fdt=1, _f.fdt=1}
Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still
7 open files: {_c.fdt=1, _d.fdt=1, _h.fdt=1, _e.fdt=1, _a.cfs=1, _g.fdt=1,
_f.fdt=1}
at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
at
org.apache.solr.search.TestStressLucene.testStressLuceneNRT(TestStressLucene.java:370)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: unclosed IndexInput: _e.fdt
at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:150)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
at
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
at
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:125)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
at
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:258)
at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:105)
at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:278)
at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:235)
at
org.apache.solr.search.TestStressLucene$1.run(TestStressLucene.java:158)
FAILED:
org.apache.solr.search.function.TestSortByMinMaxFunction.testSortJoinDocFreq
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9:2B11BAD874C841F1]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
at
org.apache.solr.search.function.SortByFunctionTest.testSortJoinDocFreq(SortByFunctionTest.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result/doc[1]/str[@name='id'][.='1']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="4"
start="0"><doc><str name="id">4</str></doc><doc><str
name="id">3</str></doc><doc><str name="id">2</str></doc><doc><str
name="id">1</str></doc></result>
</response>
request was:q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
... 41 more
FAILED: org.apache.solr.search.join.BJQParserTest.testScoresForParent
Error Message:
-1.8718021 > 0.0
Stack Trace:
java.lang.AssertionError: -1.8718021 > 0.0
at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9:C0ECD119EE2D888F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.search.join.BJQParserTest.testScoresForParent(BJQParserTest.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.search.join.BJQParserTest.testScoresForChild
Error Message:
-0.4054651 > 0.0
Stack Trace:
java.lang.AssertionError: -0.4054651 > 0.0
at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9:6901A4B7075943C6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.search.join.BJQParserTest.testScoresForChild(BJQParserTest.java:206)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12170 lines...]
[junit4] Suite: org.apache.solr.search.TestStressLucene
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestStressLucene_C2EAFB523CBF5CC9-001/init-core-data-001
[junit4] 2> 1232898 WARN
(SUITE-TestStressLucene-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=77 numCloses=77
[junit4] 2> 1232898 INFO
(SUITE-TestStressLucene-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1232899 INFO
(SUITE-TestStressLucene-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1232901 INFO
(TEST-TestStressLucene.testStressLuceneNRT-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testStressLuceneNRT
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER17,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 5, expected at least -6
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 5, expected at least -6
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER8,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 9, expected at least 9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 9, expected at least 9
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER23,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 11, expected at least 13
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 11, expected at least 13
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER13,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 16, expected at least 15
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 16, expected at least 15
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER2,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 2, expected at least 10
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 2, expected at least 10
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER1,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 11, expected at least 13
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 11, expected at least 13
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER10,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 17, expected at least 7
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 17, expected at least 7
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER16,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 5, expected at least -6
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 5, expected at least -6
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER21,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 12, expected at least -15
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 12, expected at least -15
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER11,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 8, expected at least 7
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER7,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 8, expected at least 7
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER5,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 8, expected at least 7
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER6,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 8, expected at least 7
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> jul 08, 2017 5:21:06 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> ADVERTENCIA: Uncaught exception in thread:
Thread[READER0,5,TGRP-TestStressLucene]
[junit4] 2> java.lang.RuntimeException: java.lang.AssertionError: No
documents or tombstones found for id 19, expected at least -6
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] 2> Caused by: java.lang.AssertionError: No documents or
tombstones found for id 19, expected at least -6
[junit4] 2> at org.junit.Assert.fail(Assert.java:93)
[junit4] 2> at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2>
[junit4] 2> 1233233 INFO
(TEST-TestStressLucene.testStressLuceneNRT-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testStressLuceneNRT
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestStressLucene
-Dtests.method=testStressLuceneNRT -Dtests.seed=C2EAFB523CBF5CC9
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-UY
-Dtests.timezone=Antarctica/DumontDUrville -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.34s J1 | TestStressLucene.testStressLuceneNRT <<<
[junit4] > Throwable #1: java.lang.RuntimeException:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_c.fdt=1,
_d.fdt=1, _h.fdt=1, _e.fdt=1, _a.cfs=1, _g.fdt=1, _f.fdt=1}
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
[junit4] > at
org.apache.solr.search.TestStressLucene.testStressLuceneNRT(TestStressLucene.java:370)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: unclosed IndexInput:
_e.fdt
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:150)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
[junit4] > at
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:125)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
[junit4] > at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
[junit4] > at
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:258)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:105)
[junit4] > at
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:278)
[junit4] > at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:235)
[junit4] > at
org.apache.solr.search.TestStressLucene$1.run(TestStressLucene.java:158)Throwable
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20140, name=READER21, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 12, expected
at least -15
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 12, expected at least -15
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20136, name=READER17, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 5, expected
at least -6
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 5, expected at least -6
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20126, name=READER7, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 8, expected
at least 7
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20129, name=READER10, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 17, expected
at least 7
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 17, expected at least 7
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20125, name=READER6, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 8, expected
at least 7
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20124, name=READER5, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 8, expected
at least 7
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20130, name=READER11, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 8, expected
at least 7
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 8, expected at least 7
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20120, name=READER1, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 11, expected
at least 13
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 11, expected at least 13
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20121, name=READER2, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 2, expected
at least 10
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 2, expected at least 10
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#11: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20132, name=READER13, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 16, expected
at least 15
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 16, expected at least 15
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#12: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20142, name=READER23, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 11, expected
at least 13
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 11, expected at least 13
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#13: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20127, name=READER8, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 9, expected
at least 9
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 9, expected at least 9
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#14: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20135, name=READER16, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 5, expected
at least -6
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 5, expected at least -6
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)Throwable
#15: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=20119, name=READER0, state=RUNNABLE,
group=TGRP-TestStressLucene]
[junit4] > Caused by: java.lang.RuntimeException:
java.lang.AssertionError: No documents or tombstones found for id 19, expected
at least -6
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9]:0)
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:351)
[junit4] > Caused by: java.lang.AssertionError: No documents or
tombstones found for id 19, expected at least -6
[junit4] > at
org.apache.solr.search.TestStressLucene$2.run(TestStressLucene.java:328)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestStressLucene_C2EAFB523CBF5CC9-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{id=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=1040,
maxMBSortInHeap=5.229402767307618, sim=RandomSimilarity(queryNorm=true): {},
locale=es-UY, timezone=Antarctica/DumontDUrville
[junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation
1.8.0_131 (32-bit)/cpus=8,threads=1,free=194591088,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [SimpleMLTQParserTest,
TestComplexPhraseQParserPlugin, SampleTest, TestCloudPseudoReturnFields,
AsyncCallRequestStatusResponseTest, TestSolrCloudWithKerberosAlt,
SoftAutoCommitTest, TestMissingGroups, UpdateLogTest, TestHashPartitioner,
DistanceFunctionTest, DistribJoinFromCollectionTest, SystemInfoHandlerTest,
SimpleCollectionCreateDeleteTest, MoreLikeThisHandlerTest,
TestPostingsSolrHighlighter, SolrSlf4jReporterTest, TestStressRecovery,
DirectoryFactoryTest, AnalyticsQueryTest, TestAtomicUpdateErrorCases,
ChangedSchemaMergeTest, TestRTimerTree, DistributedFacetPivotLargeTest,
TestPullReplicaErrorHandling, TestXIncludeConfig, TestReRankQParserPlugin,
TestNonDefinedSimilarityFactory, RulesTest, DeleteStatusTest,
TestSimpleTrackingShardHandler, ShardRoutingTest, TestLRUCache,
TestLeaderInitiatedRecoveryThread, CdcrUpdateLogTest, TestRestoreCore,
CacheHeaderTest, TestPerFieldSimilarity, PrimUtilsTest, AlternateDirectoryTest,
DistributedQueryComponentOptimizationTest, TestCharFilters,
TestNamedUpdateProcessors, TestFileDictionaryLookup, ZkControllerTest,
OpenCloseCoreStressTest, TestCopyFieldCollectionResource, TestManagedSchema,
HdfsTlogReplayBufferedWhileIndexingTest, SpatialFilterTest, ZkSolrClientTest,
DistributedFacetPivotSmallTest, HdfsRestartWhileUpdatingTest,
TestCoreContainer, ZkStateWriterTest, HdfsNNFailoverTest, ScriptEngineTest,
TestDistributedGrouping, ShardSplitTest, InfixSuggestersTest,
SchemaVersionSpecificBehaviorTest, TestLegacyFieldCache,
BasicFunctionalityTest, TestRTGBase, DistributedIntervalFacetingTest,
TestCorePropertiesReload, TestCoreDiscovery, TestCollectionAPI,
ClassificationUpdateProcessorIntegrationTest, TestFastLRUCache,
CdcrVersionReplicationTest, TestUseDocValuesAsStored, TestCollectionAPIs,
TestSystemIdResolver, TestSubQueryTransformerDistrib, TestSolrIndexConfig,
TestConfigSetsAPIZkFailure, SolrGangliaReporterTest,
TriLevelCompositeIdRoutingTest, ActionThrottleTest, TestStressVersions,
BlockJoinFacetRandomTest, SolrCmdDistributorTest, StressHdfsTest,
AtomicUpdateProcessorFactoryTest, BigEndianAscendingWordSerializerTest,
TestSolrCloudSnapshots, CustomCollectionTest, DirectSolrConnectionTest,
TestFilteredDocIdSet, TestFieldCacheSortRandom, MetricsHandlerTest,
AnalysisAfterCoreReloadTest, TestStressInPlaceUpdates, TestNumericRangeQuery64,
DocValuesMultiTest, ConvertedLegacyTest, SegmentsInfoRequestHandlerTest,
FileBasedSpellCheckerTest, SolrXmlInZkTest, DisMaxRequestHandlerTest,
TestStreamBody, HighlighterTest, TestSolr4Spatial2, TestLegacyTerms,
DocValuesMissingTest, TestImplicitCoreProperties, MissingSegmentRecoveryTest,
SubstringBytesRefFilterTest, LeaderInitiatedRecoveryOnCommitTest,
TestValueSourceCache, DistanceUnitsTest, CachingDirectoryFactoryTest,
QueryResultKeyTest, PeerSyncReplicationTest, TestSolrConfigHandlerCloud,
SparseHLLTest, TestHdfsCloudBackupRestore, CoreAdminRequestStatusTest,
TestDefaultStatsCache, PreAnalyzedUpdateProcessorTest, TestRecovery,
TestReload, TestRangeQuery, SimpleFacetsTest, BadIndexSchemaTest,
TestFiltering, TestStressLucene]
[junit4] Completed [396/727 (1!)] on J1 in 0.36s, 1 test, 1 error <<<
FAILURES!
[...truncated 913 lines...]
[junit4] Suite: org.apache.solr.search.function.TestSortByMinMaxFunction
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestSortByMinMaxFunction_C2EAFB523CBF5CC9-001/init-core-data-001
[junit4] 2> 1875060 WARN
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=128 numCloses=128
[junit4] 2> 1875060 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1875061 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1875062 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1875062 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1875087 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1875265 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1875437 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1875512 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a23c2e
[junit4] 2> 1875524 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a23c2e
[junit4] 2> 1875524 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a23c2e
[junit4] 2> 1875538 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1875588 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1875628 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1875848 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1875854 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 1875855 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a23c2e
[junit4] 2> 1875855 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1875855 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestSortByMinMaxFunction_C2EAFB523CBF5CC9-001/init-core-data-001/]
[junit4] 2> 1875857 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1875918 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1875918 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1875919 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1875919 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1875920 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=63.234375,
floorSegmentMB=1.8095703125, forceMergeDeletesPctAllowed=13.627251192508869,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1875920 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d76623[collection1]
main]
[junit4] 2> 1875921 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1875939 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1875993 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1875993 INFO (coreLoadExecutor-8940-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1572293480057667584
[junit4] 2> 1875996 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1875997 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1875997 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1875997 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1875997 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1875998 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1875998 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1875998 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1875998 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1875998 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1875999 INFO
(searcherExecutor-8941-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@d76623[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1876000 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSortJoinDocFreq
[junit4] 2> 1876002 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:* (-1572293480066056192)} 0 1
[junit4] 2> 1876004 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480069201920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876004 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1876004 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876004 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 0
[junit4] 2> 1876006 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1572293480070250496)]} 0 1
[junit4] 2> 1876006 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3 (1572293480071299072)]} 0 0
[junit4] 2> 1876007 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480072347648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876007 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@15dba6e
commitCommandVersion:1572293480072347648
[junit4] 2> 1876009 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@190d01e[collection1] main]
[junit4] 2> 1876011 INFO (searcherExecutor-8941-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@190d01e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C2)))}
[junit4] 2> 1876011 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876011 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 4
[junit4] 2> 1876013 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1572293480077590528)]} 0 0
[junit4] 2> 1876013 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1572293480078639104)]} 0 0
[junit4] 2> 1876013 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480078639105,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876013 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@15dba6e
commitCommandVersion:1572293480078639105
[junit4] 2> 1876015 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@96154e[collection1] main]
[junit4] 2> 1876017 INFO (searcherExecutor-8941-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@96154e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C2)
Uninverting(_1(7.1.0):C2)))}
[junit4] 2> 1876017 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876017 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 4
[junit4] 2> 1876034 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=links_mfacet:B&fl=id&sort=id+asc&wt=xml} hits=2 status=0 QTime=16
[junit4] 2> 1876036 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml} hits=4
status=0 QTime=1
[junit4] 2> 1876036 ERROR
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
xpath=//result/doc[1]/str[@name='id'][.='1']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="4"
start="0"><doc><str name="id">4</str></doc><doc><str
name="id">3</str></doc><doc><str name="id">2</str></doc><doc><str
name="id">1</str></doc></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml
[junit4] 2> 1876037 ERROR
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml:java.lang.RuntimeException:
REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='1']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="4"
start="0"><doc><str name="id">4</str></doc><doc><str
name="id">3</str></doc><doc><str name="id">2</str></doc><doc><str
name="id">1</str></doc></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
[junit4] 2> at
org.apache.solr.search.function.SortByFunctionTest.testSortJoinDocFreq(SortByFunctionTest.java:115)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1876037 INFO
(TEST-TestSortByMinMaxFunction.testSortJoinDocFreq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.SolrTestCaseJ4 ###Ending testSortJoinDocFreq
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSortByMinMaxFunction -Dtests.method=testSortJoinDocFreq
-Dtests.seed=C2EAFB523CBF5CC9 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sk -Dtests.timezone=Asia/Phnom_Penh -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.04s J1 | TestSortByMinMaxFunction.testSortJoinDocFreq <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2EAFB523CBF5CC9:2B11BAD874C841F1]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
[junit4] > at
org.apache.solr.search.function.SortByFunctionTest.testSortJoinDocFreq(SortByFunctionTest.java:115)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result/doc[1]/str[@name='id'][.='1']
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="4"
start="0"><doc><str name="id">4</str></doc><doc><str
name="id">3</str></doc><doc><str name="id">2</str></doc><doc><str
name="id">1</str></doc></result>
[junit4] > </response>
[junit4] > request
was:q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
[junit4] > ... 41 more
[junit4] 2> 1876085 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1876087 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c9b972[collection1] realtime]
[junit4] 2> 1876087 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:* (-1572293480154136576)} 0 1
[junit4] 2> 1876087 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480156233728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876087 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@15dba6e
commitCommandVersion:1572293480156233728
[junit4] 2> 1876088 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@d0beea[collection1] main]
[junit4] 2> 1876090 INFO (searcherExecutor-8941-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@d0beea[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1876090 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876090 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 2
[junit4] 2> 1876095 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1572293480159379456)]} 0 4
[junit4] 2> 1876095 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1572293480164622336)]} 0 0
[junit4] 2> 1876095 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3 (1572293480164622337)]} 0 0
[junit4] 2> 1876095 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1572293480164622338)]} 0 0
[junit4] 2> 1876096 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480165670912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876096 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@15dba6e
commitCommandVersion:1572293480165670912
[junit4] 2> 1876106 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@97914a[collection1] main]
[junit4] 2> 1876108 INFO (searcherExecutor-8941-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@97914a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.1.0):C4)))}
[junit4] 2> 1876108 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876108 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 12
[junit4] 2> 1876108 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=*,score&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1876110 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=*,score&sort=score+desc&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1876124 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=f_t:ipod&fl=id,score&sort=score+desc&wt=xml} hits=4 status=0 QTime=13
[junit4] 2> 1876125 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=*,score&sort=sum(x_td1,+y_td1)+desc&wt=xml} hits=4 status=0
QTime=0
[junit4] 2> 1876127 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=*,score&sort=sum(x_td1,+y_td1)+asc&wt=xml} hits=4 status=0
QTime=0
[junit4] 2> 1876128 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=sum(z_td1,+y_td1)+asc,+w_td1+asc&wt=xml} hits=4
status=0 QTime=0
[junit4] 2> 1876128 INFO
(TEST-TestSortByMinMaxFunction.test-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> 1876146 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testFieldSortSpecifiedAsFunction
[junit4] 2> 1876151 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1030402[collection1]
realtime]
[junit4] 2> 1876151 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{deleteByQuery=*:* (-1572293480218099712)} 0 5
[junit4] 2> 1876151 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480223342592,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876152 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@15dba6e
commitCommandVersion:1572293480223342592
[junit4] 2> 1876162 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3baaae[collection1] main]
[junit4] 2> 1876164 INFO (searcherExecutor-8941-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3baaae[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1876164 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876164 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 12
[junit4] 2> 1876174 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1 (1572293480236974080)]} 0 9
[junit4] 2> 1876175 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[2 (1572293480248508416)]} 0 0
[junit4] 2> 1876175 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[3 (1572293480248508417)]} 0 0
[junit4] 2> 1876175 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[4 (1572293480248508418)]} 0 0
[junit4] 2> 1876175 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[5 (1572293480248508419)]} 0 0
[junit4] 2> 1876176 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[6 (1572293480249556992)]} 0 0
[junit4] 2> 1876176 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[7 (1572293480249556993)]} 0 0
[junit4] 2> 1876176 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[8 (1572293480249556994)]} 0 0
[junit4] 2> 1876176 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[9 (1572293480249556995)]} 0 0
[junit4] 2> 1876176 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1572293480249556996,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1876176 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@15dba6e
commitCommandVersion:1572293480249556996
[junit4] 2> 1876178 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15eb519[collection1] main]
[junit4] 2> 1876180 INFO (searcherExecutor-8941-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@15eb519[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):C9)))}
[junit4] 2> 1876180 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1876180 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 4
[junit4] 2> 1876181 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&sort=primary_tl1+asc,+secondary_tl1+asc&wt=xml} hits=9 status=0
QTime=0
[junit4] 2> 1876194 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&sort=field(primary_tl1)+asc,+secondary_tl1+asc&wt=xml} hits=9
status=0 QTime=0
[junit4] 2> 1876205 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&sort=field(multi_l_dv,max)+asc,+secondary_tl1+asc&wt=xml} hits=9
status=0 QTime=0
[junit4] 2> 1876208 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&sort=field(multi_l_dv,min)+asc,+secondary_tl1+asc&wt=xml} hits=9
status=0 QTime=0
[junit4] 2> 1876212 INFO
(TEST-TestSortByMinMaxFunction.testFieldSortSpecifiedAsFunction-seed#[C2EAFB523CBF5CC9])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testFieldSortSpecifiedAsFunction
[junit4] 2> 1876212 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1876212 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=7833553
[junit4] 2> 1876212 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1876274 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1876275 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1876278 INFO
(SUITE-TestSortByMinMaxFunction-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1876282 INFO (coreCloseExecutor-8946-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@56081f
[junit4] 2> 1876288 INFO (coreCloseExecutor-8946-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=5638175
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestSortByMinMaxFunction_C2EAFB523CBF5CC9-001
[junit4] 2> Jul 07, 2017 7:31:50 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=sk, timezone=Asia/Phnom_Penh
[junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation
1.8.0_131 (32-bit)/cpus=8,threads=1,free=165589992,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [SimpleMLTQParserTest,
TestComplexPhraseQParserPlugin, SampleTest, TestCloudPseudoReturnFields,
AsyncCallRequestStatusResponseTest, TestSolrCloudWithKerberosAlt,
SoftAutoCommitTest, TestMissingGroups, UpdateLogTest, TestHashPartitioner,
DistanceFunctionTest, DistribJoinFromCollectionTest, SystemInfoHandlerTest,
SimpleCollectionCreateDeleteTest, MoreLikeThisHandlerTest,
TestPostingsSolrHighlighter, SolrSlf4jReporterTest, TestStressRecovery,
DirectoryFactoryTest, AnalyticsQueryTest, TestAtomicUpdateErrorCases,
ChangedSchemaMergeTest, TestRTimerTree, DistributedFacetPivotLargeTest,
TestPullReplicaErrorHandling, TestXIncludeConfig, TestReRankQParserPlugin,
TestNonDefinedSimilarityFactory, RulesTest, DeleteStatusTest,
TestSimpleTrackingShardHandler, ShardRoutingTest, TestLRUCache,
TestLeaderInitiatedRecoveryThread, CdcrUpdateLogTest, TestRestoreCore,
CacheHeaderTest, TestPerFieldSimilarity, PrimUtilsTest, AlternateDirectoryTest,
DistributedQueryComponentOptimizationTest, TestCharFilters,
TestNamedUpdateProcessors, TestFileDictionaryLookup, ZkControllerTest,
OpenCloseCoreStressTest, TestCopyFieldCollectionResource, TestManagedSchema,
HdfsTlogReplayBufferedWhileIndexingTest, SpatialFilterTest, ZkSolrClientTest,
DistributedFacetPivotSmallTest, HdfsRestartWhileUpdatingTest,
TestCoreContainer, ZkStateWriterTest, HdfsNNFailoverTest, ScriptEngineTest,
TestDistributedGrouping, ShardSplitTest, InfixSuggestersTest,
SchemaVersionSpecificBehaviorTest, TestLegacyFieldCache,
BasicFunctionalityTest, TestRTGBase, DistributedIntervalFacetingTest,
TestCorePropertiesReload, TestCoreDiscovery, TestCollectionAPI,
ClassificationUpdateProcessorIntegrationTest, TestFastLRUCache,
CdcrVersionReplicationTest, TestUseDocValuesAsStored, TestCollectionAPIs,
TestSystemIdResolver, TestSubQueryTransformerDistrib, TestSolrIndexConfig,
TestConfigSetsAPIZkFailure, SolrGangliaReporterTest,
TriLevelCompositeIdRoutingTest, ActionThrottleTest, TestStressVersions,
BlockJoinFacetRandomTest, SolrCmdDistributorTest, StressHdfsTest,
AtomicUpdateProcessorFactoryTest, BigEndianAscendingWordSerializerTest,
TestSolrCloudSnapshots, CustomCollectionTest, DirectSolrConnectionTest,
TestFilteredDocIdSet, TestFieldCacheSortRandom, MetricsHandlerTest,
AnalysisAfterCoreReloadTest, TestStressInPlaceUpdates, TestNumericRangeQuery64,
DocValuesMultiTest, ConvertedLegacyTest, SegmentsInfoRequestHandlerTest,
FileBasedSpellCheckerTest, SolrXmlInZkTest, DisMaxRequestHandlerTest,
TestStreamBody, HighlighterTest, TestSolr4Spatial2, TestLegacyTerms,
DocValuesMissingTest, TestImplicitCoreProperties, MissingSegmentRecoveryTest,
SubstringBytesRefFilterTest, LeaderInitiatedRecoveryOnCommitTest,
TestValueSourceCache, DistanceUnitsTest, CachingDirectoryFactoryTest,
QueryResultKeyTest, PeerSyncReplicationTest, TestSolrConfigHandlerCloud,
SparseHLLTest, TestHdfsCloudBackupRestore, CoreAdminRequestStatusTest,
TestDefaultStatsCache, PreAnalyzedUpdateProcessorTest, TestRecovery,
TestReload, TestRangeQuery, SimpleFacetsTest, BadIndexSchemaTest,
TestFiltering, TestStressLucene, TestTrie, PolyFieldTest,
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate,
StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest,
LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TestOmitPositions,
TermVectorComponentTest, LoggingHandlerTest, IndexSchemaTest,
TestCSVResponseWriter, JsonLoaderTest, TestLFUCache,
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionReloadTest,
ConfigSetsAPITest, DeleteInactiveReplicaTest,
DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest,
MoveReplicaHDFSTest, MultiThreadedOCPTest, ReplaceNodeTest, SSLMigrationTest,
SaslZkACLProviderTest, TestCloudDeleteByQuery, TestConfigSetsAPIExclusivity,
TestDistribDocBasedVersion, TestLocalFSCloudBackupRestore,
TestRebalanceLeaders, TestShortCircuitedRequests,
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud,
TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest,
AutoScalingHandlerTest, TestPolicyCloud, HdfsRecoveryZkTest, TestInitParams,
TestNRTOpen, TestShardHandlerFactory, TestSimpleTextCod
[...truncated too long message...]
parent_s:([a+TO+c]+[d+TO+f])"}&wt=xml} hits=6 status=0 QTime=0
[junit4] 2> 1877430 INFO
(TEST-BJQParserTest.testCacheHit-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fq={!parent+which%3D"parent_s:([a+TO+c]+[d+TO+f])"}child_s:l&wt=xml}
hits=6 status=0 QTime=0
[junit4] 2> 1877431 INFO
(TEST-BJQParserTest.testCacheHit-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCacheHit
[junit4] 2> 1877433 INFO
(TEST-BJQParserTest.testJustParentsFilter-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testJustParentsFilter
[junit4] 2> 1877433 INFO
(TEST-BJQParserTest.testJustParentsFilter-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!parent+which%3D"parent_s:[*+TO+*]"}&wt=xml} hits=6 status=0 QTime=0
[junit4] 2> 1877434 INFO
(TEST-BJQParserTest.testJustParentsFilter-seed#[C2EAFB523CBF5CC9]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testJustParentsFilter
[junit4] 2> 1877436 INFO
(TEST-BJQParserTest.testFq-seed#[C2EAFB523CBF5CC9]) [ ] o.a.s.SolrTestCaseJ4
###Starting testFq
[junit4] 2> 1877437 INFO
(TEST-BJQParserTest.testFq-seed#[C2EAFB523CBF5CC9]) [ ] o.a.s.c.S.Request
[collection1] webapp=null path=null
params={q={!parent+which%3D$pq+v%3D$chq}&pq=parent_s:[*+TO+*]&fq=parent_s:(e+b)&chq=child_s:l&wt=xml}
hits=2 status=0 QTime=0
[junit4] 2> 1877438 INFO
(TEST-BJQParserTest.testFq-seed#[C2EAFB523CBF5CC9]) [ ] o.a.s.c.S.Request
[collection1] webapp=null path=null
params={q=parent_s:(a+e+b)&pq=parent_s:[*+TO+*]&fq={!parent+which%3D$pq+v%3D$chq}&chq=parentchild_s:(bm+ek+cl)&wt=xml}
hits=2 status=0 QTime=0
[junit4] 2> 1877438 INFO
(TEST-BJQParserTest.testFq-seed#[C2EAFB523CBF5CC9]) [ ] o.a.s.SolrTestCaseJ4
###Ending testFq
[junit4] 2> 1877444 INFO
(TEST-BJQParserTest.testIntersectParentBqChildBq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.SolrTestCaseJ4 ###Starting testIntersectParentBqChildBq
[junit4] 2> 1877444 INFO
(TEST-BJQParserTest.testIntersectParentBqChildBq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=%2Bparent_s:(a+e+b)+%2B_query_:"{!parent+which%3D$pq+v%3D$chq}"&pq=parent_s:[*+TO+*]&chq=parentchild_s:(bm+ek+cl)&wt=xml}
hits=2 status=0 QTime=0
[junit4] 2> 1877445 INFO
(TEST-BJQParserTest.testIntersectParentBqChildBq-seed#[C2EAFB523CBF5CC9]) [
] o.a.s.SolrTestCaseJ4 ###Ending testIntersectParentBqChildBq
[junit4] 2> 1877445 INFO
(SUITE-BJQParserTest-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1877445 INFO
(SUITE-BJQParserTest-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1796899
[junit4] 2> 1877445 INFO
(SUITE-BJQParserTest-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1877446 INFO
(SUITE-BJQParserTest-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1877447 INFO
(SUITE-BJQParserTest-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1877448 INFO
(SUITE-BJQParserTest-seed#[C2EAFB523CBF5CC9]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1877448 INFO (coreCloseExecutor-8959-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@8b94f0
[junit4] 2> 1877459 INFO (coreCloseExecutor-8959-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=9147632
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.join.BJQParserTest_C2EAFB523CBF5CC9-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{grand_child_s=PostingsFormat(name=MockRandom),
grand_parentchild_s=Lucene50(blocksize=128),
grand_s=PostingsFormat(name=Direct), parent_s=BlockTreeOrds(blocksize=128),
_root_=PostingsFormat(name=Direct), parentchild_s=PostingsFormat(name=Direct),
child_s=PostingsFormat(name=Direct), id=Lucene50(blocksize=128)},
docValues:{_version_=DocValuesFormat(name=Asserting)},
maxPointsInLeafNode=1315, maxMBSortInHeap=5.490118367724975,
sim=RandomSimilarity(queryNorm=false): {}, locale=lt-LT,
timezone=America/St_Lucia
[junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation
1.8.0_131 (32-bit)/cpus=8,threads=1,free=286899384,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [SimpleMLTQParserTest,
TestComplexPhraseQParserPlugin, SampleTest, TestCloudPseudoReturnFields,
AsyncCallRequestStatusResponseTest, TestSolrCloudWithKerberosAlt,
SoftAutoCommitTest, TestMissingGroups, UpdateLogTest, TestHashPartitioner,
DistanceFunctionTest, DistribJoinFromCollectionTest, SystemInfoHandlerTest,
SimpleCollectionCreateDeleteTest, MoreLikeThisHandlerTest,
TestPostingsSolrHighlighter, SolrSlf4jReporterTest, TestStressRecovery,
DirectoryFactoryTest, AnalyticsQueryTest, TestAtomicUpdateErrorCases,
ChangedSchemaMergeTest, TestRTimerTree, DistributedFacetPivotLargeTest,
TestPullReplicaErrorHandling, TestXIncludeConfig, TestReRankQParserPlugin,
TestNonDefinedSimilarityFactory, RulesTest, DeleteStatusTest,
TestSimpleTrackingShardHandler, ShardRoutingTest, TestLRUCache,
TestLeaderInitiatedRecoveryThread, CdcrUpdateLogTest, TestRestoreCore,
CacheHeaderTest, TestPerFieldSimilarity, PrimUtilsTest, AlternateDirectoryTest,
DistributedQueryComponentOptimizationTest, TestCharFilters,
TestNamedUpdateProcessors, TestFileDictionaryLookup, ZkControllerTest,
OpenCloseCoreStressTest, TestCopyFieldCollectionResource, TestManagedSchema,
HdfsTlogReplayBufferedWhileIndexingTest, SpatialFilterTest, ZkSolrClientTest,
DistributedFacetPivotSmallTest, HdfsRestartWhileUpdatingTest,
TestCoreContainer, ZkStateWriterTest, HdfsNNFailoverTest, ScriptEngineTest,
TestDistributedGrouping, ShardSplitTest, InfixSuggestersTest,
SchemaVersionSpecificBehaviorTest, TestLegacyFieldCache,
BasicFunctionalityTest, TestRTGBase, DistributedIntervalFacetingTest,
TestCorePropertiesReload, TestCoreDiscovery, TestCollectionAPI,
ClassificationUpdateProcessorIntegrationTest, TestFastLRUCache,
CdcrVersionReplicationTest, TestUseDocValuesAsStored, TestCollectionAPIs,
TestSystemIdResolver, TestSubQueryTransformerDistrib, TestSolrIndexConfig,
TestConfigSetsAPIZkFailure, SolrGangliaReporterTest,
TriLevelCompositeIdRoutingTest, ActionThrottleTest, TestStressVersions,
BlockJoinFacetRandomTest, SolrCmdDistributorTest, StressHdfsTest,
AtomicUpdateProcessorFactoryTest, BigEndianAscendingWordSerializerTest,
TestSolrCloudSnapshots, CustomCollectionTest, DirectSolrConnectionTest,
TestFilteredDocIdSet, TestFieldCacheSortRandom, MetricsHandlerTest,
AnalysisAfterCoreReloadTest, TestStressInPlaceUpdates, TestNumericRangeQuery64,
DocValuesMultiTest, ConvertedLegacyTest, SegmentsInfoRequestHandlerTest,
FileBasedSpellCheckerTest, SolrXmlInZkTest, DisMaxRequestHandlerTest,
TestStreamBody, HighlighterTest, TestSolr4Spatial2, TestLegacyTerms,
DocValuesMissingTest, TestImplicitCoreProperties, MissingSegmentRecoveryTest,
SubstringBytesRefFilterTest, LeaderInitiatedRecoveryOnCommitTest,
TestValueSourceCache, DistanceUnitsTest, CachingDirectoryFactoryTest,
QueryResultKeyTest, PeerSyncReplicationTest, TestSolrConfigHandlerCloud,
SparseHLLTest, TestHdfsCloudBackupRestore, CoreAdminRequestStatusTest,
TestDefaultStatsCache, PreAnalyzedUpdateProcessorTest, TestRecovery,
TestReload, TestRangeQuery, SimpleFacetsTest, BadIndexSchemaTest,
TestFiltering, TestStressLucene, TestTrie, PolyFieldTest,
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate,
StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest,
LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TestOmitPositions,
TermVectorComponentTest, LoggingHandlerTest, IndexSchemaTest,
TestCSVResponseWriter, JsonLoaderTest, TestLFUCache,
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionReloadTest,
ConfigSetsAPITest, DeleteInactiveReplicaTest,
DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest,
MoveReplicaHDFSTest, MultiThreadedOCPTest, ReplaceNodeTest, SSLMigrationTest,
SaslZkACLProviderTest, TestCloudDeleteByQuery, TestConfigSetsAPIExclusivity,
TestDistribDocBasedVersion, TestLocalFSCloudBackupRestore,
TestRebalanceLeaders, TestShortCircuitedRequests,
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud,
TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest,
AutoScalingHandlerTest, TestPolicyCloud, HdfsRecoveryZkTest, TestInitParams,
TestNRTOpen, TestShardHandlerFactory, TestSimpleTextCodec,
TestSolrConfigHandler, TestSolrCoreSnapshots, SearchHandlerTest,
TestConfigReload, V2ApiIntegrationTest, DistributedDebugComponentTest,
FacetPivotSmallTest, ReplicaListTransformerTest,
ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest,
TestMacroExpander, JSONWriterTest, TestCustomDocTransformer,
TestGeoJSONResponseWriter, TestGraphMLResponseWriter,
TestJavabinTupleStreamParser, TestPushWriter, TestRawResponseWriter,
TestChildDocTransformer, TestSubQueryTransformer, TestManagedResourceStorage,
TestRestManager, TestFieldCollectionResource, TestFieldTypeCollectionResource,
TestSchemaResource, TestUniqueKeyFieldResource,
TestManagedSynonymFilterFactory, BadCopyFieldTest, EnumFieldTest,
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudSchemaless,
TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction,
BJQParserTest]
[junit4] Completed [670/727 (3!)] on J1 in 0.66s, 13 tests, 2 failures <<<
FAILURES!
[...truncated 39554 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]