Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/469/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.spelling.suggest.SuggesterWFSTTest.testRebuild
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([5246FF0F6360F13E:9635D4C57608BA4]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:813)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
at
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>
request
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
... 41 more
Build Log:
[...truncated 11782 lines...]
[junit4] Suite: org.apache.solr.spelling.suggest.SuggesterWFSTTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001
[junit4] 2> 1517442 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-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> 1517443 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1517443 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1517468 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1517479 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=Solr SpellCheck Test
[junit4] 2> 1517482 WARN
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 1517482 WARN
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.s.IndexSchema [null] query parser default operator is OR. WARNING:
Deprecated, please use 'q.op' on request instead.
[junit4] 2> 1517482 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema Solr SpellCheck Test/1.1 with uniqueid field
id
[junit4] 2> 1517485 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1517487 INFO (coreLoadExecutor-8265-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1517516 INFO (coreLoadExecutor-8265-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1517528 INFO (coreLoadExecutor-8265-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=Solr SpellCheck Test
[junit4] 2> 1517532 WARN (coreLoadExecutor-8265-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> 1517532 WARN (coreLoadExecutor-8265-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING:
Deprecated, please use 'q.op' on request instead.
[junit4] 2> 1517532 INFO (coreLoadExecutor-8265-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema Solr SpellCheck Test/1.1 with uniqueid field
id
[junit4] 2> 1517537 INFO (coreLoadExecutor-8265-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1517537 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/]
[junit4] 2> 1517539 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=33.419921875,
floorSegmentMB=1.564453125, forceMergeDeletesPctAllowed=4.795920835526139,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2294259732375463
[junit4] 2> 1517552 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1517553 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1517553 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=51.3515625,
floorSegmentMB=2.0107421875, forceMergeDeletesPctAllowed=13.498026213962444,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1517554 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ae3049[collection1]
main]
[junit4] 2> 1517554 WARN (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1517554 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517554 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1517554 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.s.s.j.JaspellLookupFactory init:
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1517554 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_tst
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_fst
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517555 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
[junit4] 2> 1517556 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_wfst
[junit4] 2> 1517556 INFO (coreLoadExecutor-8265-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1517557 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1517558 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
[junit4] 2> 1517560 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRebuild
[junit4] 2> 1517568 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1517569 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1517569 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1517569 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1517569 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@c4e76c3
[junit4] 2> 1517575 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517575 ERROR
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest/jaspell.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517577 WARN
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping
onDeckSearchers=2
[junit4] 2> 1517578 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
[junit4] 2> 1517579 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7f5fde56[collection1] main]
[junit4] 2> 1517579 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1517579 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517579 ERROR
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_tst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_tst/tst.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517579 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
[junit4] 2> 1517580 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517580 ERROR
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_fst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_fst/fst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517580 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
[junit4] 2> 1517580 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517580 ERROR
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_wfst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_wfst/wfst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517580 INFO
(searcherExecutor-8266-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1ae3049[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1517580 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
[junit4] 2> 1517580 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517581 ERROR (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest/jaspell.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517581 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
[junit4] 2> 1517581 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517581 ERROR (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_tst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_tst/tst.dat
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517581 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
[junit4] 2> 1517581 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517581 ERROR (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_fst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_fst/fst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517581 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
[junit4] 2> 1517581 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517581 ERROR (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for
spellchecker: suggest_wfst
[junit4] 2> java.io.FileNotFoundException:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_wfst/wfst.bin
(No such file or directory)
[junit4] 2> at java.io.FileInputStream.open0(Native Method)
[junit4] 2> at
java.io.FileInputStream.open(FileInputStream.java:195)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:138)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:1986)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1517582 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7f5fde56[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.3.0):c3)))}
[junit4] 2> 1517582 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 12
[junit4] 2> 1517582 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
status=0 QTime=0
[junit4] 2> 1517582 ERROR
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[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">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
[junit4] 2> 1517583 ERROR
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[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">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
[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.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
[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:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[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:811)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[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> 1517583 INFO
(TEST-SuggesterWFSTTest.testRebuild-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRebuild
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SuggesterWFSTTest
-Dtests.method=testRebuild -Dtests.seed=5246FF0F6360F13E -Dtests.slow=true
-Dtests.locale=es-DO -Dtests.timezone=Canada/East-Saskatchewan
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.03s J1 | SuggesterWFSTTest.testRebuild <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([5246FF0F6360F13E:9635D4C57608BA4]: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.suggest.SuggesterTest.testRebuild(SuggesterTest.java:104)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[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">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
[junit4] > </response>
[junit4] > request
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:806)
[junit4] > ... 41 more
[junit4] 2> 1517588 INFO
(TEST-SuggesterWFSTTest.testAnalyzer-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testAnalyzer
[junit4] 2> 1517588 INFO
(TEST-SuggesterWFSTTest.testAnalyzer-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.s.Suggester init:
{field=test_field,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookupFactory}
[junit4] 2> 1517588 INFO
(TEST-SuggesterWFSTTest.testAnalyzer-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testAnalyzer
[junit4] 2> 1517590 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReload
[junit4] 2> 1517590 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1517591 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1517591 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1517591 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1517591 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@c4e76c3
[junit4] 2> 1517599 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@22aa0e7e[collection1] main]
[junit4] 2> 1517599 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1517599 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
[junit4] 2> 1517599 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517602 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest/jaspell.dat
[junit4] 2> 1517603 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_tst
[junit4] 2> 1517603 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517607 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_tst/tst.dat
[junit4] 2> 1517607 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_fst
[junit4] 2> 1517607 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517609 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_fst/fst.bin
[junit4] 2> 1517609 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_wfst
[junit4] 2> 1517609 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517611 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_wfst/wfst.bin
[junit4] 2> 1517611 INFO (searcherExecutor-8266-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@22aa0e7e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.3.0):c3)))}
[junit4] 2> 1517611 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 20
[junit4] 2> 1517611 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1517611 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=743089108
[junit4] 2> 1517612 INFO (coreCloseExecutor-8270-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@60b28ad8
[junit4] 2> 1517617 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1517618 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1517644 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1517654 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1517753 WARN
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 1517755 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1517762 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1517764 INFO (coreLoadExecutor-8277-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1517782 INFO (coreLoadExecutor-8277-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1517791 INFO (coreLoadExecutor-8277-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1517848 WARN (coreLoadExecutor-8277-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> 1517849 INFO (coreLoadExecutor-8277-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1517855 INFO (coreLoadExecutor-8277-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1517855 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/]
[junit4] 2> 1517864 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1517864 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1517865 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=33.419921875,
floorSegmentMB=1.564453125, forceMergeDeletesPctAllowed=4.795920835526139,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2294259732375463
[junit4] 2> 1517874 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@45b76f3e[collection1] main]
[junit4] 2> 1517874 WARN (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1517874 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517874 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1517874 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.s.s.j.JaspellLookupFactory init:
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1517876 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest
[junit4] 2> 1517876 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517876 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
[junit4] 2> 1517878 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_tst
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_fst
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.s.s.Suggester init:
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: suggest_wfst
[junit4] 2> 1517879 INFO (coreLoadExecutor-8277-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1517880 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
[junit4] 2> 1517880 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517881 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1517882 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
[junit4] 2> 1517882 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517884 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
[junit4] 2> 1517884 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517885 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
[junit4] 2> 1517885 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.s.s.Suggester reload()
[junit4] 2> 1517886 INFO
(searcherExecutor-8278-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@45b76f3e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.3.0):c3)))}
[junit4] 2> 1517888 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
status=0 QTime=7
[junit4] 2> 1517889 INFO
(TEST-SuggesterWFSTTest.testReload-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReload
[junit4] 2> 1517892 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSuggestions
[junit4] 2> 1517893 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 1
[junit4] 2> 1517893 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1517893 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1517894 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1517894 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@289a6bf0
[junit4] 2> 1517911 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3caeb509[collection1] main]
[junit4] 2> 1517912 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1517912 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
[junit4] 2> 1517912 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517915 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest/jaspell.dat
[junit4] 2> 1517915 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_tst
[junit4] 2> 1517915 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517922 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_tst/tst.dat
[junit4] 2> 1517922 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_fst
[junit4] 2> 1517922 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517926 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_fst/fst.bin
[junit4] 2> 1517926 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
suggest_wfst
[junit4] 2> 1517926 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester build()
[junit4] 2> 1517927 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.s.s.Suggester Stored suggest data to:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001/init-core-data-001/suggest_wfst/wfst.bin
[junit4] 2> 1517928 INFO (searcherExecutor-8278-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3caeb509[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.3.0):c3)
Uninverting(_2(6.3.0):c3)))}
[junit4] 2> 1517928 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 34
[junit4] 2> 1517928 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
status=0 QTime=0
[junit4] 2> 1517929 INFO
(TEST-SuggesterWFSTTest.testSuggestions-seed#[5246FF0F6360F13E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSuggestions
[junit4] 2> 1517929 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1517929 INFO
(SUITE-SuggesterWFSTTest-seed#[5246FF0F6360F13E]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1059044047
[junit4] 2> 1517930 INFO (coreCloseExecutor-8282-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2534935
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_5246FF0F6360F13E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-DO,
timezone=Canada/East-Saskatchewan
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=128171832,total=501219328
[junit4] 2> NOTE: All tests run in this JVM: [URLClassifyProcessorTest,
TestNumericTerms64, TermVectorComponentTest, CdcrVersionReplicationTest,
CoreAdminCreateDiscoverTest, SolrInfoMBeanTest, FullSolrCloudDistribCmdsTest,
OverriddenZkACLAndCredentialsProvidersTest, RollingRestartTest,
TestMergePolicyConfig, TestStressLiveNodes, TestTrie,
SolrCoreCheckLockOnStartupTest, CoreAdminHandlerTest, TestJsonFacetRefinement,
SpellingQueryConverterTest, DistributedIntervalFacetingTest, UtilsToolTest,
TestCrossCoreJoin, TestReload, TestRuleBasedAuthorizationPlugin,
CollectionReloadTest, TestExactStatsCache, TestCloudManagedSchema,
ScriptEngineTest, LeaderInitiatedRecoveryOnShardRestartTest,
TestDFISimilarityFactory, HdfsDirectoryTest, TestFiltering,
PreAnalyzedFieldTest, SliceStateTest, TestSolrCoreProperties,
MinimalSchemaTest, CollectionsAPIDistributedZkTest, SimpleMLTQParserTest,
TestMacros, UpdateParamsTest, TestRequestForwarding,
DistributedFacetPivotWhiteBoxTest, TestSolrQueryParser, TestIntervalFaceting,
TestSubQueryTransformerDistrib, TestBlobHandler, FileBasedSpellCheckerTest,
CdcrUpdateLogTest, CoreSorterTest, TestReqParamsAPI,
TestManagedResourceStorage, SparseHLLTest, CdcrReplicationHandlerTest,
UUIDFieldTest, TestReversedWildcardFilterFactory, RequestHandlersTest,
SolrIndexSplitterTest, TestFieldCacheSort, TestSolrDeletionPolicy2,
TestLocalFSCloudBackupRestore, TestSortingResponseWriter, TestCoreDiscovery,
FieldMutatingUpdateProcessorTest, TestDownShardTolerantSearch,
BadCopyFieldTest, HdfsRecoverLeaseTest, JavabinLoaderTest, TestCustomStream,
SpellCheckComponentTest, TestQueryWrapperFilter, OverseerModifyCollectionTest,
TestFoldingMultitermQuery, TestCryptoKeys, DistanceFunctionTest,
TestRangeQuery, TestSearcherReuse, ReturnFieldsTest,
HdfsRestartWhileUpdatingTest, CSVRequestHandlerTest, RankQueryTest,
TestRecoveryHdfs, TestRealTimeGet, CursorMarkTest, LukeRequestHandlerTest,
SortByFunctionTest, NotRequiredUniqueKeyTest, TestSolr4Spatial,
TestSSLRandomization, TestManagedSchemaThreadSafety, TestStressUserVersions,
TestSimpleTrackingShardHandler, TestUseDocValuesAsStored, MultiThreadedOCPTest,
AutoCommitTest, TestInitParams, TestCloudPseudoReturnFields,
TestIndexingPerformance, TestMinMaxOnMultiValuedField, TestBadConfig,
TestJmxMonitoredMap, TestAnalyzeInfixSuggestions, TestNoOpRegenerator,
SolrCmdDistributorTest, SpatialRPTFieldTypeTest, TestAuthenticationFramework,
StatsComponentTest, AsyncCallRequestStatusResponseTest, TestSolrXml,
ExplicitHLLTest, SecurityConfHandlerTest, CircularListTest, TestOmitPositions,
TestRecovery, RegexBoostProcessorTest, TestTolerantUpdateProcessorRandomCloud,
MBeansHandlerTest, VersionInfoTest, ChangedSchemaMergeTest,
UpdateRequestProcessorFactoryTest, HdfsUnloadDistributedZkTest,
TestCustomDocTransformer, BadIndexSchemaTest, FacetPivotSmallTest,
CheckHdfsIndexTest, TestQueryTypes, TestFastWriter, StatsReloadRaceTest,
TestFileDictionaryLookup, HdfsThreadLeakTest, HttpPartitionTest,
CleanupOldIndexTest, TestObjectReleaseTracker,
SignatureUpdateProcessorFactoryTest, TestFilteredDocIdSet,
DistribJoinFromCollectionTest, TestDocSet, TestIndexSearcher,
CreateCollectionCleanupTest, FieldAnalysisRequestHandlerTest, TestCustomSort,
TestDocTermOrds, CopyFieldTest, TestCollectionAPI, TestSmileRequest,
TestDFRSimilarityFactory, TestValueSourceCache,
UUIDUpdateProcessorFallbackTest, TestLMDirichletSimilarityFactory,
ExitableDirectoryReaderTest, EchoParamsTest, LoggingHandlerTest,
ZkStateReaderTest, DeleteNodeTest, DefaultValueUpdateProcessorTest,
BinaryUpdateRequestHandlerTest, OverseerStatusTest, TestScoreJoinQPNoScore,
TestPerFieldSimilarityClassic, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, BasicZkTest,
TestReplicationHandler, TestHashPartitioner, ZkControllerTest, TestJoin,
TestStressVersions, PeerSyncTest, BasicFunctionalityTest, SoftAutoCommitTest,
SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest,
SuggesterWFSTTest]
[junit4] Completed [361/644 (1!)] on J1 in 0.56s, 4 tests, 1 error <<<
FAILURES!
[...truncated 61254 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]