Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.1-Linux/345/
Java: 64bit/jdk-13-ea+18 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([6BCF67BBCE85E0C2:5A74D98E6BBAF012]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:939)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:899)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
... 40 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([6BCF67BBCE85E0C2:5A74D98E6BBAF012]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:939)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:899)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
... 40 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([6BCF67BBCE85E0C2:5A74D98E6BBAF012]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:939)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:899)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
... 40 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([6BCF67BBCE85E0C2:5A74D98E6BBAF012]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:939)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:899)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
... 40 more
Build Log:
[...truncated 15622 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> 1908540 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6BCF67BBCE85E0C2-001/init-core-data-001
[junit4] 2> 1908541 WARN
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1908541 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1908542 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1908542 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1908542 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1908554 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
[junit4] 2> 1908575 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1908663 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1908779 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1908780 WARN
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3d1c8531[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1908782 WARN
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@245a4872[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1908793 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1908794 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1908807 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33b3e6ee
[junit4] 2> 1908815 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33b3e6ee
[junit4] 2> 1908815 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33b3e6ee
[junit4] 2> 1908816 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1908829 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
[junit4] 2> 1908847 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1908924 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1908931 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 1908931 INFO (coreLoadExecutor-16013-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@33b3e6ee
[junit4] 2> 1908931 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6BCF67BBCE85E0C2-001/init-core-data-001/]
[junit4] 2> 1908932 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=91.486328125,
floorSegmentMB=0.400390625, forceMergeDeletesPctAllowed=0.2976401529474615,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=34.73958193840453
[junit4] 2> 1908962 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1908962 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1908963 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8667486040826989]
[junit4] 2> 1908963 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@13bbed04[collection1] main]
[junit4] 2> 1908963 WARN (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1908963 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1909052 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 1909113 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 1909113 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 1909113 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 1909176 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 1909176 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 1909176 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 1909236 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 1909412 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 1909470 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 1909471 INFO (coreLoadExecutor-16013-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1909471 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1909471 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 1909471 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1909471 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 1909471 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1909471 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 1909472 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 1909472 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1909472 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1909472 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1909472 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1909472 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1909472 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 1909472 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1909473 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1909473 INFO
(searcherExecutor-16014-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@13bbed04[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1909476 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 2
[junit4] 2> 1909476 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1909482 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 6
[junit4] 2> 1909488 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1909492 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 3
[junit4] 2> 1909492 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 1909495 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 2
[junit4] 2> 1909496 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 1909499 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 2
[junit4] 2> 1909500 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10]} 0 0
[junit4] 2> 1909503 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11]} 0 2
[junit4] 2> 1909503 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12]} 0 0
[junit4] 2> 1909506 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13]} 0 2
[junit4] 2> 1909506 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[14]} 0 0
[junit4] 2> 1909509 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[15]} 0 2
[junit4] 2> 1909510 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[16]} 0 0
[junit4] 2> 1909510 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1909510 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@14fa409b commitCommandVersion:0
[junit4] 2> 1909513 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ea50db5[collection1] main]
[junit4] 2> 1909513 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1909513 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 1909688 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 1909773 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 1909794 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 1909794 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 1909856 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 1909909 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 1909964 INFO (searcherExecutor-16014-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5ea50db5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.1):c2:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153162}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153168}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153181}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153185}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153188}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_6(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153192}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_7(8.1.1):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153195}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_8(8.1.1):c1:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=13-ea, java.vm.version=13-ea+18,
lucene.version=8.1.1, os.arch=amd64, java.runtime.version=13-ea+18,
source=flush, os.version=4.18.0-17-generic,
timestamp=1558865153198}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1909964 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 454
[junit4] 2> 1909967 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 1909975 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=7
[junit4] 2> 1909980 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=4
[junit4] 2> 1909982 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=0
[junit4] 2> 1910054 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=70
[junit4] 2> 1910056 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=1
[junit4] 2> 1910059 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=1
[junit4] 2> 1910059 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 1910064 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 1910129 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 1910133 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 1910199 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 1910204 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
[junit4] 1> id:[1 TO 10] AND lowerfilt:love
[junit4] 2> 1910261 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[6BCF67BBCE85E0C2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
[junit4] 2> 1910264 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 1910374 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 1910378 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 1910447 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 1910450 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 1910458 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia}
hits=0 status=0 QTime=7
[junit4] 2> 1910462 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=1
[junit4] 2> 1910465 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=2
[junit4] 2> 1910468 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=2
[junit4] 2> 1910470 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=1
[junit4] 2> 1910472 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=2
[junit4] 2> 1910475 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 1910478 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1910480 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1910483 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=2
[junit4] 2> 1910486 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=2
[junit4] 2> 1910489 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=2
[junit4] 2> 1910491 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1910494 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1910497 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=2
[junit4] 2> 1910501 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=3
[junit4] 2> 1910504 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=3
[junit4] 2> 1910507 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1910510 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1910513 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1910515 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1910524 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=8
[junit4] 2> 1910526 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1910529 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=2
[junit4] 2> 1910533 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=3
[junit4] 2> 1910535 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=2
[junit4] 2> 1910538 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1910540 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1910543 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1910547 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=3
[junit4] 2> 1910550 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1910556 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=6
[junit4] 2> 1910559 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1910562 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=3
[junit4] 2> 1910565 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1910567 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=2
[junit4] 2> 1910570 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1910573 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=2
[junit4] 2> 1910576 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1910578 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=2
[junit4] 2> 1910581 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1910584 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=2
[junit4] 2> 1910584 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 1910585 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:899)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
[junit4] 2> at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.base/java.lang.reflect.Method.invoke(Method.java:567)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:835)
[junit4] 2>
[junit4] 2> 1910585 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=6BCF67BBCE85E0C2 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=qu-BO -Dtests.timezone=Europe/Dublin -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.14s J2 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([6BCF67BBCE85E0C2:5A74D98E6BBAF012]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:939)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:899)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:835)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
[junit4] > ... 40 more
[junit4] 2> 1910590 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 1910664 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] 2> 1910667 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 1910674 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=7
[junit4] 2> 1910688 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=13
[junit4] 2> 1910699 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 1910702 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 1910820 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 1910823 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 1910877 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 1910877 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1910877 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1783856330
[junit4] 2> 1910877 INFO (coreCloseExecutor-16018-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@59fb61c6
[junit4] 2> 1910877 INFO (coreCloseExecutor-16018-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=59fb61c6
[junit4] 2> 1910878 INFO (coreCloseExecutor-16018-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2585a17f: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6d2cd423
[junit4] 2> 1910886 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1910886 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@12eab9f4: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@32b43177
[junit4] 2> 1910891 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1910891 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@632ffb78: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@4fb89428
[junit4] 2> 1910894 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1910894 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@49caf9df: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@14851299
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6BCF67BBCE85E0C2-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{start1=PostingsFormat(name=LuceneVarGapFixedInterval),
range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
multiDefault=FSTOrd50, intDefault=Lucene50(blocksize=128),
range_facet_l=FSTOrd50, lowerfilt1and2=FSTOrd50,
end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
end3=Lucene50(blocksize=128),
end2=PostingsFormat(name=LuceneVarGapFixedInterval), end1=FSTOrd50,
lowerfilt=FSTOrd50, gram1=FSTOrd50,
id=PostingsFormat(name=LuceneVarGapFixedInterval),
gram2=PostingsFormat(name=LuceneVarGapFixedInterval),
gram3=Lucene50(blocksize=128),
start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval), start2=FSTOrd50,
timestamp=FSTOrd50, start4=Lucene50(blocksize=128),
lowerfilt1=PostingsFormat(name=LuceneVarGapDocFreqInterval), teststop=FSTOrd50,
_root_=Lucene50(blocksize=128), id_i1=Lucene50(blocksize=128),
range_facet_i_dv=FSTOrd50, word=FSTOrd50},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=2003,
maxMBSortInHeap=5.301741162242729,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@41cda2cc),
locale=qu-BO, timezone=Europe/Dublin
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea
(64-bit)/cpus=8,threads=1,free=74022800,total=529530880
[junit4] 2> NOTE: All tests run in this JVM: [TestSimNodeAddedTrigger,
LeaderTragicEventTest, DistributedFacetPivotSmallAdvancedTest,
PhrasesIdentificationComponentTest, CoreAdminOperationTest,
PeerSyncWithLeaderTest, DeleteReplicaTest, TestConfig, OutputWriterTest,
HdfsLockFactoryTest, PeerSyncWithBufferUpdatesTest, BlockDirectoryTest,
HttpPartitionWithTlogReplicasTest, TestSimDistribStateManager,
TestCustomDocTransformer, XmlUpdateRequestHandlerTest, SmileWriterTest,
TestConfigSetProperties, ForceLeaderTest, TestExclusionRuleCollectionAccess,
SolrCmdDistributorTest, DateRangeFieldTest, SolrIndexSplitterTest,
PingRequestHandlerTest, MissingSegmentRecoveryTest,
MetricsHistoryIntegrationTest, TestSQLHandlerNonCloud, BadComponentTest,
SignatureUpdateProcessorFactoryTest, SearchRateTriggerTest,
HDFSCollectionsAPITest, TermVectorComponentTest, TestCloudRecovery,
TestJmxIntegration, TestCloudConsistency, TestReloadDeadlock,
SolrRequestParserTest, SearchHandlerTest, TestExpandComponent, SOLR749Test,
TestSolrQueryResponse, TestSystemCollAutoCreate, TestImplicitCoreProperties,
TestPullReplicaErrorHandling, MoveReplicaTest, HdfsRecoverLeaseTest,
TestMacroExpander, UpdateLogTest, TestOnReconnectListenerSupport,
TestSolrCloudWithSecureImpersonation, TestFastOutputStream,
TestFileDictionaryLookup, PrimUtilsTest, RecoveryZkTest,
MetricsHistoryHandlerTest, ShufflingReplicaListTransformerTest,
TestSimpleQParserPlugin, DocumentBuilderTest, TestQueryUtils,
TestClassicSimilarityFactory, UUIDFieldTest, TestPointFields,
LukeRequestHandlerTest, SortSpecParsingTest, FileBasedSpellCheckerTest,
NodeMarkersRegistrationTest, TestManagedResource,
TestPartialUpdateDeduplication, TestIBSimilarityFactory, ConnectionManagerTest,
TestJoin, SuggestComponentContextFilterQueryTest, SolrJmxReporterTest,
AutoScalingHandlerTest, LeaderElectionTest, SimpleCollectionCreateDeleteTest,
NotRequiredUniqueKeyTest, ConvertedLegacyTest, TestCharFilters,
TestConfigSetsAPIZkFailure, DistributedIntervalFacetingTest,
TestJavabinTupleStreamParser, TestFunctionQuery, GraphQueryTest,
TestSolrIndexConfig, BasicZkTest, TestReplicationHandler,
TestClusterProperties, ChaosMonkeySafeLeaderTest,
TestTolerantUpdateProcessorRandomCloud, TriggerSetPropertiesIntegrationTest,
TestXmlQParser, DOMUtilTest, TestLeaderElectionZkExpiry,
AssignBackwardCompatibilityTest, TestSuggestSpellingConverter, TestLogWatcher,
CdcrRequestHandlerTest, TestSolrJ, TestCoreDiscovery,
TestSimpleTrackingShardHandler, TestSchemaResource, TestConfigReload,
TestLuceneIndexBackCompat, RAMDirectoryFactoryTest, AtomicUpdatesTest,
AutoscalingHistoryHandlerTest, TestPKIAuthenticationPlugin, TestBulkSchemaAPI,
TestStressLiveNodes, NestedShardedAtomicUpdateTest, SyncSliceTest,
PKIAuthenticationIntegrationTest, DocValuesTest, TestPayloadScoreQParserPlugin,
TestRequestStatusCollectionAPI, SolrShardReporterTest, CheckHdfsIndexTest,
HealthCheckHandlerTest, ClusterStateUpdateTest, ResponseLogComponentTest,
DistribCursorPagingTest, AsyncCallRequestStatusResponseTest, CoreSorterTest,
FieldMutatingUpdateProcessorTest, HighlighterTest,
DistributedFacetExistsSmallTest, SharedFSAutoReplicaFailoverTest,
CdcrBootstrapTest, CollectionsAPIAsyncDistributedZkTest,
TestLegacyNumericUtils, TestSolrConfigHandler, TestNestedUpdateProcessor,
TriggerCooldownIntegrationTest, TestFieldSortValues, TestSegmentSorting,
TaggerTest, TestSimExtremeIndexing, TestSortByMinMaxFunction,
TestJsonFacetsStatsParsing, SynonymTokenizerTest, SampleTest, SolrInfoBeanTest,
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey,
TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch,
TestDocumentBuilder, TestSolrCoreProperties, TestTolerantSearch, TestTrie,
TestDeprecatedFilters, TestLuceneMatchVersion,
TestReversedWildcardFilterFactory, TestEmbeddedSolrServerAdminHandler,
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI,
TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest,
CleanupOldIndexTest, CollectionPropsTest, CollectionsAPISolrJTest,
DistributedQueueTest, OverriddenZkACLAndCredentialsProvidersTest,
OverseerRolesTest, OverseerTaskQueueTest, RemoteQueryErrorTest,
ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest,
SSLMigrationTest, SaslZkACLProviderTest, SliceStateTest, SolrCLIZkUtilsTest,
SolrCloudExampleTest, TestDeleteCollectionOnDownNodes,
TestDistribDocBasedVersion, TestRandomRequestDistribution,
TestRebalanceLeaders, TestWithCollection, ZkNodePropsTest, ZkShardTermsTest,
TestCollectionAPI, TestHdfsCloudBackupRestore, ComputePlanActionTest,
TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimTriggerIntegration,
ImplicitSnitchTest, RuleEngineTest, AlternateDirectoryTest,
BlobRepositoryCloudTest, ExitableDirectoryReaderTest,
SolrCoreCheckLockOnStartupTest, SolrCoreTest, TestDirectoryFactory,
TestLazyCores, BinaryUpdateRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, TestReplicationHandlerBackup,
TestReqParamsAPI, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, Stat
[...truncated too long message...]
Found="0" start="0"></result><lst name="spellcheck"><lst
name="suggestions"><lst name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:932)
[junit4] > ... 40 more
[junit4] 2> 15717 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 15802 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] OK 0.09s J1 | SpellCheckCollatorTest.testWithCursorMark
[junit4] 2> 15805 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 15813 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=6
[junit4] 2> 15821 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=7
[junit4] 2> 15822 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] OK 0.02s J1 | SpellCheckCollatorTest.testCollateWithOverride
[junit4] 2> 15825 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 15994 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[6BCF67BBCE85E0C2]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] OK 0.17s J1 | SpellCheckCollatorTest.testCollationWithHypens
[junit4] 2> 15998 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 16067 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[6BCF67BBCE85E0C2]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] OK 0.07s J1 | SpellCheckCollatorTest.testZeroTries
[junit4] 2> 16068 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 16068 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1602591561
[junit4] 2> 16068 INFO (coreCloseExecutor-29-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@11a288d
[junit4] 2> 16069 INFO (coreCloseExecutor-29-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=11a288d
[junit4] 2> 16069 INFO (coreCloseExecutor-29-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@67b0cf04: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@24c5fc78
[junit4] 2> 16104 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 16104 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7edf07f7: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@498a1f94
[junit4] 2> 16109 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 16109 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72c9e0fa: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@27549618
[junit4] 2> 16109 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 16110 INFO
(SUITE-SpellCheckCollatorTest-seed#[6BCF67BBCE85E0C2]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3aa92c10: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@44b338ed
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_6BCF67BBCE85E0C2-002
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{start1=PostingsFormat(name=LuceneVarGapFixedInterval),
range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
multiDefault=FSTOrd50, intDefault=Lucene50(blocksize=128),
range_facet_l=FSTOrd50, lowerfilt1and2=FSTOrd50,
end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
end3=Lucene50(blocksize=128),
end2=PostingsFormat(name=LuceneVarGapFixedInterval), end1=FSTOrd50,
lowerfilt=FSTOrd50, gram1=FSTOrd50,
id=PostingsFormat(name=LuceneVarGapFixedInterval),
gram2=PostingsFormat(name=LuceneVarGapFixedInterval),
gram3=Lucene50(blocksize=128),
start3=PostingsFormat(name=LuceneVarGapDocFreqInterval),
gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval), start2=FSTOrd50,
timestamp=FSTOrd50, start4=Lucene50(blocksize=128),
lowerfilt1=PostingsFormat(name=LuceneVarGapDocFreqInterval), teststop=FSTOrd50,
_root_=Lucene50(blocksize=128), id_i1=Lucene50(blocksize=128),
range_facet_i_dv=FSTOrd50, word=FSTOrd50},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=2003,
maxMBSortInHeap=5.301741162242729,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5ad484be),
locale=qu-BO, timezone=Europe/Dublin
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea
(64-bit)/cpus=8,threads=1,free=375770448,total=502267904
[junit4] 2> NOTE: All tests run in this JVM: [SpellCheckCollatorTest,
SpellCheckCollatorTest]
[junit4] Completed [5/5 (5!)] on J1 in 4.50s, 11 tests, 1 error <<< FAILURES!
[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/lucene/common-build.xml:1572: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/lucene/common-build.xml:1099:
There were test failures: 5 suites, 55 tests, 5 errors [seed: 6BCF67BBCE85E0C2]
Total time: 18 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 5/5 failed: org.apache.solr.spelling.SpellCheckCollatorTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=af3be2b855c5bd7b3b5413ae4bf0ef89f9f7ef47,
workspace=/home/jenkins/workspace/Lucene-Solr-8.1-Linux
[WARNINGS] Computing warning deltas based on reference build #343
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]