Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2202/
Java: 64bit/jdk1.7.0_09 -XX:+UseParallelGC
1 tests failed.
REGRESSION:
org.apache.solr.spelling.SpellCheckCollatorTest.testContextSensitiveCollate
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([AAE77DE58B4DA823:A82E76185711F752]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:515)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:482)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testContextSensitiveCollate(SpellCheckCollatorTest.java:380)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='flew']/arr[@name='suggestion']/lst/str[@name='word']='flow'
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>
<result name="response" numFound="0" start="0">
</result>
<lst name="spellcheck">
<lst name="suggestions">
<bool name="correctlySpelled">false</bool>
</lst>
</lst>
</response>
request
was:spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:508)
... 42 more
Build Log:
[...truncated 8780 lines...]
[junit4:junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4:junit4] 2> 0 T1385 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
[junit4:junit4] 2> 0 T1385 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4] 2> 0 T1385 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
to classloader
[junit4:junit4] 2> 0 T1385 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README'
to classloader
[junit4:junit4] 2> 41 T1385 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_50
[junit4:junit4] 2> 82 T1385 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4:junit4] 2> 82 T1385 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4] 2> 96 T1385 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4] 2> 549 T1385 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4] 2> 562 T1385 oass.IndexSchema.readSchema default search field
in schema is text
[junit4:junit4] 2> 562 T1385 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4] 2> 562 T1385 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4:junit4] 2> 562 T1385 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4:junit4] 2> 576 T1385 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4:junit4] 2> 576 T1385 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4:junit4] 2> 576 T1385 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4:junit4] 2> 576 T1385 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr
[junit4:junit4] 2> 576 T1385 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\'
[junit4:junit4] 2> 576 T1385 oasc.CoreContainer.<init> New CoreContainer
874155785
[junit4:junit4] 2> 576 T1385 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\
[junit4:junit4] 2> 576 T1385 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4:junit4] 2> 576 T1385 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4:junit4] 2> 590 T1385 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
forceNew:false
[junit4:junit4] 2> 590 T1385 oasc.CachingDirectoryFactory.close Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
[junit4:junit4] 2> 590 T1385 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index/
[junit4:junit4] 2> 590 T1385 oasc.SolrCore.initIndex WARNING [collection1]
Solr index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index'
doesn't exist. Creating new index...
[junit4:junit4] 2> 590 T1385 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index
forceNew:false
[junit4:junit4] 2> 590 T1385 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52376a6c
lockFactory=org.apache.lucene.store.NativeFSLockFactory@35602f7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4] 2> 590 T1385 oasc.SolrDeletionPolicy.updateCommits newest
commit = 1[segments_1]
[junit4:junit4] 2> 590 T1385 oasc.CachingDirectoryFactory.close Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index
[junit4:junit4] 2> 590 T1385 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4:junit4] 2> 590 T1385 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 590 T1385 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 590 T1385 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 590 T1385 oasc.CachingDirectoryFactory.close Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
[junit4:junit4] 2> 590 T1385 oass.SolrIndexSearcher.<init> Opening
Searcher@4dfa1434 main
[junit4:junit4] 2> 590 T1385 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4:junit4] 2> 590 T1385 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4:junit4] 2> 590 T1385 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4:junit4] 2> 603 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default
[junit4:junit4] 2> 617 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default_teststop
[junit4:junit4] 2> 658 T1385 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4:junit4] 2> 658 T1385 oass.DirectSolrSpellChecker.init init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4:junit4] 2> 672 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold
[junit4:junit4] 2> 672 T1385 oass.DirectSolrSpellChecker.init init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4:junit4] 2> 672 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold_direct
[junit4:junit4] 2> 686 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: multipleFields
[junit4:junit4] 2> 713 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: freq
[junit4:junit4] 2> 727 T1385 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: fqcn
[junit4:junit4] 2> 727 T1385 oasc.CoreContainer.registerCore registering
core: collection1
[junit4:junit4] 2> 741 T1385 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4] 2> ASYNC NEW_CORE C147 name=collection1
org.apache.solr.core.SolrCore@3e616e02
[junit4:junit4] 2> 741 T1385 C147 oasc.CachingDirectoryFactory.close
Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
[junit4:junit4] 2> 741 T1385 C147 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52376a6c
lockFactory=org.apache.lucene.store.NativeFSLockFactory@35602f7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4] 2> 741 T1385 C147 oasc.SolrDeletionPolicy.updateCommits
newest commit = 1[segments_1]
[junit4:junit4] 2> 741 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[0]} 0 0
[junit4:junit4] 2> 754 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[1]} 0 0
[junit4:junit4] 2> 768 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[2]} 0 0
[junit4:junit4] 2> 768 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[3]} 0 0
[junit4:junit4] 2> 768 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[4]} 0 0
[junit4:junit4] 2> 782 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[5]} 0 0
[junit4:junit4] 2> 782 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[6]} 0 0
[junit4:junit4] 2> 782 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[7]} 0 0
[junit4:junit4] 2> 795 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[8]} 0 0
[junit4:junit4] 2> 795 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[9]} 0 0
[junit4:junit4] 2> 795 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[10]} 0 0
[junit4:junit4] 2> 809 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[11]} 0 0
[junit4:junit4] 2> 809 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[12]} 0 0
[junit4:junit4] 2> 809 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {add=[13]} 0 0
[junit4:junit4] 2> 823 T1385 C147 oasu.DirectUpdateHandler2.commit start
commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4] 2> 837 T1385 C147 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52376a6c
lockFactory=org.apache.lucene.store.NativeFSLockFactory@35602f7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52376a6c
lockFactory=org.apache.lucene.store.NativeFSLockFactory@35602f7b),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.doc,
_0_MockVariableIntBlock_0.skp, _0_MockFixedIntBlock_0.tib,
_0_MockVariableIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp,
_0_MockFixedIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib,
_0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_MockVariableIntBlock_0.pos,
_0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_MockFixedIntBlock_0.pos,
_0_nrm.cfs, _0_MockFixedIntBlock_0.frq, _0_Direct_0.doc, _0_Pulsing41_0.doc,
_0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.doc, _0_nrm.cfe,
_0_MockVariableIntBlock_0.frq, _0_Direct_0.pos, segments_2, _0.fdx,
_0_Direct_0.tip, _0_Direct_0.tim, _0.fdt]
[junit4:junit4] 2> 837 T1385 C147 oasc.SolrDeletionPolicy.updateCommits
newest commit = 2[_0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp,
_0_MockFixedIntBlock_0.tib, _0_MockVariableIntBlock_0.pyl,
_0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_Pulsing41_0.tim,
_0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii,
_0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm,
_0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.frq,
_0_Direct_0.doc, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos,
_0_MockFixedIntBlock_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq,
_0_Direct_0.pos, segments_2, _0.fdx, _0_Direct_0.tip, _0_Direct_0.tim, _0.fdt]
[junit4:junit4] 2> 837 T1385 C147 oasc.SolrCore.getSearcher WARNING
[collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
[junit4:junit4] 2> 837 T1385 C147 oasc.CachingDirectoryFactory.close
Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
[junit4:junit4] 2> 837 T1385 C147 oass.SolrIndexSearcher.<init> Opening
Searcher@55867c61 main
[junit4:junit4] 2> 850 T1385 C147 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4:junit4] 2> 850 T1386 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4dfa1434
main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4] 2> 850 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: default
[junit4:junit4] 2> 850 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: default_teststop
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: direct
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: direct_lowerfilt
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: wordbreak
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: threshold
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: threshold_direct
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: multipleFields
[junit4:junit4] 2> 864 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: jarowinkler
[junit4:junit4] 2> 878 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: external
[junit4:junit4] 2> 878 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: freq
[junit4:junit4] 2> 891 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: fqcn
[junit4:junit4] 2> 891 T1386
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: perDict
[junit4:junit4] 2> 905 T1386 oasc.CachingDirectoryFactory.close Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index
[junit4:junit4] 2> 905 T1386 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@55867c61
main{StandardDirectoryReader(segments_2:3 _0(5.0):C14)}
[junit4:junit4] 2> 905 T1385 C147 UPDATE [collection1] webapp=null path=null
params={} {commit=} 0 82
[junit4:junit4] 2> 919 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testCollationWithHypens
[junit4:junit4] 2> 1056 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testCollationWithHypens
[junit4:junit4] 2> 1056 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithOverride
[junit4:junit4] 2> 1070 T1385 C147 REQ [collection1] webapp=null path=null
params={mm=1&spellcheck=true&q=partisian+politcal+mashine&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&qf=teststop&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.collate=true&defType=edismax}
hits=0 status=0 QTime=14
[junit4:junit4] 2> 1083 T1385 C147 REQ [collection1] webapp=null path=null
params={mm=1&spellcheck=true&spellcheck.collateParam.mm=100%25&q=partisian+politcal+mashine&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&qf=teststop&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.collate=true&defType=edismax}
hits=0 status=0 QTime=13
[junit4:junit4] 2> 1083 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithOverride
[junit4:junit4] 2> 1097 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testContextSensitiveCollate
[junit4:junit4] 2> 1097 T1385 C147 REQ [collection1] webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5}
hits=0 status=0 QTime=0
[junit4:junit4] 2> 1111 T1385 C147 REQ [collection1] webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=1&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(june+AND+customs)&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5}
hits=1 status=0 QTime=14
[junit4:junit4] 2> 1111 T1385 C147 REQ [collection1] webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5}
hits=0 status=0 QTime=0
[junit4:junit4] 2> 1111 T1385 oas.SolrTestCaseJ4.assertQ SEVERE REQUEST
FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='flew']/arr[@name='suggestion']/lst/str[@name='word']='flow'
[junit4:junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4:junit4] 2> <response>
[junit4:junit4] 2>
[junit4:junit4] 2> <lst name="responseHeader">
[junit4:junit4] 2> <int name="status">0</int>
[junit4:junit4] 2> <int name="QTime">0</int>
[junit4:junit4] 2> </lst>
[junit4:junit4] 2> <result name="response" numFound="0" start="0">
[junit4:junit4] 2> </result>
[junit4:junit4] 2> <lst name="spellcheck">
[junit4:junit4] 2> <lst name="suggestions">
[junit4:junit4] 2> <bool name="correctlySpelled">false</bool>
[junit4:junit4] 2> </lst>
[junit4:junit4] 2> </lst>
[junit4:junit4] 2> </response>
[junit4:junit4] 2>
[junit4:junit4] 2> request
was:spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5
[junit4:junit4] 2> 1111 T1385 oasc.SolrException.log SEVERE REQUEST FAILED:
spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='flew']/arr[@name='suggestion']/lst/str[@name='word']='flow'
[junit4:junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4:junit4] 2> <response>
[junit4:junit4] 2>
[junit4:junit4] 2> <lst name="responseHeader">
[junit4:junit4] 2> <int name="status">0</int>
[junit4:junit4] 2> <int name="QTime">0</int>
[junit4:junit4] 2> </lst>
[junit4:junit4] 2> <result name="response" numFound="0" start="0">
[junit4:junit4] 2> </result>
[junit4:junit4] 2> <lst name="spellcheck">
[junit4:junit4] 2> <lst name="suggestions">
[junit4:junit4] 2> <bool name="correctlySpelled">false</bool>
[junit4:junit4] 2> </lst>
[junit4:junit4] 2> </lst>
[junit4:junit4] 2> </response>
[junit4:junit4] 2>
[junit4:junit4] 2> request
was:spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5
[junit4:junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:508)
[junit4:junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:482)
[junit4:junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testContextSensitiveCollate(SpellCheckCollatorTest.java:380)
[junit4:junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4] 2> at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] 2>
[junit4:junit4] 2> 1111 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testContextSensitiveCollate
[junit4:junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testContextSensitiveCollate
-Dtests.seed=AAE77DE58B4DA823 -Dtests.slow=true -Dtests.locale=ar_IQ
-Dtests.timezone=Asia/Colombo -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR 0.08s |
SpellCheckCollatorTest.testContextSensitiveCollate <<<
[junit4:junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4:junit4] > at
__randomizedtesting.SeedInfo.seed([AAE77DE58B4DA823:A82E76185711F752]:0)
[junit4:junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:515)
[junit4:junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:482)
[junit4:junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testContextSensitiveCollate(SpellCheckCollatorTest.java:380)
[junit4:junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4:junit4] > at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4] > at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4] > at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4] > at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] > at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4] > at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='flew']/arr[@name='suggestion']/lst/str[@name='word']='flow'
[junit4:junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4] > <response>
[junit4:junit4] >
[junit4:junit4] > <lst name="responseHeader">
[junit4:junit4] > <int name="status">0</int>
[junit4:junit4] > <int name="QTime">0</int>
[junit4:junit4] > </lst>
[junit4:junit4] > <result name="response" numFound="0" start="0">
[junit4:junit4] > </result>
[junit4:junit4] > <lst name="spellcheck">
[junit4:junit4] > <lst name="suggestions">
[junit4:junit4] > <bool name="correctlySpelled">false</bool>
[junit4:junit4] > </lst>
[junit4:junit4] > </lst>
[junit4:junit4] > </response>
[junit4:junit4] >
[junit4:junit4] > request
was:spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5
[junit4:junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:508)
[junit4:junit4] > ... 42 more
[junit4:junit4] 2> 1166 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithMultipleRequestHandlers
[junit4:junit4] 2> 1220 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithMultipleRequestHandlers
[junit4:junit4] 2> 1234 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithFilter
[junit4:junit4] 2> 1316 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithFilter
[junit4:junit4] 2> 1330 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testExtendedCollate
[junit4:junit4] 2> 1412 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testExtendedCollate
[junit4:junit4] 2> 1426 T1385 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithGrouping
[junit4:junit4] 2> 1508 T1385 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithGrouping
[junit4:junit4] 2> 1508 T1385 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4] 2> 1508 T1385 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=874155785
[junit4:junit4] 2> 1508 T1385 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@3e616e02
[junit4:junit4] 2> 1508 T1385 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=14,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4] 2> 1508 T1385 oasc.SolrCore.decrefSolrCoreState Closing
SolrCoreState
[junit4:junit4] 2> 1508 T1385 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4] 2> 1508 T1385 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4:junit4] 2> 1508 T1385 C147 oasc.CachingDirectoryFactory.close
Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index
[junit4:junit4] 2> 1508 T1385 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4:junit4] 2> 1508 T1385 oasc.CachingDirectoryFactory.close Releasing
directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index
[junit4:junit4] 2> 1508 T1385 oasc.CachingDirectoryFactory.close Closing
directory when closing
factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
[junit4:junit4] 2> 1508 T1385 oasc.CachingDirectoryFactory.close Closing
directory when closing
factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\index
[junit4:junit4] 2> 1508 T1385 oasc.SolrException.log SEVERE
java.lang.NullPointerException
[junit4:junit4] 2> at
org.apache.solr.handler.component.HttpShardHandlerFactory.close(HttpShardHandlerFactory.java:165)
[junit4:junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:786)
[junit4:junit4] 2> at
org.apache.solr.util.TestHarness.close(TestHarness.java:449)
[junit4:junit4] 2> at
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:415)
[junit4:junit4] 2> at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:95)
[junit4:junit4] 2> at
sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
[junit4:junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4] 2> at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] 2>
[junit4:junit4] 2> 1508 T1385 oasc.SolrException.log SEVERE
java.lang.NullPointerException
[junit4:junit4] 2> at
org.apache.solr.handler.component.HttpShardHandlerFactory.close(HttpShardHandlerFactory.java:170)
[junit4:junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:786)
[junit4:junit4] 2> at
org.apache.solr.util.TestHarness.close(TestHarness.java:449)
[junit4:junit4] 2> at
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:415)
[junit4:junit4] 2> at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:95)
[junit4:junit4] 2> at
sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
[junit4:junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4] 2> at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] 2>
[junit4:junit4] 2> !!!! WARNING: best effort to remove
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\spellchecker1\_4.fdt
FAILED !!!!!
[junit4:junit4] 2> !!!! WARNING: best effort to remove
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434\spellchecker1
FAILED !!!!!
[junit4:junit4] 2> !!!! WARNING: best effort to remove
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1355754718434
FAILED !!!!!
[junit4:junit4] 2> NOTE: test params are: codec=Lucene41:
{lowerfilt1=Pulsing41(freqCutoff=4 minBlockSize=88 maxBlockSize=262),
range_facet_l=MockVariableIntBlock(baseBlockSize=117),
lowerfilt=MockFixedIntBlock(blockSize=1136),
teststop=MockFixedIntBlock(blockSize=1136), end4=Pulsing41(freqCutoff=4
minBlockSize=88 maxBlockSize=262), end3=MockFixedIntBlock(blockSize=1136),
lowerfilt1and2=MockFixedIntBlock(blockSize=1136), start1=Pulsing41(freqCutoff=4
minBlockSize=88 maxBlockSize=262), end2=PostingsFormat(name=Direct),
end1=MockVariableIntBlock(baseBlockSize=117),
intDefault=MockVariableIntBlock(baseBlockSize=117),
id=PostingsFormat(name=Direct),
timestamp=MockVariableIntBlock(baseBlockSize=117),
range_facet_sl=Pulsing41(freqCutoff=4 minBlockSize=88 maxBlockSize=262),
range_facet_si=MockFixedIntBlock(blockSize=1136),
start4=MockVariableIntBlock(baseBlockSize=117),
start2=MockFixedIntBlock(blockSize=1136), start3=PostingsFormat(name=Direct),
word=MockVariableIntBlock(baseBlockSize=117),
gram2=PostingsFormat(name=Direct),
gram1=MockVariableIntBlock(baseBlockSize=117),
multiDefault=MockFixedIntBlock(blockSize=1136), gram4=Pulsing41(freqCutoff=4
minBlockSize=88 maxBlockSize=262), gram3=MockFixedIntBlock(blockSize=1136)},
sim=DefaultSimilarity, locale=ar_IQ, timezone=Asia/Colombo
[junit4:junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_09
(64-bit)/cpus=2,threads=1,free=41830576,total=347078656
[junit4:junit4] 2> NOTE: All tests run in this JVM: [IndexReaderFactoryTest,
BasicZkTest, BasicDistributedZkTest, TestFiltering, ZkNodePropsTest,
MultiTermTest, XsltUpdateRequestHandlerTest, SOLR749Test,
TestPropInjectDefaults, ResponseLogComponentTest, OutputWriterTest,
RecoveryZkTest, TestNumberUtils, DistributedQueryElevationComponentTest,
SearchHandlerTest, DocumentBuilderTest, SchemaVersionSpecificBehaviorTest,
SolrInfoMBeanTest, NoCacheHeaderTest, ReturnFieldsTest, RequiredFieldsTest,
CoreContainerCoreInitFailuresTest, TestSolrIndexConfig,
IndexSchemaRuntimeFieldTest, TestIBSimilarityFactory, TestFastOutputStream,
LeaderElectionIntegrationTest, TimeZoneUtilsTest, TestPropInject,
TestStressReorder, PreAnalyzedFieldTest, DistributedSpellCheckComponentTest,
SuggesterFSTTest, FileUtilsTest, ResourceLoaderTest, TestIndexSearcher,
TestMergePolicyConfig, TestQueryUtils, SpellCheckCollatorTest]
[junit4:junit4] Completed in 1.54s, 7 tests, 1 error <<< FAILURES!
[...truncated 621 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:178:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840:
There were test failures: 241 suites, 1006 tests, 1 error, 12 ignored (7
assumptions)
Total time: 43 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0_09 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]