Build:
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/81/
2 tests failed.
FAILED: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains
Error Message:
last stage: inconsistent endOffset at pos=1: 10 vs 14; token=וfk㍻fkقfk㵏 bd
Stack Trace:
java.lang.IllegalStateException: last stage: inconsistent endOffset at pos=1:
10 vs 14; token=וfk㍻fkقfk㵏 bd
at
__randomizedtesting.SeedInfo.seed([D835F0586A14D3AE:E5D4D9392D06CE6E]:0)
at
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:146)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:717)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:631)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
at
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:875)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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.TestRandomFaceting.testRandomFaceting
Error Message:
mismatch: '3'!='2' @ facet_counts/facet_fields/small2_is/[4]
Stack Trace:
java.lang.AssertionError: mismatch: '3'!='2' @
facet_counts/facet_fields/small2_is/[4]
at
__randomizedtesting.SeedInfo.seed([C1009E8FC9407EC6:CC68BE5A9CB9B679]:0)
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.solr.TestRandomFaceting.validateResponse(TestRandomFaceting.java:323)
at
org.apache.solr.TestRandomFaceting.doFacetTests(TestRandomFaceting.java:295)
at
org.apache.solr.TestRandomFaceting.doFacetTests(TestRandomFaceting.java:178)
at
org.apache.solr.TestRandomFaceting.testRandomFaceting(TestRandomFaceting.java:161)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 3529 lines...]
[junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
[junit4] 2> stage 0: ו<[0-1] +1> ㍻<[3-4] +1> ق<[6-7] +1> 㵏<[9-10] +1>
bd<[12-14] +1>
[junit4] 2> stage 1: ו<[0-1] +1> ㍻<[3-4] +1> ق<[6-7] +1> 㵏<[9-10] +1>
bd<[12-14] +1>
[junit4] 2> stage 2: ו<[0-1] +1> ו ㍻<[0-4] +0> ㍻<[3-4] +1> ㍻ ق<[3-7] +0>
ق<[6-7] +1> ق 㵏<[6-10] +0> 㵏<[9-10] +1> 㵏 bd<[9-14] +0>
[junit4] 2> last stage: וfk㍻fkقfk㵏<[0-10] +1> וfk㍻fkقfk㵏 bd<[0-14] +0>
[junit4] 2> TEST FAIL: useCharFilter=true
text='\u05d5\uef4a#\u337b;\uee77\u0642\u052c`\u3d4f &bd'
[junit4] 2> Exception from random analyzer:
[junit4] 2> charfilters=
[junit4] 2> tokenizer=
[junit4] 2>
org.apache.lucene.analysis.standard.ClassicTokenizer(org.apache.lucene.util.AttributeFactory$1@d70156f8)
[junit4] 2> filters=
[junit4] 2>
Conditional:org.apache.lucene.analysis.de.GermanStemFilter(OneTimeWrapper@159077e0
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false)
[junit4] 2>
org.apache.lucene.analysis.shingle.ShingleFilter(ValidatingTokenFilter@426e85e0
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false,
higdfaayf)
[junit4] 2>
org.apache.lucene.analysis.shingle.FixedShingleFilter(ValidatingTokenFilter@5908eddd
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false,
4, fk, <NUM>)
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestRandomChains
-Dtests.method=testRandomChains -Dtests.seed=D835F0586A14D3AE
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
-Dtests.locale=sr-Latn-BA -Dtests.timezone=Africa/Libreville
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 31.7s J1 | TestRandomChains.testRandomChains <<<
[junit4] > Throwable #1: java.lang.IllegalStateException: last stage:
inconsistent endOffset at pos=1: 10 vs 14; token=וfk㍻fkقfk㵏 bd
[junit4] > at
__randomizedtesting.SeedInfo.seed([D835F0586A14D3AE:E5D4D9392D06CE6E]:0)
[junit4] > at
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:146)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:717)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:631)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
[junit4] > at
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:875)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/analysis/common/test/J1/temp/lucene.analysis.core.TestRandomChains_D835F0586A14D3AE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{dummy=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{},
maxPointsInLeafNode=1346, maxMBSortInHeap=6.378901742239402,
sim=Asserting(RandomSimilarity(queryNorm=true): {dummy=DFI(Saturated)}),
locale=sr-Latn-BA, timezone=Africa/Libreville
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=88413320,total=282066944
[junit4] 2> NOTE: All tests run in this JVM: [TestSpanishAnalyzer,
TestGreekStemmer, TestConv, TestItalianLightStemFilter,
TestScandinavianNormalizationFilterFactory, TestWikipediaTokenizerFactory,
TestCzechAnalyzer, TestElisionFilterFactory, TestFixBrokenOffsetsFilter,
TestDictionaryCompoundWordTokenFilterFactory, CommonGramsFilterTest,
TestSpanishMinimalStemFilterFactory, TestSwedishLightStemFilter,
TestRandomChains]
[junit4] Completed [218/297 (1!)] on J1 in 38.16s, 2 tests, 1 error <<<
FAILURES!
[...truncated 10968 lines...]
[junit4] Suite: org.apache.solr.TestRandomFaceting
[junit4] 2> 2055814 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
[junit4] 2> 2055814 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2055814 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.TestRandomFaceting_C1009E8FC9407EC6-001/data-dir-124-001
[junit4] 2> 2055814 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=67 numCloses=67
[junit4] 2> 2055814 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2055816 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2055817 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2055825 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 2055852 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 2055953 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople
copyFields (2)
[junit4] 2> 2055953 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
[junit4] 2> 2057536 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.c.CoreContainer Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_252]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:886)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
[junit4] 2> at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
~[?:?]
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
~[?:?]
[junit4] 2> at java.nio.file.Files.createDirectory(Files.java:674)
~[?:1.8.0_252]
[junit4] 2> at
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
[junit4] 2> at
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
[junit4] 2> at
org.apache.solr.TestRandomFaceting.beforeTests(TestRandomFaceting.java:63)
[test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_252]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_252]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[junit4] 2> 2057537 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.f.DistribPackageStore Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore]
directory in SOLR_HOME
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_252]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:886)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
[junit4] 2> at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
[junit4] 2> at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561)
[java/:?]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81)
[java/:?]
[junit4] 2> at
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78)
[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
[junit4] 2> at
org.apache.solr.TestRandomFaceting.beforeTests(TestRandomFaceting.java:63)
[test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_252]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_252]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[junit4] 2> 2057538 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2057540 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1f505476[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2057540 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1f505476[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2057549 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@e46c2a1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2057549 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@e46c2a1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2057551 WARN
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 2057580 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5389e0c3
[junit4] 2> 2057586 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5389e0c3
[junit4] 2> 2057587 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5389e0c3
[junit4] 2> 2057588 INFO (coreLoadExecutor-10848-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2057599 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 2057626 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 2057733 WARN (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Field text is not multivalued and
destination for multiople copyFields (2)
[junit4] 2> 2057733 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field
id
[junit4] 2> 2057744 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2057744 INFO (coreLoadExecutor-10848-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@5389e0c3
[junit4] 2> 2057744 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.TestRandomFaceting_C1009E8FC9407EC6-001/data-dir-124-001/]
[junit4] 2> 2057746 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6715167060147129]
[junit4] 2> 2057797 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2057797 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2057797 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@4ef8e422
[junit4] 2> 2057798 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2057804 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 2057828 INFO (coreLoadExecutor-10848-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2057829 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2057830 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2057830 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2057831 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2057831 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2057834 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
[junit4] 2> 2057835 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 2057835 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2057840 INFO
(searcherExecutor-10850-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2057840 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 4
[junit4] 2> 2057843 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0
status=0 QTime=0
[junit4] 2> 2057843 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057844 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057844 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.method=fc&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057845 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057845 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057852 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=7
[junit4] 2> 2057853 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057853 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057854 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id}
hits=0 status=0 QTime=0
[junit4] 2> 2057854 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=GTV&facet.field={!key%3Dalternate_key}id&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057860 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=5
[junit4] 2> 2057860 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057860 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=enum&facet.exists=false&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057861 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057862 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057862 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057862 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 2057862 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057862 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057863 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f}
hits=0 status=0 QTime=0
[junit4] 2> 2057863 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057863 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}score_f&facet.method=fcs&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057863 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.method=enum&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.method=fc&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057864 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057865 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057865 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057865 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=3&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}small_f&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057865 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 2057865 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057865 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=-1&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=fc&facet.sort=index&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057866 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=fc&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057866 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057866 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057866 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057866 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057866 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057867 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d}
hits=0 status=0 QTime=0
[junit4] 2> 2057867 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=9&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057867 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=-1&facet.enum.cache.minDf=0&facet.field={!key%3Dalternate_key}small_d&facet.sort=index&facet.method=fcs&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057867 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057867 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057867 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=fc&facet.sort=index&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057868 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057869 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057869 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.enum.cache.minDf=3&facet.field={!key%3Dalternate_key}foo_i&facet.sort=index&facet.method=enum&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057869 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 2057869 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057869 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057870 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057870 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057870 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 2057870 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057870 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1}
hits=0 status=0 QTime=0
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dalternate_key}rare_s1&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057871 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057872 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057872 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057872 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057872 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1}
hits=0 status=0 QTime=0
[junit4] 2> 2057872 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.enum.cache.minDf=1&facet.field=str_s1&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057872 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057873 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057873 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=long_s1&facet.method=fcs&facet.exists=false&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057873 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057873 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057873 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057873 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057874 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057874 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057874 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1}
hits=0 status=0 QTime=0
[junit4] 2> 2057874 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=long_s1&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057874 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=long_s1&facet.method=fcs&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057875 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057875 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057875 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=fcs&facet.exists=false&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057875 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057875 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057875 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057876 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 2057876 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057876 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057876 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1}
hits=0 status=0 QTime=0
[junit4] 2> 2057876 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057876 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=r&facet.field={!key%3Dalternate_key}small_s1&facet.method=fcs&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057877 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057877 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057877 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=fcs&facet.exists=false&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057877 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057877 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057877 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057878 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057878 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057878 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057878 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057878 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057878 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.enum.cache.minDf=0&facet.field=small2_s1&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057879 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.method=enum}
hits=0 status=0 QTime=0
[junit4] 2> 2057879 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057879 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.method=enum&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057879 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057879 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057879 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss}
hits=0 status=0 QTime=0
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=2&facet.enum.cache.minDf=2&facet.field=small2_ss&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057880 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057881 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057881 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=fcs&facet.sort=index&facet.limit=-1}
hits=0 status=0 QTime=0
[junit4] 2> 2057881 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057881 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057881 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057881 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.enum.cache.minDf=1&facet.field=small3_ss&facet.exists=false&facet.sort=index&facet.method=enum&facet.limit=-1}
hits=0 status=0 QTime=0
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057882 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057883 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=-1&facet.sort=index&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fc&facet.exists=false&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057883 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fc&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057883 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fc&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057883 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=-1&facet.sort=index&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs&facet.exists=false&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057883 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs}
hits=0 status=0 QTime=0
[junit4] 2> 2057883 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057884 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=-1&facet.sort=index&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fc&facet.exists=false&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057884 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057884 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=0&facet.sort=count&facet.enum.cache.minDf=4&facet.field=small_i&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057884 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=-1&facet.sort=index&facet.enum.cache.minDf=4&facet.field=small_i&facet.method=fcs&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057884 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057884 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=enum&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=fc&facet.sort=index&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=fc}
hits=0 status=0 QTime=0
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=fc&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=fcs&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.h.RequestHandlerBase Ignoring exception matching .
[junit4] 2> 2057885 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.method=fcs&facet.exists=true}
hits=0 status=400 QTime=0
[junit4] 2> 2057886 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057886 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.exists=true}
hits=0 status=0 QTime=0
[junit4] 2> 2057886 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_i&facet.sort=index&facet.method=enum&facet.limit=-1&facet.offset=0}
hits=0 status=0 QTime=0
[junit4] 2> 2057886 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dalternate_key}small2_is&facet.method=enum&facet.exists=false}
hits=0 status=0 QTime=0
[junit4] 2> 2057886 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E
[...truncated too long message...]
":[
[junit4] 2> "-2",1,
[junit4] 2> "-1",1,
[junit4] 2> "2",1,
[junit4] 2> "7",1,
[junit4] 2> null,5]},
[junit4] 2> "facet_ranges":{},
[junit4] 2> "facet_intervals":{},
[junit4] 2> "facet_heatmaps":{}}}
[junit4] 2>
[junit4] 2> request =
facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.enum.cache.minDf=3&facet.field=small2_is&facet.method=enum&facet.exists=true
[junit4] 2> 2120835 INFO
(TEST-TestRandomFaceting.testRandomFaceting-seed#[C1009E8FC9407EC6]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestRandomFaceting
-Dtests.method=testRandomFaceting -Dtests.seed=C1009E8FC9407EC6
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
-Dtests.locale=he -Dtests.timezone=Africa/Libreville -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 63.0s J2 | TestRandomFaceting.testRandomFaceting <<<
[junit4] > Throwable #1: java.lang.AssertionError: mismatch: '3'!='2' @
facet_counts/facet_fields/small2_is/[4]
[junit4] > at
__randomizedtesting.SeedInfo.seed([C1009E8FC9407EC6:CC68BE5A9CB9B679]:0)
[junit4] > at
org.apache.solr.TestRandomFaceting.validateResponse(TestRandomFaceting.java:323)
[junit4] > at
org.apache.solr.TestRandomFaceting.doFacetTests(TestRandomFaceting.java:295)
[junit4] > at
org.apache.solr.TestRandomFaceting.doFacetTests(TestRandomFaceting.java:178)
[junit4] > at
org.apache.solr.TestRandomFaceting.testRandomFaceting(TestRandomFaceting.java:161)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2120837 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2120837 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2059419295
[junit4] 2> 2120837 INFO (coreCloseExecutor-10855-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1c4e68c7
[junit4] 2> 2120837 INFO (coreCloseExecutor-10855-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1 tag=SolrCore@1c4e68c7
[junit4] 2> 2120837 INFO (coreCloseExecutor-10855-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1306dd7f: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7ae1280b
[junit4] 2> 2120854 INFO (coreCloseExecutor-10855-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
[junit4] 2> 2120857 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 2120857 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e862e88: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@1b8a994f
[junit4] 2> 2120862 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 2120862 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3fb985c9: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@841ea69
[junit4] 2> 2120864 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 2120864 INFO
(SUITE-TestRandomFaceting-seed#[C1009E8FC9407EC6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@b6e0d65: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@5295325d
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.TestRandomFaceting_C1009E8FC9407EC6-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{foo_i=Lucene84, small3_ss=PostingsFormat(name=Direct),
bool_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
small_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
long_s1=PostingsFormat(name=Direct),
small2_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
small3_is=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
small_s1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_ti=PostingsFormat(name=LuceneVarGapDocFreqInterval),
small2_is=PostingsFormat(name=LuceneVarGapDocFreqInterval),
small_tf=PostingsFormat(name=LuceneVarGapDocFreqInterval),
score_f=PostingsFormat(name=Direct),
small_f=PostingsFormat(name=LuceneVarGapDocFreqInterval), str_s1=Lucene84,
rare_s1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
small_d=Lucene84,
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
small2_ss=Lucene84,
small2_s1=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{foo_ti=DocValuesFormat(name=Lucene80),
small2_is=DocValuesFormat(name=Lucene80), foo_i=DocValuesFormat(name=Lucene80),
small_tf=DocValuesFormat(name=Lucene80), score_f=DocValuesFormat(name=Direct),
small_i=DocValuesFormat(name=Asserting),
small_f=DocValuesFormat(name=Lucene80), small_d=DocValuesFormat(name=Lucene80),
small2_i=DocValuesFormat(name=Asserting),
small3_is=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1582,
maxMBSortInHeap=5.8058695790995145,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=he,
timezone=Africa/Libreville
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=115977984,total=534249472
[junit4] 2> NOTE: All tests run in this JVM:
[TestCopyFieldCollectionResource, TimeZoneUtilsTest, CacheHeaderTest,
ClassificationUpdateProcessorIntegrationTest, SSLMigrationTest,
TestReloadDeadlock, TestJsonFacetRefinement, TestMultiWordSynonyms,
TestRTGBase, TestReplicationHandlerDiskOverFlow, BasicAuthStandaloneTest,
SolrJmxReporterCloudTest, CdcrUpdateLogTest, TestExtendedDismaxParser,
TestDynamicFieldNamesIndexCorrectly, DaemonStreamApiTest,
BasicDistributedZk2Test, TestPolicyCloud, TestIndexSearcher,
TestNestedUpdateProcessor, TestCharFilters, TestCloudRecovery2,
BlobRepositoryCloudTest, TestAuthorizationFramework, TestRealTimeGet,
SuggestComponentTest, TestCoreBackup, DeleteInactiveReplicaTest,
TriLevelCompositeIdRoutingTest, CSVRequestHandlerTest, CleanupOldIndexTest,
TestNumericRangeQuery32, TestAtomicUpdateErrorCases, TestBlobHandler,
SolrMetricManagerTest, HDFSCollectionsAPITest, TestOrdValues,
TestRetrieveFieldsOptimizer, DistribJoinFromCollectionTest,
ZkCollectionPropsCachingTest, TestConfigSetProperties,
TimeRoutedAliasUpdateProcessorTest, NotRequiredUniqueKeyTest,
TestCloudManagedSchema, TestLegacyFieldReuse, TestCodecSupport,
IndexSizeTriggerSizeEstimationTest, TestSystemCollAutoCreate,
TestTrackingShardHandlerFactory, TestSolrCloudSnapshots, TestComponentsName,
TestSolrIndexConfig, SolrCmdDistributorTest, BadComponentTest,
TestUnInvertedFieldException, DistributedQueryElevationComponentTest,
TestFaceting, TestLeaderElectionZkExpiry, DistributedFacetPivotWhiteBoxTest,
TestExplainDocTransformer, TestManagedResource, MetricUtilsTest,
TestInPlaceUpdatesDistrib, DynamicMapsTest, TestOmitPositions,
TestUnifiedSolrHighlighterWithoutStoredId, DocValuesMissingTest,
TestAuthenticationFramework, HdfsDirectoryTest, TestTolerantSearch,
EchoParamsTest, TestHalfAndHalfDocValues, TestSmileRequest, TestSort,
PrimUtilsTest, TestStressReorder, MoveReplicaTest,
XsltUpdateRequestHandlerTest, SolrXmlInZkTest, TestCursorMarkWithoutUniqueKey,
TestFieldCacheVsDocValues, SharedFSAutoReplicaFailoverTest,
MigrateRouteKeyTest, TestDistributedStatsComponentCardinality,
DimensionalRoutedAliasUpdateProcessorTest, TestCoreAdminApis,
TestDeleteCollectionOnDownNodes, TestEmbeddedSolrServerConstructors,
DirectSolrSpellCheckerTest, TestFieldCache, MoreLikeThisHandlerTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ConfigureRecoveryStrategyTest,
ExecutePlanActionTest, RAMDirectoryFactoryTest, AutoAddReplicasIntegrationTest,
NodeMutatorTest, TestCircuitBreaker,
PeerSyncWithLeaderAndIndexFingerprintCachingTest, ResponseHeaderTest,
ConcurrentDeleteAndCreateCollectionTest, AtomicUpdateRemovalJavabinTest,
SystemInfoHandlerTest, HdfsRestartWhileUpdatingTest, BlockJoinFacetDistribTest,
TestQuerySenderListener, JSONWriterTest, FacetPivotSmallTest,
CurrencyRangeFacetCloudTest, TestJsonRangeFacets, TestPrepRecovery,
TestSchemalessBufferedUpdates, XmlInterpolationTest,
QueryElevationComponentTest, DebugComponentTest, BasicFunctionalityTest,
ConvertedLegacyTest, CursorPagingTest, OutputWriterTest, SampleTest,
SolrInfoBeanTest, SolrTestCaseJ4DeleteCoreTest, TestDistributedMissingSort,
TestDistributedSearch, TestRandomFaceting]
[junit4] Completed [440/921 (1!)] on J2 in 65.09s, 1 test, 1 failure <<<
FAILURES!
[...truncated 52328 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]