Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13027/
Java: 32bit/jdk1.8.0_60-ea-b12 -server -XX:+UseG1GC
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([FC23EA701D0ADE64:CD985445B835CEB4]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
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:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
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:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
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:365)
at java.lang.Thread.run(Thread.java:745)
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">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</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:763)
... 41 more
Build Log:
[...truncated 9892 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001
[junit4] 2> 317252 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 317252 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 317252 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 317253 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 317253 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 317266 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 317269 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 317275 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
[junit4] 2> 317275 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 317279 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 317345 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 317349 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 317350 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 317353 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 317353 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 317354 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 317355 WARN
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 317355 WARN
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 317355 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 317355 WARN
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 317355 WARN
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 317355 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 317355 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 317355 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
[junit4] 2> 317362 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 27685974
[junit4] 2> 317362 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
[junit4] 2> 317362 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 317363 WARN
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib).
[junit4] 2> 317366 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-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> 317368 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 317368 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 317368 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 317369 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 317369 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1,
config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml,
loadOnStartup=true, instanceDir=collection1, collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001,
shard=shard1}
[junit4] 2> 317369 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 317370 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 317370 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 317380 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 317384 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 317390 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
[junit4] 2> 317390 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 317394 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 317449 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 317453 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 317454 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 317457 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 317459 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 317460 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 317461 WARN (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 317461 WARN (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 317461 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 317461 WARN (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 317461 WARN (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 317461 INFO (coreLoadExecutor-1141-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 317461 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 317461 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[null]
[junit4] 2> 317462 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 317462 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001
[junit4] 2> 317462 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/index/
[junit4] 2> 317462 WARN (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 317463 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/index
[junit4] 2> 317463 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=84.615234375,
floorSegmentMB=0.7265625, forceMergeDeletesPctAllowed=3.896799567766427,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3834678097150378
[junit4] 2> 317463 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@6cf418
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2616aa),segFN=segments_1,generation=1}
[junit4] 2> 317463 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 317464 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-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/
[junit4] 2> 317465 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 317467 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 317468 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 317469 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 317469 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 317470 INFO (coreLoadExecutor-1141-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> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=47.5283203125,
floorSegmentMB=0.9765625, forceMergeDeletesPctAllowed=7.609631878182885,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2702461278119495
[junit4] 2> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@6cf418
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2616aa),segFN=segments_1,generation=1}
[junit4] 2> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 317471 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1c66c4a[collection1]
main
[junit4] 2> 317472 WARN (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 317472 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 317472 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 317472 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 317472 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 317504 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 317523 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 317523 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 317523 INFO (coreLoadExecutor-1141-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> 317558 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 317558 INFO (coreLoadExecutor-1141-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> 317558 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 317576 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 317619 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 317645 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 317645 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 317645 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 317645 INFO (coreLoadExecutor-1141-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 317645 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 317645 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 317645 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 317646 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 317646 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 317647 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 317647 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 317647 INFO
(searcherExecutor-1142-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1c66c4a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 317647 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[0]} 0 1
[junit4] 2> 317652 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[1]} 0 3
[junit4] 2> 317653 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[2]} 0 0
[junit4] 2> 317656 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[3]} 0 2
[junit4] 2> 317657 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[4]} 0 1
[junit4] 2> 317659 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[5]} 0 2
[junit4] 2> 317660 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[6]} 0 0
[junit4] 2> 317662 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[7]} 0 2
[junit4] 2> 317663 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[8]} 0 0
[junit4] 2> 317666 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[9]} 0 3
[junit4] 2> 317667 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[10]} 0 1
[junit4] 2> 317669 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[11]} 0 2
[junit4] 2> 317670 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[12]} 0 1
[junit4] 2> 317673 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[13]} 0 3
[junit4] 2> 317673 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[14]} 0 0
[junit4] 2> 317676 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[15]} 0 2
[junit4] 2> 317677 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[16]} 0 1
[junit4] 2> 317677 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 317690 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@6cf418
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2616aa),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@6cf418
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2616aa),segFN=segments_2,generation=2}
[junit4] 2> 317690 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 317691 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@cf74fe[collection1] main
[junit4] 2> 317691 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 317691 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 317763 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 317852 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 317874 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 317874 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 317964 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 318032 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 318110 INFO (searcherExecutor-1142-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@cf74fe[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C2)
Uninverting(_1(6.0.0):C2) Uninverting(_2(6.0.0):C2) Uninverting(_3(6.0.0):C2)
Uninverting(_4(6.0.0):C2) Uninverting(_5(6.0.0):C2) Uninverting(_6(6.0.0):C2)
Uninverting(_7(6.0.0):C2) Uninverting(_8(6.0.0):C1)))}
[junit4] 2> 318110 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 433
[junit4] 2> 318112 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 318211 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 318212 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 318306 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 318308 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[FC23EA701D0ADE64])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 318393 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[FC23EA701D0ADE64])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 318396 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 318426 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[FC23EA701D0ADE64]) [
] 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=30
[junit4] 2> 318439 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[FC23EA701D0ADE64]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=13
[junit4] 2> 318440 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 318442 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[FC23EA701D0ADE64]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 318522 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[FC23EA701D0ADE64]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 318525 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 318626 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 318630 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 318817 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 318819 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 318831 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] 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=12
[junit4] 2> 318840 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] 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=7
[junit4] 2> 318843 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] 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=1
[junit4] 2> 318937 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] 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=93
[junit4] 2> 318940 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] 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=2
[junit4] 2> 318942 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=1
[junit4] 2> 318942 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[FC23EA701D0ADE64])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 318944 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 318947 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318951 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 318954 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 318957 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 318960 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 318962 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318966 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318969 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318972 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318975 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=16}
hits=0 status=0 QTime=2
[junit4] 2> 318977 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318980 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318983 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 318985 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318988 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=6}
hits=0 status=0 QTime=2
[junit4] 2> 318992 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=16}
hits=0 status=0 QTime=3
[junit4] 2> 318996 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 318999 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319001 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319004 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319006 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=1
[junit4] 2> 319009 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=6}
hits=0 status=0 QTime=2
[junit4] 2> 319012 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319015 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319018 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 319021 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=6}
hits=0 status=0 QTime=3
[junit4] 2> 319023 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=2
[junit4] 2> 319026 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319029 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319031 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319034 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319037 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 319040 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=16}
hits=0 status=0 QTime=3
[junit4] 2> 319044 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=16}
hits=0 status=0 QTime=3
[junit4] 2> 319047 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319051 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 319054 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 319057 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=3
[junit4] 2> 319059 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319062 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319066 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=4
[junit4] 2> 319070 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=6}
hits=0 status=0 QTime=3
[junit4] 2> 319074 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=4
[junit4] 2> 319077 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319079 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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> 319084 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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=4
[junit4] 2> 319084 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</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> 319085 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] 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">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</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:763)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
[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:497)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
[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:365)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
[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:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 319086 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[FC23EA701D0ADE64]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=FC23EA701D0ADE64 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=es_US -Dtests.timezone=America/Montevideo -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.15s J2 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([FC23EA701D0ADE64:CD985445B835CEB4]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[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">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</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:763)
[junit4] > ... 41 more
[junit4] 2> 319089 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 319089 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=27685974
[junit4] 2> 319090 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1282e07
[junit4] 2> 319090 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-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> 319090 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 319090 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 319090 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 319091 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 319092 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 319092 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/index;done=false>>]
[junit4] 2> 319092 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001/index
[junit4] 2> 319120 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001;done=false>>]
[junit4] 2> 319120 INFO
(SUITE-SpellCheckCollatorTest-seed#[FC23EA701D0ADE64]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest_FC23EA701D0ADE64-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{start1=PostingsFormat(name=Direct),
range_facet_l_dv=PostingsFormat(name=Direct),
lowerfilt1=PostingsFormat(name=MockRandom),
multiDefault=PostingsFormat(name=Memory doPackFST= true),
teststop=PostingsFormat(name=Memory doPackFST= true),
intDefault=PostingsFormat(name=Asserting),
range_facet_l=PostingsFormat(name=Memory doPackFST= true),
lowerfilt1and2=PostingsFormat(name=Memory doPackFST= true),
end4=PostingsFormat(name=MockRandom), end3=PostingsFormat(name=Asserting),
end2=PostingsFormat(name=Direct), end1=PostingsFormat(name=Memory doPackFST=
true), lowerfilt=PostingsFormat(name=Memory doPackFST= true),
gram1=PostingsFormat(name=Memory doPackFST= true),
id=PostingsFormat(name=Direct), range_facet_i_dv=PostingsFormat(name=Memory
doPackFST= true), gram2=PostingsFormat(name=Direct),
gram3=PostingsFormat(name=Asserting), start3=PostingsFormat(name=MockRandom),
gram4=PostingsFormat(name=MockRandom), start2=PostingsFormat(name=Memory
doPackFST= true), word=PostingsFormat(name=Memory doPackFST= true),
timestamp=PostingsFormat(name=Memory doPackFST= true),
start4=PostingsFormat(name=Asserting)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Lucene50),
timestamp=DocValuesFormat(name=Lucene50)},
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_US,
timezone=America/Montevideo
[junit4] 2> NOTE: Linux 3.13.0-53-generic i386/Oracle Corporation
1.8.0_60-ea (32-bit)/cpus=12,threads=1,free=252689560,total=520093696
[junit4] 2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest,
QueryResultKeyTest, DirectSolrSpellCheckerTest, TestShardHandlerFactory,
BJQParserTest, CoreMergeIndexesAdminHandlerTest,
PreAnalyzedUpdateProcessorTest, SuggesterTest, SOLR749Test, OutputWriterTest,
SampleTest, TestCSVResponseWriter, HardAutoCommitTest, MoreLikeThisHandlerTest,
SoftAutoCommitTest, EnumFieldTest, TestExceedMaxTermLength, TestXIncludeConfig,
FacetPivotSmallTest, TestEmbeddedSolrServerConstructors, TestRecovery,
TestSchemaSimilarityResource, ConcurrentDeleteAndCreateCollectionTest,
BasicDistributedZk2Test, SharedFSAutoReplicaFailoverUtilsTest, OverseerTest,
SaslZkACLProviderTest, PolyFieldTest, TestInitQParser,
ResponseLogComponentTest, DistributedFacetPivotLargeTest,
XmlUpdateRequestHandlerTest, AutoCommitTest, TestCloudPivotFacet,
CachingDirectoryFactoryTest, TestReload, CoreAdminCreateDiscoverTest,
TestDocBasedVersionConstraints, HdfsThreadLeakTest, LoggingHandlerTest,
TestDynamicFieldResource, SpellCheckCollatorTest]
[junit4] Completed [144/507] on J2 in 1.88s, 9 tests, 1 error <<< FAILURES!
[...truncated 1121 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:230: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1426:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:981:
There were test failures: 507 suites, 2004 tests, 1 error, 59 ignored (25
assumptions)
Total time: 50 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
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]