Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14420/
Java: 32bit/jdk1.9.0-ea-b85 -client -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([6EF26D526516A41B:5F49D367C029B4CB]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:733)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
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:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
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(Thread.java:747)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
... 41 more
Build Log:
[...truncated 10667 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001
[junit4] 2> 1031054 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1031054 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1031054 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 1031054 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1031054 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
[junit4] 2> 1031055 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1031055 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1031075 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1031084 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
[junit4] 2> 1031092 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
[junit4] 2> 1031092 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 1031097 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1031185 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1031189 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1031190 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1031195 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1031197 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1031198 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1031198 WARN
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1031198 WARN
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1031198 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1031199 WARN
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1031199 WARN
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/'
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 27273416
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/]
[junit4] 2> 1031199 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 1031199 WARN
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/lib).
[junit4] 2> 1031209 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1031214 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1031215 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1031215 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1031215 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1031215 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1031216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1,
config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
instanceDir=collection1, collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1031216 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 1031216 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1031216 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
[junit4] 2> 1031216 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1031217 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1031229 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1031234 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
[junit4] 2> 1031242 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
[junit4] 2> 1031242 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 1031248 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1031327 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1031331 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1031332 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1031335 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1031337 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1031338 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1031338 WARN (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1031338 WARN (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1031338 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1031338 WARN (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1031338 WARN (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1031339 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf'
[junit4] 2> 1031339 INFO (coreLoadExecutor-3565-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 1031339 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1031339 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[null]
[junit4] 2> 1031339 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1031340 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001
[junit4] 2> 1031340 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/index/
[junit4] 2> 1031340 WARN (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1031340 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/index
[junit4] 2> 1031340 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=69.95703125,
floorSegmentMB=1.2373046875, forceMergeDeletesPctAllowed=28.400448508611998,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.24999660887388073
[junit4] 2> 1031340 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@316290
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f70c00),segFN=segments_1,generation=1}
[junit4] 2> 1031340 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1031341 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/
[junit4] 2> 1031342 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1031343 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031345 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031346 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031346 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031348 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,spellCheckCompRH1,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 1031348 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1031348 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 1031348 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=80.626953125,
floorSegmentMB=1.337890625, forceMergeDeletesPctAllowed=4.334065264188023,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7547043869280686
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@316290
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f70c00),segFN=segments_1,generation=1}
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1a0db21[collection1]
main
[junit4] 2> 1031349 WARN (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1031349 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1031374 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 1031403 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 1031403 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 1031403 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 1031420 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 1031420 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 1031420 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 1031442 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 1031499 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 1031519 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 1031519 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031519 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1031519 INFO (coreLoadExecutor-3565-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 1031520 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1031520 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1031521 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1031521 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1031521 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1031521 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1031521 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1031521 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1a0db21[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031521 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[0]} 0 0
[junit4] 2> 1031523 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[1]} 0 0
[junit4] 2> 1031526 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[2]} 0 2
[junit4] 2> 1031528 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[3]} 0 1
[junit4] 2> 1031528 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[4]} 0 0
[junit4] 2> 1031531 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[5]} 0 2
[junit4] 2> 1031532 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[6]} 0 0
[junit4] 2> 1031532 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[7]} 0 0
[junit4] 2> 1031534 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[8]} 0 1
[junit4] 2> 1031535 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[9]} 0 0
[junit4] 2> 1031535 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[10]} 0 0
[junit4] 2> 1031537 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[11]} 0 1
[junit4] 2> 1031538 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[12]} 0 0
[junit4] 2> 1031538 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[13]} 0 0
[junit4] 2> 1031541 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[14]} 0 2
[junit4] 2> 1031541 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[15]} 0 0
[junit4] 2> 1031541 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[16]} 0 0
[junit4] 2> 1031542 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1031549 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@316290
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f70c00),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@316290
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f70c00),segFN=segments_2,generation=2}
[junit4] 2> 1031550 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 1031551 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@13cde38[collection1] main
[junit4] 2> 1031551 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 1031551 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 1031658 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 1031733 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 1031751 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 1031751 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 1031817 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 1031902 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 1031992 INFO (searcherExecutor-3566-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@13cde38[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C3)
Uninverting(_1(5.4.0):C3) Uninverting(_2(5.4.0):C3) Uninverting(_3(5.4.0):C3)
Uninverting(_4(5.4.0):C3) Uninverting(_5(5.4.0):C2)))}
[junit4] 2> 1031992 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 450
[junit4] 2> 1031994 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 1032036 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=41
[junit4] 2> 1032048 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=11
[junit4] 2> 1032049 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 1032050 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 1032166 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 1032168 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 1032171 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia}
hits=0 status=0 QTime=3
[junit4] 2> 1032174 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=2
[junit4] 2> 1032178 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=2
[junit4] 2> 1032181 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=2
[junit4] 2> 1032184 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=2
[junit4] 2> 1032187 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1032190 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 1032193 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=2
[junit4] 2> 1032195 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=2
[junit4] 2> 1032198 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=2
[junit4] 2> 1032201 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1032204 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1032206 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1032209 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1032212 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1032215 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1032218 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1032221 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=2
[junit4] 2> 1032223 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1032226 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1032229 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 1032232 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=2
[junit4] 2> 1032235 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=2
[junit4] 2> 1032238 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1032241 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1032244 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1032246 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=2
[junit4] 2> 1032249 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=2
[junit4] 2> 1032252 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1032255 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1032258 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=2
[junit4] 2> 1032261 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 1032265 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=2
[junit4] 2> 1032268 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=2
[junit4] 2> 1032270 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1032275 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=3
[junit4] 2> 1032278 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1032281 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1032284 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=2
[junit4] 2> 1032287 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=3
[junit4] 2> 1032288 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 1032288 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:733)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:520)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:747)
[junit4] 2>
[junit4] 2> 1032289 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=6EF26D526516A41B -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=nl_AW -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.13s J2 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([6EF26D526516A41B:5F49D367C029B4CB]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:733)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] > at java.lang.Thread.run(Thread.java:747)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
[junit4] > ... 41 more
[junit4] 2> 1032293 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 1032945 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 1032947 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 1032952 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=5
[junit4] 2> 1032957 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=3
[junit4] 2> 1032959 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=0
[junit4] 2> 1033218 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=259
[junit4] 2> 1033222 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=1
[junit4] 2> 1033223 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=0
[junit4] 2> 1033223 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[6EF26D526516A41B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 1033225 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[6EF26D526516A41B])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 1033456 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[6EF26D526516A41B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 1033458 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 1033742 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 1033744 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[6EF26D526516A41B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 1033993 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[6EF26D526516A41B]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 1033996 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 1034215 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[6EF26D526516A41B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 1034215 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1034215 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=27273416
[junit4] 2> 1034216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@52ed11
[junit4] 2> 1034216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.u.UpdateHandler closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=17,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1034216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1034216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1034216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1034216 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1034217 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1034217 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1034217 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001/index
[junit4] 2> 1034217 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001;done=false>>]
[junit4] 2> 1034217 INFO
(SUITE-SpellCheckCollatorTest-seed#[6EF26D526516A41B]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_6EF26D526516A41B-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54):
{start1=BlockTreeOrds(blocksize=128),
range_facet_l_dv=BlockTreeOrds(blocksize=128),
lowerfilt1=PostingsFormat(name=Asserting),
multiDefault=PostingsFormat(name=MockRandom),
teststop=PostingsFormat(name=MockRandom),
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
range_facet_l=PostingsFormat(name=MockRandom),
lowerfilt1and2=PostingsFormat(name=MockRandom),
end4=PostingsFormat(name=Asserting),
end3=PostingsFormat(name=LuceneVarGapFixedInterval),
end2=BlockTreeOrds(blocksize=128), end1=PostingsFormat(name=MockRandom),
lowerfilt=PostingsFormat(name=MockRandom),
gram1=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128),
range_facet_i_dv=PostingsFormat(name=MockRandom),
gram2=BlockTreeOrds(blocksize=128),
gram3=PostingsFormat(name=LuceneVarGapFixedInterval),
start3=PostingsFormat(name=Asserting), gram4=PostingsFormat(name=Asserting),
start2=PostingsFormat(name=MockRandom), word=PostingsFormat(name=MockRandom),
timestamp=PostingsFormat(name=MockRandom),
start4=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Lucene54),
timestamp=DocValuesFormat(name=Lucene54)},
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=nl_AW,
timezone=Africa/Casablanca
[junit4] 2> NOTE: Linux 3.19.0-31-generic i386/Oracle Corporation 1.9.0-ea
(32-bit)/cpus=12,threads=1,free=164064888,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter,
ZkNodePropsTest, TestExtendedDismaxParser, TestPHPSerializedResponseWriter,
TestShortCircuitedRequests, TestFuzzyAnalyzedSuggestions, HdfsDirectoryTest,
TestSmileRequest, SolrTestCaseJ4Test, TestSolrConfigHandlerConcurrent,
HLLSerializationTest, SearchHandlerTest, TestSweetSpotSimilarityFactory,
XmlUpdateRequestHandlerTest, SimpleCollectionCreateDeleteTest,
BadIndexSchemaTest, TestReloadDeadlock, CleanupOldIndexTest,
FieldMutatingUpdateProcessorTest, TestMaxScoreQueryParser,
TestFreeTextSuggestions, TestStressReorder, TestSolrDeletionPolicy1,
DistributedExpandComponentTest, TestSystemIdResolver, TestConfigSetsAPI,
TestManagedSchema, TestSolrIndexConfig, TestSolrQueryParser,
RegexBoostProcessorTest, TestReplicationHandlerBackup,
DistributedFacetPivotLongTailTest, DirectSolrConnectionTest, TestInitQParser,
SolrCoreCheckLockOnStartupTest, QueryParsingTest, TestPerFieldSimilarity,
AutoCommitTest, DistributedQueueTest, CoreAdminHandlerTest, TestMissingGroups,
TestFastLRUCache, DistribDocExpirationUpdateProcessorTest, StatsComponentTest,
RequestHandlersTest, RecoveryZkTest, VersionInfoTest, NoCacheHeaderTest,
HardAutoCommitTest, StressHdfsTest, TestCSVResponseWriter, SuggesterTSTTest,
TestStressRecovery, ShowFileRequestHandlerTest, DeleteShardTest,
TestCopyFieldCollectionResource, TestReload, HdfsUnloadDistributedZkTest,
CollectionsAPIAsyncDistributedZkTest, TestSimpleTrackingShardHandler,
UpdateParamsTest, StatelessScriptUpdateProcessorFactoryTest, SparseHLLTest,
DeleteInactiveReplicaTest, DocValuesMultiTest, TestUniqueKeyFieldResource,
DocValuesMissingTest, DirectUpdateHandlerTest, ZkStateReaderTest, TestLRUCache,
TestIndexSearcher, SuggesterWFSTTest, OutOfBoxZkACLAndCredentialsProvidersTest,
TestHdfsUpdateLog, TestReloadAndDeleteDocs, DistributedVersionInfoTest,
TestCollationField, TestReqParamsAPI, SSLMigrationTest,
LeaderFailoverAfterPartitionTest, TestAuthenticationFramework,
HighlighterConfigTest, TestOrdValues, TestDefaultSearchFieldResource,
TestSchemaVersionResource, DistributedFacetPivotSmallAdvancedTest,
PrimitiveFieldTypeTest, FieldAnalysisRequestHandlerTest,
TestRemoveLastDynamicCopyField, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest,
LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestZkChroot,
TestFaceting, TestRecovery, SimpleFacetsTest, TestSolr4Spatial,
TestGroupingSearch, TestSort, CurrencyFieldOpenExchangeTest,
SimplePostToolTest, SpellCheckCollatorTest]
[junit4] Completed [311/543] on J2 in 3.18s, 9 tests, 1 error <<< FAILURES!
[...truncated 715 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:785: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:729: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:526: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1452: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1006:
There were test failures: 543 suites (7 ignored), 2147 tests, 1 error, 75
ignored (37 assumptions) [seed: 6EF26D526516A41B]
Total time: 68 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]