Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18367/
Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseG1GC
5 tests failed.
FAILED:
org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery
Error Message:
List size mismatch @ spellcheck/suggestions
Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
at
__randomizedtesting.SeedInfo.seed([3F906E0D9B6D56D8:34BC39CD04A4EA77]:0)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:906)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:853)
at
org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:13D3DBC4CAA8EB90]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:35A9A188DB8DEBEE]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field
name="text">The Apache Software Foundation is happy to announce BarCampApache
Sydney, Australia, the first ASF-backed event in the Southern
Hemisphere!</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">1</field><field name="text">The Apache Software
Foundation is happy to announce BarCampApache Sydney, Australia, the first
ASF-backed event in the Southern Hemisphere!</field></doc></add>
at __randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:D1788E995740894]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:3B5C151B8A0F46CE]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Build Log:
[...truncated 10947 lines...]
[junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_3F906E0D9B6D56D8-001/init-core-data-001
[junit4] 2> 197105 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 197106 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 197107 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 197196 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 197206 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 197270 WARN
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 197272 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 197305 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 197381 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 197393 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 197458 WARN (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 197460 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 197482 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 197482 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_3F906E0D9B6D56D8-001/init-core-data-001/]
[junit4] 2> 197483 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7914201040540131]
[junit4] 2> 197489 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 197489 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 197489 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7936396943465892]
[junit4] 2> 197489 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@67acf850[collection1] main]
[junit4] 2> 197490 WARN (coreLoadExecutor-767-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 197490 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 197807 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: default
[junit4] 2> 197873 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: default_teststop
[junit4] 2> 197873 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 197873 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 197987 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: threshold
[junit4] 2> 197987 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 197988 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: threshold_direct
[junit4] 2> 198071 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: multipleFields
[junit4] 2> 198471 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: freq
[junit4] 2> 198597 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: fqcn
[junit4] 2> 198598 INFO (coreLoadExecutor-767-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 198598 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 198599 INFO
(SUITE-SpellCheckComponentTest-seed#[3F906E0D9B6D56D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 198599 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 198601 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
[junit4] 2> 198602 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 198602 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 198602 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 198602 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 198602 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 1
[junit4] 2> 198603 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 198603 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 198604 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 198604 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 198604 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 198604 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 198604 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 198605 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 198605 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 198605 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 198605 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 198605 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 198605 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 0
[junit4] 2> 198606 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 198606 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 198607 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 198608 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 198609 WARN
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping
onDeckSearchers=2
[junit4] 2> 198611 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@27130b2[collection1] main]
[junit4] 2> 198611 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 198611 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 198611 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@67acf850[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 198611 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 198613 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 198614 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 198614 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 198614 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 198614 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 198615 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 198616 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 198617 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 198618 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 198619 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 198620 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 198621 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 198621 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@27130b2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 198621 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 15
[junit4] 2> 198622 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0
QTime=1
[junit4] 2> 198623 ERROR
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @
spellcheck/suggestions
[junit4] 2> expected
=/spellcheck=={'suggestions':['12346',{'numFound':1,'startOffset':0,'endOffset':5,'suggestion':['12345']}]}
[junit4] 2> response = {
[junit4] 2> "responseHeader":{
[junit4] 2> "status":0,
[junit4] 2> "QTime":1},
[junit4] 2> "response":{"numFound":0,"start":0,"docs":[]
[junit4] 2> },
[junit4] 2> "spellcheck":{
[junit4] 2> "suggestions":[]}}
[junit4] 2>
[junit4] 2> request = q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml
[junit4] 2> 198623 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
[junit4] 2> 198623 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 198623 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 198623 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 198624 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 198625 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@56b20ba4[collection1] main]
[junit4] 2> 198625 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 198625 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 198748 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 198867 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 198971 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 198971 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 199082 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 199165 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 199246 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@56b20ba4[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 199246 INFO
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 622
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckComponentTest -Dtests.method=testNumericQuery
-Dtests.seed=3F906E0D9B6D56D8 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-GB -Dtests.timezone=Asia/Tomsk -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.65s J1 | SpellCheckComponentTest.testNumericQuery <<<
[junit4] > Throwable #1: java.lang.RuntimeException: List size mismatch @
spellcheck/suggestions
[junit4] > at
__randomizedtesting.SeedInfo.seed([3F906E0D9B6D56D8:34BC39CD04A4EA77]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:906)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:853)
[junit4] > at
org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> 199250 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
[junit4] 2> 199251 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 199252 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 199252 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 199252 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 199252 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 199253 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 199253 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 199253 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 199254 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 199254 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 0
[junit4] 2> 199254 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 199254 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 199258 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@73bef42a[collection1] main]
[junit4] 2> 199258 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 199258 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 199494 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 199592 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 199851 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 199851 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 200149 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 200437 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 200661 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@73bef42a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10)))}
[junit4] 2> 200661 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1406
[junit4] 2> 200662 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml}
hits=0 status=0 QTime=1
[junit4] 2> 200663 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11231]} 0 0
[junit4] 2> 200663 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 200663 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 200667 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@561256d7[collection1] main]
[junit4] 2> 200667 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 200667 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 200932 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 201050 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 201557 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 201557 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 202147 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 202777 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 203190 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@561256d7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10)
Uninverting(_2(7.0.0):c1)))}
[junit4] 2> 203190 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 2526
[junit4] 2> 203191 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml}
hits=0 status=0 QTime=2529
[junit4] 2> 203191 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
[junit4] 2> 203192 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 203192 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 203192 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 203192 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 203192 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@3db4f53c[collection1] main]
[junit4] 2> 203192 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 203192 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 203303 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 203494 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 203600 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 203601 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 203686 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 203791 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 203890 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3db4f53c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 203890 INFO
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[3F906E0D9B6D56D8]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 698
[junit4] 2> 203893 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testPerDictionary
[junit4] 2> 203894 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 203894 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 203895 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 203895 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 203895 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 203896 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 203896 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 203896 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 203896 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 203896 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 0
[junit4] 2> 203905 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 203905 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 203908 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@53f3398c[collection1] main]
[junit4] 2> 203908 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 203908 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 204105 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 204175 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 204319 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 204319 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 204533 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 204764 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 204947 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@53f3398c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c10)))}
[junit4] 2> 204947 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1041
[junit4] 2> 204948 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=documemt&qt=spellCheckCompRH&spellcheck.dictionary=perDict&json.nl=map&spellcheck..perDict.foo=bar&spellcheck=true&spellcheck..perDict.bar=foo&wt=xml&spellcheck.build=true}
hits=0 status=0 QTime=0
[junit4] 2> 204948 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
[junit4] 2> 204949 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 204949 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 204949 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 204949 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 204949 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@19c544d8[collection1] main]
[junit4] 2> 204949 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 204949 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 205025 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 205093 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 205170 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 205170 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 205217 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 205268 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 205338 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@19c544d8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 205339 INFO
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 389
[junit4] 2> 205340 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
[junit4] 2> 205340 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 205341 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 205341 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 205341 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 205341 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 205341 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 205342 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 205342 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 205342 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 205342 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 0
[junit4] 2> 205342 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 205342 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 205346 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@33e1f3ce[collection1] main]
[junit4] 2> 205346 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 205347 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 205530 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 205592 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 205741 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 205741 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 205861 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 206034 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 206601 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@33e1f3ce[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c10)))}
[junit4] 2> 206602 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1259
[junit4] 2> 206603 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 206603 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 206603 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 206607 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e25e9[collection1] main]
[junit4] 2> 206607 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 206607 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 206939 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 207047 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 207385 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 207385 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 207832 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 208064 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 208351 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5e25e9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c10/1:delGen=1)
Uninverting(_5(7.0.0):c1)))}
[junit4] 2> 208351 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1747
[junit4] 2> 208587 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&spellcheck.q=ttle&qt=spellCheckCompRH&spellcheck.dictionary=default&spellcheck=true&wt=xml&spellcheck.build=true}
hits=10 status=0 QTime=235
[junit4] 2> 208588 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 208595 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
[junit4] 2> 208595 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 208595 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 208595 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 208595 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 208596 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@15470f25[collection1] main]
[junit4] 2> 208596 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 208596 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 208675 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 208739 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 208835 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 208835 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 208897 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 208973 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 209049 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@15470f25[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 209050 INFO
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 454
[junit4] 2> 209053 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 209054 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 209054 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 209055 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 209055 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 209055 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 209056 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 209056 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 209056 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 209057 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 209057 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 0
[junit4] 2> 209057 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 209057 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 209061 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e00b623[collection1] main]
[junit4] 2> 209061 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 209061 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 209231 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 209323 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 209613 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 209613 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 209891 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 210218 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 210445 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3e00b623[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):c10)))}
[junit4] 2> 210445 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1388
[junit4] 2> 210446 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0
QTime=0
[junit4] 2> 210446 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> 210447 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 210447 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 210447 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 210447 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 210447 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5c7c9204[collection1] main]
[junit4] 2> 210448 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 210448 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 210561 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 210678 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 210782 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 210782 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 210861 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 210966 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 211052 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5c7c9204[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 211053 INFO
(TEST-SpellCheckComponentTest.test-seed#[3F906E0D9B6D56D8]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 605
[junit4] 2> 211054 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
[junit4] 2> 211055 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[0]} 0 0
[junit4] 2> 211055 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1]} 0 0
[junit4] 2> 211057 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[2]} 0 1
[junit4] 2> 211057 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[3]} 0 0
[junit4] 2> 211057 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[4]} 0 0
[junit4] 2> 211057 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[5]} 0 0
[junit4] 2> 211057 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[6]} 0 0
[junit4] 2> 211058 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[7]} 0 0
[junit4] 2> 211058 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[8]} 0 0
[junit4] 2> 211058 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[9]} 0 0
[junit4] 2> 211058 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 211058 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 211061 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@68902514[collection1] main]
[junit4] 2> 211061 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 211061 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 211334 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 211448 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 211657 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 211658 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 211831 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 212074 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 212260 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@68902514[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):c10)))}
[junit4] 2> 212260 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 1201
[junit4] 2> 212262 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
[junit4] 2> 212262 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 212262 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 212262 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 212262 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e1a5c2d
[junit4] 2> 212263 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@395573d9[collection1] main]
[junit4] 2> 212263 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 212263 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 212324 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 212392 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 212477 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 212477 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 212558 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 212655 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 212729 INFO (searcherExecutor-768-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@395573d9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 212730 INFO
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[3F906E0D9B6D56D8])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 467
[junit4] 2> 212732 INFO
(TEST-SpellCheckComponentTest.testCollate-seed#[3F906E0
[...truncated too long message...]
eryTransformerCrossCore, ChaosMonkeyNothingIsSafeTest, TestPushWriter,
TestSweetSpotSimilarityFactory, TestCoreContainer, EnumFieldTest,
TestCharFilters, BlockJoinFacetDistribTest, TestTrie,
TestDistribDocBasedVersion, TestSearchPerf, TestSolrQueryParserResource,
TestStressVersions, SpellCheckComponentTest]
[junit4] Completed [103/657 (1!)] on J1 in 28.86s, 11 tests, 1 error <<<
FAILURES!
[...truncated 13001 lines...]
[junit4] Suite: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_5DDFB68D5B6A3A-001/init-core-data-001
[junit4] 2> log4j:WARN No appenders could be found for logger
(org.eclipse.jetty.util.log).
[junit4] 2> log4j:WARN Please initialize the log4j system properly.
[junit4] 2> log4j:WARN See
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[junit4] 2> نوامبر ۲۵, ۲۰۱۶ ۱:۰۵:۴۴ بعدازظهر WhitespaceTokenizer initialize
[junit4] 2> INFO: "Whitespace tokenizer successfully initialized"
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testProcessing
-Dtests.seed=5DDFB68D5B6A3A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fa -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 2.83s J0 | UIMAUpdateRequestProcessorTest.testProcessing <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes.
[junit4] > Add support for specifying Spelling SuggestWord Comparator
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already
fixed, patch is attached if you need it, but it is also committed to trunk and
3_x branch. Last Lucene European Conference has been held in
Prague.</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:13D3DBC4CAA8EB90]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> نوامبر ۲۵, ۲۰۱۶ ۱:۰۵:۴۶ بعدازظهر WhitespaceTokenizer initialize
[junit4] 2> INFO: "Whitespace tokenizer successfully initialized"
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testErrorHandling
-Dtests.seed=5DDFB68D5B6A3A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fa -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J0 | UIMAUpdateRequestProcessorTest.testErrorHandling
<<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes.
[junit4] > Add support for specifying Spelling SuggestWord Comparator
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already
fixed, patch is attached if you need it, but it is also committed to trunk and
3_x branch. Last Lucene European Conference has been held in
Prague.</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:35A9A188DB8DEBEE]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testTwoUpdates
-Dtests.seed=5DDFB68D5B6A3A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fa -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J0 | UIMAUpdateRequestProcessorTest.testTwoUpdates <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field
name="text">The Apache Software Foundation is happy to announce BarCampApache
Sydney, Australia, the first ASF-backed event in the Southern
Hemisphere!</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:D1788E995740894]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest
-Dtests.method=testMultiplierProcessing -Dtests.seed=5DDFB68D5B6A3A
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fa
-Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J0 |
UIMAUpdateRequestProcessorTest.testMultiplierProcessing <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes.
[junit4] > Add support for specifying Spelling SuggestWord Comparator
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already
fixed, patch is attached if you need it, but it is also committed to trunk and
3_x branch. Last Lucene European Conference has been held in
Prague.</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([5DDFB68D5B6A3A:3B5C151B8A0F46CE]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_5DDFB68D5B6A3A-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=462, maxMBSortInHeap=6.049515643181756,
sim=RandomSimilarity(queryNorm=true): {}, locale=fa, timezone=Asia/Novokuznetsk
[junit4] 2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=318579696,total=526385152
[junit4] 2> NOTE: All tests run in this JVM:
[UIMAUpdateRequestProcessorTest]
[junit4] Completed [2/2 (1!)] on J0 in 6.67s, 6 tests, 4 errors <<< FAILURES!
[...truncated 40265 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]