Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/486/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -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([D55C79F758DD183F:E4E7C7C2FDE208EF]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:813)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><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:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
... 41 more
Build Log:
[...truncated 11777 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.spelling.SpellCheckCollatorTest_D55C79F758DD183F-001\init-core-data-001
[junit4] 2> 1565302 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1565303 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1565304 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1565371 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1565388 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1565463 WARN
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 1565481 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1565516 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1565523 INFO (coreLoadExecutor-6573-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1565560 INFO (coreLoadExecutor-6573-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1565576 INFO (coreLoadExecutor-6573-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1565652 WARN (coreLoadExecutor-6573-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1565654 INFO (coreLoadExecutor-6573-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1565677 INFO (coreLoadExecutor-6573-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 1565678 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.spelling.SpellCheckCollatorTest_D55C79F758DD183F-001\init-core-data-001\]
[junit4] 2> 1565678 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=91.50390625,
floorSegmentMB=0.740234375, forceMergeDeletesPctAllowed=3.8363843969200584,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1565721 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1565721 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1565721 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1565723 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@57ba0784[collection1] main]
[junit4] 2> 1565723 WARN (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 1565726 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1565733 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 1565739 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 1565739 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 1565739 INFO (coreLoadExecutor-6573-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> 1565753 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 1565754 INFO (coreLoadExecutor-6573-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> 1565755 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 1565800 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 1565826 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 1565835 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 1565836 INFO (coreLoadExecutor-6573-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1565836 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1565837 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 1565837 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1565837 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 1565837 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1565837 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 1565838 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 1565838 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1565838 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1565838 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1565839 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1565839 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 1
[junit4] 2> 1565839 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1565840 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1565840 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1565840 INFO
(searcherExecutor-6574-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@57ba0784[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1565844 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 3
[junit4] 2> 1565845 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1565851 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 6
[junit4] 2> 1565856 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 3
[junit4] 2> 1565861 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 4
[junit4] 2> 1565862 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 1565864 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 1
[junit4] 2> 1565865 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 1565869 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 3
[junit4] 2> 1565870 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10]} 0 0
[junit4] 2> 1565873 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11]} 0 3
[junit4] 2> 1565874 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12]} 0 0
[junit4] 2> 1565877 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13]} 0 3
[junit4] 2> 1565878 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[14]} 0 0
[junit4] 2> 1565881 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[15]} 0 2
[junit4] 2> 1565881 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[16]} 0 0
[junit4] 2> 1565881 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1565881 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b111275
[junit4] 2> 1565891 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6cff4ded[collection1] main]
[junit4] 2> 1565891 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 1565893 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1565932 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 1565980 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 1565989 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 1565990 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 1566028 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 1566289 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 1566335 INFO (searcherExecutor-6574-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6cff4ded[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.3.0):c2)
Uninverting(_1(6.3.0):c2) Uninverting(_2(6.3.0):c2) Uninverting(_3(6.3.0):c2)
Uninverting(_4(6.3.0):c2) Uninverting(_5(6.3.0):c2) Uninverting(_6(6.3.0):c2)
Uninverting(_7(6.3.0):c2) Uninverting(_8(6.3.0):c1)))}
[junit4] 2> 1566335 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 453
[junit4] 2> 1566338 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 1566422 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 1566425 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[D55C79F758DD183F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 1566491 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[D55C79F758DD183F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 1566494 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[D55C79F758DD183F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 1566532 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[D55C79F758DD183F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] 2> 1566534 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[D55C79F758DD183F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
[junit4] 1> id:[1 TO 10] AND lowerfilt:love
[junit4] 2> 1566588 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[D55C79F758DD183F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
[junit4] 2> 1566592 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 1566866 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 1566868 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 1566919 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 1566924 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 1566930 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] 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> 1566936 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] 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> 1566938 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] 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> 1566985 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] 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=46
[junit4] 2> 1566988 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] 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> 1566990 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] 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> 1566990 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[D55C79F758DD183F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 1566993 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 1567039 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 1567043 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 1567051 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=7
[junit4] 2> 1567058 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[D55C79F758DD183F]) [
] 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=6
[junit4] 2> 1567059 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 1567062 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[D55C79F758DD183F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 1567112 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[D55C79F758DD183F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 1567115 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 1567120 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia}
hits=0 status=0 QTime=4
[junit4] 2> 1567123 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=2
[junit4] 2> 1567131 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=6
[junit4] 2> 1567134 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=2
[junit4] 2> 1567137 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=3
[junit4] 2> 1567141 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=2
[junit4] 2> 1567144 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=2
[junit4] 2> 1567147 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1567149 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=2
[junit4] 2> 1567152 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1567156 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=1
[junit4] 2> 1567158 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=1
[junit4] 2> 1567160 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=1
[junit4] 2> 1567163 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1567167 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 1567169 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=1
[junit4] 2> 1567171 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=1
[junit4] 2> 1567173 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=1
[junit4] 2> 1567176 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1567180 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=2
[junit4] 2> 1567180 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] 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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><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:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 1567181 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><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:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
[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:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:880)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1567181 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[D55C79F758DD183F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=D55C79F758DD183F -Dtests.slow=true -Dtests.locale=en-AU
-Dtests.timezone=Australia/South -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.07s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([D55C79F758DD183F:E4E7C7C2FDE208EF]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:813)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
[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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><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:everother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
[junit4] > ... 41 more
[junit4] 2> 1567184 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1567184 INFO
(SUITE-SpellCheckCollatorTest-seed#[D55C79F758DD183F]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1498506359
[junit4] 2> 1567185 INFO (coreCloseExecutor-6578-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@32877170
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.spelling.SpellCheckCollatorTest_D55C79F758DD183F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{start1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
range_facet_l_dv=Lucene50(blocksize=128),
lowerfilt1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
multiDefault=PostingsFormat(name=Asserting),
teststop=PostingsFormat(name=Asserting), intDefault=FST50, range_facet_l=FST50,
lowerfilt1and2=PostingsFormat(name=Asserting),
end4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
end3=PostingsFormat(name=Asserting), end2=Lucene50(blocksize=128), end1=FST50,
lowerfilt=PostingsFormat(name=Asserting), gram1=FST50,
id=Lucene50(blocksize=128), range_facet_i_dv=FST50,
gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Asserting),
start3=Lucene50(blocksize=128),
gram4=PostingsFormat(name=LuceneVarGapDocFreqInterval),
start2=PostingsFormat(name=Asserting), word=FST50, timestamp=FST50,
start4=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Lucene54),
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1744,
maxMBSortInHeap=6.209570788535512, sim=ClassicSimilarity, locale=en-AU,
timezone=Australia/South
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=165859720,total=440483840
[junit4] 2> NOTE: All tests run in this JVM: [TestSolrQueryParser,
DeleteStatusTest, TestConfigReload, FullSolrCloudDistribCmdsTest,
MBeansHandlerTest, DistributedFacetPivotLargeTest, TestNamedUpdateProcessors,
TestQueryUtils, TestDocBasedVersionConstraints, TestFileDictionaryLookup,
TestPHPSerializedResponseWriter, TestJmxMonitoredMap,
BinaryUpdateRequestHandlerTest, AsyncCallRequestStatusResponseTest,
FacetPivotSmallTest, HdfsBasicDistributedZkTest, IndexSchemaTest,
TestDynamicFieldCollectionResource, FullHLLTest, TestCollectionAPI, TestConfig,
TestRecovery, SolrXmlInZkTest, DistributedIntervalFacetingTest,
TestValueSourceCache, VMParamsZkACLAndCredentialsProvidersTest,
TestPivotHelperCode, ResponseHeaderTest, TestLeaderElectionZkExpiry,
MergeStrategyTest, TestDistribIDF, TestBackupRepositoryFactory, UUIDFieldTest,
TestConfigSetsAPIExclusivity, TestLMJelinekMercerSimilarityFactory,
CachingDirectoryFactoryTest, SuggesterWFSTTest,
ConcurrentDeleteAndCreateCollectionTest, StatsComponentTest,
DistributedTermsComponentTest, TestSchemaSimilarityResource, CdcrUpdateLogTest,
TestHdfsUpdateLog, TestSolrCloudWithDelegationTokens,
TestRandomCollapseQParserPlugin, HighlighterConfigTest, TestQueryTypes,
SpatialRPTFieldTypeTest, BigEndianAscendingWordDeserializerTest,
TestCloudPivotFacet, TestRandomRequestDistribution, TestSimpleQParserPlugin,
TestSimpleTrackingShardHandler, SpellingQueryConverterTest,
DistanceFunctionTest, TestClusterStateMutator, BlobRepositoryCloudTest,
URLClassifyProcessorTest, TestDFISimilarityFactory, NotRequiredUniqueKeyTest,
SpellPossibilityIteratorTest, TestOverriddenPrefixQueryForCustomFieldType,
TestRealTimeGet, CurrencyFieldOpenExchangeTest, TestDistributedGrouping,
CustomCollectionTest, TestManagedSchema, TestCloudManagedSchema,
TestSolr4Spatial2, TestGraphMLResponseWriter,
HdfsTlogReplayBufferedWhileIndexingTest, TestManagedStopFilterFactory,
SharedFSAutoReplicaFailoverUtilsTest, BasicAuthIntegrationTest,
ZkStateWriterTest, TestFoldingMultitermQuery, TestCrossCoreJoin,
DistributedFacetPivotSmallAdvancedTest, TestDFRSimilarityFactory,
ParsingFieldUpdateProcessorsTest, TestIntervalFaceting, ConnectionReuseTest,
NoCacheHeaderTest, EchoParamsTest, SliceStateTest, TestGraphTermsQParserPlugin,
BlockDirectoryTest, CheckHdfsIndexTest, TestNumericTerms64, ZkSolrClientTest,
TestCryptoKeys, UpdateParamsTest, ChangedSchemaMergeTest, TestSchemaManager,
TestTrieFacet, ResourceLoaderTest, CoreAdminCreateDiscoverTest,
UpdateRequestProcessorFactoryTest, BlockJoinFacetSimpleTest,
TestRequestStatusCollectionAPI, DistributedQueryComponentOptimizationTest,
TestSubQueryTransformer, TestExactStatsCache, BasicFunctionalityTest,
PreAnalyzedFieldTest, DefaultValueUpdateProcessorTest,
TestOnReconnectListenerSupport, SmileWriterTest, TestQuerySenderNoQuery,
SolrCLIZkUtilsTest, LeaderInitiatedRecoveryOnCommitTest,
TestReRankQParserPlugin, MigrateRouteKeyTest, TestLuceneMatchVersion,
CloudExitableDirectoryReaderTest, TestDistributedMissingSort,
HdfsDirectoryTest, TermVectorComponentTest, TestUtils, TestFieldSortValues,
CoreMergeIndexesAdminHandlerTest, TestScoreJoinQPNoScore,
CSVRequestHandlerTest, CacheHeaderTest, TestXmlQParserPlugin,
MinimalSchemaTest, AnalyticsQueryTest, RegexBoostProcessorTest,
TestPerFieldSimilarityClassic, OverseerTaskQueueTest, TestCodecSupport,
LeaderElectionIntegrationTest, TestOmitPositions, TestFieldCacheVsDocValues,
TestRangeQuery, TestFastWriter, AddSchemaFieldsUpdateProcessorFactoryTest,
TestInitQParser, CollectionStateFormat2Test, TestZkChroot,
TestAtomicUpdateErrorCases, TestJsonRequest,
DistribDocExpirationUpdateProcessorTest, HdfsDirectoryFactoryTest,
RecoveryAfterSoftCommitTest, ChaosMonkeySafeLeaderTest,
DeleteLastCustomShardedReplicaTest, TestReloadAndDeleteDocs,
TestReversedWildcardFilterFactory, TestAuthorizationFramework, BitVectorTest,
StatsReloadRaceTest, TestSearchPerf, TestLegacyFieldCache,
SignatureUpdateProcessorFactoryTest, CollectionsAPIDistributedZkTest,
TestRandomFaceting, ShardRoutingCustomTest, TestDistributedSearch,
TestCoreContainer, SolrCoreTest, SolrCmdDistributorTest, BadIndexSchemaTest,
TestFiltering, DirectUpdateHandlerTest, TestIndexSearcher,
DistributedQueryElevationComponentTest, SpellCheckCollatorTest]
[junit4] Completed [360/637 (1!)] on J1 in 1.92s, 11 tests, 1 error <<<
FAILURES!
[...truncated 61224 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]