Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5350/
Java: 32bit/jdk1.8.0_60 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  
org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency

Error Message:
Path not found: /spellcheck/suggestions/[1]/suggestion

Stack Trace:
java.lang.RuntimeException: Path not found: 
/spellcheck/suggestions/[1]/suggestion
        at 
__randomizedtesting.SeedInfo.seed([C7DE0846FED87E52:4D7987B771334729]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:854)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:801)
        at 
org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency(SpellCheckComponentTest.java:219)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
must have failed

Stack Trace:
java.lang.AssertionError: must have failed
        at 
__randomizedtesting.SeedInfo.seed([C7DE0846FED87E52:FA06A66AC6362022]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:164)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:198)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9686 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001
   [junit4]   2> 769659 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 769660 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 769660 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 769660 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 769660 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 769661 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 769661 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 769733 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 769736 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 769742 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 769742 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 769746 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 769923 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 769930 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 769932 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 769936 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 769938 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 769940 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 769940 WARN  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 769940 WARN  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 769940 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 769941 WARN  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 769941 WARN  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 769941 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 769941 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 769941 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 769941 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 769941 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 769942 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 14039575
   [junit4]   2> 769942 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 769942 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 769942 WARN  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 769953 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 769957 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 769958 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 769958 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 769958 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 769958 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 769959 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
instanceDir=collection1, collection=collection1, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001,
 shard=shard1}
   [junit4]   2> 769959 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 769960 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 769960 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 769961 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 769961 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 769981 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 769984 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 769990 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 769992 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 769996 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 770274 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 770278 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 770279 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 770283 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 770285 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 770287 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 770287 WARN  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 770287 WARN  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 770287 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 770287 WARN  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 770287 WARN  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 770291 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf'
   [junit4]   2> 770291 INFO  (coreLoadExecutor-2012-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 770292 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 770292 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\],
 dataDir=[null]
   [junit4]   2> 770292 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 770292 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001\
   [junit4]   2> 770292 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001\index/
   [junit4]   2> 770292 WARN  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001\index'
 doesn't exist. Creating new index...
   [junit4]   2> 770292 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001\index
   [junit4]   2> 770293 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=71.9033203125, 
floorSegmentMB=2.013671875, forceMergeDeletesPctAllowed=19.47130836016401, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7462950414028223
   [junit4]   2> 770294 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_1,generation=1}
   [junit4]   2> 770294 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 770298 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 770302 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 770303 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 770304 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 770305 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 770307 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,spellCheckCompRH1,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 770307 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 770313 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 770313 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 770314 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=25.0029296875, 
floorSegmentMB=1.759765625, forceMergeDeletesPctAllowed=28.00077004307851, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7676614244421457
   [junit4]   2> 770314 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_1,generation=1}
   [junit4]   2> 770314 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 770314 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@cedcab[collection1] 
main
   [junit4]   2> 770314 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_C7DE0846FED87E52-001\init-core-data-001\
   [junit4]   2> 770319 WARN  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 770320 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 770320 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 770320 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 770320 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 770351 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default
   [junit4]   2> 770397 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default_teststop
   [junit4]   2> 770397 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 770397 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 770440 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold
   [junit4]   2> 770440 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 770440 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold_direct
   [junit4]   2> 770481 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: multipleFields
   [junit4]   2> 770598 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: freq
   [junit4]   2> 770618 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: fqcn
   [junit4]   2> 770618 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 770619 INFO  (coreLoadExecutor-2012-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 770619 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 770619 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
   [junit4]   2> 770620 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 770620 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
   [junit4]   2> 770620 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 770620 INFO  
(SUITE-SpellCheckComponentTest-seed#[C7DE0846FED87E52]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 770620 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 770620 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
   [junit4]   2> 770620 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 770621 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testThresholdTokenFrequency
   [junit4]   2> 770623 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[0]} 0 1
   [junit4]   2> 770625 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
   [junit4]   2> 770625 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
   [junit4]   2> 770626 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
   [junit4]   2> 770627 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
   [junit4]   2> 770628 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
   [junit4]   2> 770628 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
   [junit4]   2> 770630 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
   [junit4]   2> 770630 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
   [junit4]   2> 770630 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
   [junit4]   2> 770630 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 770633 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_2,generation=2}
   [junit4]   2> 770636 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 770641 WARN  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 770643 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@5a90b7[collection1] main
   [junit4]   2> 770643 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 770644 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 770644 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 770644 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 770644 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 770645 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 770645 INFO  
(searcherExecutor-2013-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cedcab[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 770645 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 770645 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
   [junit4]   2> 770645 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 770645 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
   [junit4]   2> 770645 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 770645 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 770646 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
   [junit4]   2> 770646 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 770646 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 770646 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 770646 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 770647 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 770647 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 770647 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a90b7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
   [junit4]   2> 770647 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {commit=} 0 16
   [junit4]   2> 770651 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=3 
   [junit4]   2> 770651 ERROR 
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not 
found: /spellcheck/suggestions/[1]/suggestion
   [junit4]   2>  expected 
=/spellcheck/suggestions/[1]/suggestion==[{'word':'document','freq':2}]
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":3},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[],
   [junit4]   2>     "correctlySpelled":false}}
   [junit4]   2> 
   [junit4]   2>  request = 
q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true
   [junit4]   2> 770652 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testThresholdTokenFrequency
   [junit4]   2> 770652 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.SolrCore [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 770652 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 770653 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 770653 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_3,generation=3}
   [junit4]   2> 770653 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 770653 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@184e4ef[collection1] main
   [junit4]   2> 770653 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 770654 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 770697 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 770752 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 770793 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 770793 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 770837 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 770895 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 770937 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@184e4ef[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 770937 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[C7DE0846FED87E52])
 [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {commit=} 0 264
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SpellCheckComponentTest -Dtests.method=testThresholdTokenFrequency 
-Dtests.seed=C7DE0846FED87E52 -Dtests.slow=true -Dtests.locale=et_EE 
-Dtests.timezone=Etc/Greenwich -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.32s J1 | 
SpellCheckComponentTest.testThresholdTokenFrequency <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Path not found: 
/spellcheck/suggestions/[1]/suggestion
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C7DE0846FED87E52:4D7987B771334729]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:854)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:801)
   [junit4]    >        at 
org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency(SpellCheckComponentTest.java:219)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 770943 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 770944 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
   [junit4]   2> 770945 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
   [junit4]   2> 770945 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
   [junit4]   2> 770945 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
   [junit4]   2> 770949 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[4]} 0 2
   [junit4]   2> 770952 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[5]} 0 2
   [junit4]   2> 770952 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
   [junit4]   2> 770952 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
   [junit4]   2> 770953 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
   [junit4]   2> 770953 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
   [junit4]   2> 770953 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 770959 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_4,generation=4}
   [junit4]   2> 770959 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 770959 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.s.SolrIndexSearcher Opening Searcher@39dae4[collection1] main
   [junit4]   2> 770963 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 770973 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 771101 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 771155 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 771289 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 771289 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 771420 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 771535 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 771644 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39dae4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c10)))}
   [junit4]   2> 771644 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {commit=} 0 643
   [junit4]   2> 771770 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
 hits=0 status=0 QTime=115 
   [junit4]   2> 771772 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=3&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=1 
   [junit4]   2> 771772 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 771773 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.SolrCore [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 771773 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 771773 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 771773 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_4,generation=4}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_5,generation=5}
   [junit4]   2> 771773 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.c.SolrCore newest commit generation = 5
   [junit4]   2> 771774 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.s.SolrIndexSearcher Opening Searcher@179a4aa[collection1] main
   [junit4]   2> 771774 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 771774 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 771821 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 771868 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 771909 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 771909 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 771953 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 772052 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 772099 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@179a4aa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 772102 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[C7DE0846FED87E52]) 
[    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {commit=} 0 305
   [junit4]   2> 772108 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
   [junit4]   2> 772109 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[0]} 0 0
   [junit4]   2> 772109 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 0
   [junit4]   2> 772113 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 3
   [junit4]   2> 772114 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 0
   [junit4]   2> 772114 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[4]} 0 0
   [junit4]   2> 772115 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[5]} 0 0
   [junit4]   2> 772115 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[6]} 0 0
   [junit4]   2> 772116 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[7]} 0 0
   [junit4]   2> 772116 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[8]} 0 0
   [junit4]   2> 772116 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[9]} 0 0
   [junit4]   2> 772117 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 772118 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_5,generation=5}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_6,generation=6}
   [junit4]   2> 772118 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore newest commit generation = 6
   [junit4]   2> 772119 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@1eda906[collection1] main
   [junit4]   2> 772119 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 772120 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 772238 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 772251 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 772308 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 772308 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 772373 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 772452 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 772519 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1eda906[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c10)))}
   [junit4]   2> 772520 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 374
   [junit4]   2> 772524 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} 
hits=0 status=0 QTime=2 
   [junit4]   2> 772524 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[11231]} 0 0
   [junit4]   2> 772525 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 772526 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_6,generation=6}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_7,generation=7}
   [junit4]   2> 772526 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore newest commit generation = 7
   [junit4]   2> 772526 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@f609a[collection1] main
   [junit4]   2> 772526 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 772526 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 772663 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 772685 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 772698 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 772698 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 772761 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 772827 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 772889 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f609a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c10)
 Uninverting(_3(6.0.0):c1)))}
   [junit4]   2> 772891 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 340
   [junit4]   2> 772892 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} 
hits=0 status=0 QTime=344 
   [junit4]   2> 772893 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
   [junit4]   2> 772894 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 772894 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:*} 0 0
   [junit4]   2> 772894 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 772894 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_7,generation=7}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_8,generation=8}
   [junit4]   2> 772894 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.c.SolrCore newest commit generation = 8
   [junit4]   2> 772894 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@647ded[collection1] main
   [junit4]   2> 772895 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 772895 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 772908 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 772919 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 772931 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 772931 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 772953 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 772969 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 772997 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@647ded[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 773008 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[C7DE0846FED87E52]) [    
] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 105
   [junit4]   2> 773018 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 773019 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[0]} 0 0
   [junit4]   2> 773032 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 10
   [junit4]   2> 773033 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 0
   [junit4]   2> 773033 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 0
   [junit4]   2> 773033 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[4]} 0 0
   [junit4]   2> 773034 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[5]} 0 0
   [junit4]   2> 773034 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[6]} 0 0
   [junit4]   2> 773034 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[7]} 0 0
   [junit4]   2> 773035 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[8]} 0 0
   [junit4]   2> 773035 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[9]} 0 0
   [junit4]   2> 773035 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 773036 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_8,generation=8}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_9,generation=9}
   [junit4]   2> 773036 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore newest commit generation = 9
   [junit4]   2> 773037 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1a477cc[collection1] main
   [junit4]   2> 773037 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 773037 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 773113 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 773135 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 773209 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 773209 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 773256 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 773305 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 773361 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a477cc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c10)))}
   [junit4]   2> 773361 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 302
   [junit4]   2> 773362 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[0]} 0 0
   [junit4]   2> 773362 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 773364 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_9,generation=9}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_a,generation=10}
   [junit4]   2> 773364 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore newest commit generation = 10
   [junit4]   2> 773365 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@feba3c[collection1] main
   [junit4]   2> 773365 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 773365 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 773436 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 773451 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 773507 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 773507 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 773558 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 773634 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 773692 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@feba3c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c10/1:delGen=1)
 Uninverting(_5(6.0.0):c1)))}
   [junit4]   2> 773695 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 310
   [junit4]   2> 773774 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=*:*&spellcheck.q=ttle&qt=spellCheckCompRH&spellcheck.dictionary=default&spellcheck=true&wt=xml&spellcheck.build=true}
 hits=10 status=0 QTime=71 
   [junit4]   2> 773777 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 773781 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
   [junit4]   2> 773781 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 773781 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:*} 0 0
   [junit4]   2> 773781 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 773781 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_a,generation=10}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_b,generation=11}
   [junit4]   2> 773783 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore newest commit generation = 11
   [junit4]   2> 773783 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1dff21d[collection1] main
   [junit4]   2> 773783 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 773783 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 773826 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 773850 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 773874 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 773874 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 773894 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 773918 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 773933 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dff21d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 773935 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 143
   [junit4]   2> 773952 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPerDictionary
   [junit4]   2> 773955 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[0]} 0 3
   [junit4]   2> 773956 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 0
   [junit4]   2> 773956 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 0
   [junit4]   2> 773957 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 0
   [junit4]   2> 773957 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[4]} 0 0
   [junit4]   2> 773957 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[5]} 0 0
   [junit4]   2> 773959 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[6]} 0 0
   [junit4]   2> 773959 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[7]} 0 0
   [junit4]   2> 773959 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[8]} 0 0
   [junit4]   2> 773960 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[9]} 0 0
   [junit4]   2> 773960 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 773961 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_b,generation=11}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_c,generation=12}
   [junit4]   2> 773961 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore newest commit generation = 12
   [junit4]   2> 773961 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@2a9e43[collection1] main
   [junit4]   2> 773962 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 773962 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 774031 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 774054 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 774124 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 774124 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 774234 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 774361 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 774464 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2a9e43[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.0.0):c10)))}
   [junit4]   2> 774465 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 468
   [junit4]   2> 774465 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=documemt&qt=spellCheckCompRH&spellcheck.dictionary=perDict&json.nl=map&spellcheck..perDict.foo=bar&spellcheck=true&spellcheck..perDict.bar=foo&wt=xml&spellcheck.build=true}
 hits=0 status=0 QTime=0 
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:*} 0 0
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_c,generation=12}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_d,generation=13}
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore newest commit generation = 13
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@4e2372[collection1] main
   [junit4]   2> 774466 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 774467 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 774505 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 774540 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 774573 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 774573 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 774601 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 774629 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 774672 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4e2372[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774672 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 191
   [junit4]   2> 774674 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCollate
   [junit4]   2> 774675 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[0]} 0 0
   [junit4]   2> 774675 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 0
   [junit4]   2> 774677 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 0
   [junit4]   2> 774677 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 0
   [junit4]   2> 774677 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[4]} 0 0
   [junit4]   2> 774678 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[5]} 0 0
   [junit4]   2> 774678 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[6]} 0 0
   [junit4]   2> 774681 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[7]} 0 2
   [junit4]   2> 774681 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[8]} 0 0
   [junit4]   2> 774681 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[9]} 0 0
   [junit4]   2> 774682 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 774683 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_d,generation=13}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@287d54 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cee5),segFN=segments_e,generation=14}
   [junit4]   2> 774683 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.SolrCore newest commit generation = 14
   [junit4]   2> 774683 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1d8f937[collection1] main
   [junit4]   2> 774683 INFO  
(TEST-SpellCheckComponentTest.testCollate-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 774683 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 774835 INFO  (searcherExecutor-2013-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]

[...truncated too long message...]

Collection s:shard1 r:core_node1 x:testSolrCloudCollection_shard1_replica1] 
o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: CoreContainer is close
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1074)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1041)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1024)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:938)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:881)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:183)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1305268 ERROR 
(coreZkRegister-2890-thread-4-processing-n:127.0.0.1:56108_solr 
x:testSolrCloudCollection_shard1_replica1 s:shard1 c:testSolrCloudCollection 
r:core_node1) [n:127.0.0.1:56108_solr c:testSolrCloudCollection s:shard1 
r:core_node1 x:testSolrCloudCollection_shard1_replica1] o.a.s.c.ZkContainer 
:org.apache.solr.common.SolrException: Error getting leader from zk for shard 
shard1
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1030)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:938)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:881)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:183)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> Caused by: org.apache.solr.common.SolrException: CoreContainer 
is close
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1074)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1041)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1024)
   [junit4]   2>        ... 7 more
   [junit4]   2> 
   [junit4]   2> 1305269 INFO  (jetty-launcher-1550-thread-4) 
[n:127.0.0.1:56108_solr c:testSolrCloudCollection s:shard1 r:core_node1 
x:testSolrCloudCollection_shard1_replica1] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@94665e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1305270 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[C7DE0846FED87E52]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55942 55942
   [junit4]   2> 1307521 INFO  (Thread-2389) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55942 55942
   [junit4]   2> 1307521 WARN  (Thread-2389) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        8       /solr/security.json
   [junit4]   2>        6       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2>        3       
/solr/collections/testSolrCloudCollection/leader_elect/shard2/election/94725677905936396-core_node2-n_0000000000
   [junit4]   2>        3       
/solr/collections/testSolrCloudCollection/leader_elect/shard1/election/94725677905936399-core_node1-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/94725677905936403-127.0.0.1:56009_solr-n_0000000005
   [junit4]   2>        2       
/solr/overseer_elect/election/94725677905936397-127.0.0.1:55952_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/94725677905936398-127.0.0.1:55946_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics 
-Dtests.seed=C7DE0846FED87E52 -Dtests.slow=true -Dtests.locale=sq_AL 
-Dtests.timezone=Africa/Windhoek -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 44.9s J0 | BasicAuthIntegrationTest.testBasics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: must have failed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C7DE0846FED87E52:FA06A66AC6362022]:0)
   [junit4]    >        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:164)
   [junit4]    >        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:198)
   [junit4]    >        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_C7DE0846FED87E52-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=4, maxDocsPerChunk=6, blockSize=6), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=4, blockSize=6)), 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sq_AL, 
timezone=Africa/Windhoek
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60 
(32-bit)/cpus=3,threads=1,free=185468424,total=433061888
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressReorder, 
SolrRequestParserTest, TestSolrCloudWithKerberosAlt, 
TestPartialUpdateDeduplication, TestTolerantSearch, TestLRUStatsCache, 
PathHierarchyTokenizerFactoryTest, SimpleMLTQParserTest, 
XmlUpdateRequestHandlerTest, TestExpandComponent, TestFunctionQuery, 
TestHighFrequencyDictionaryFactory, RequestLoggingTest, TestRestManager, 
TestDynamicFieldCollectionResource, SpatialFilterTest, HttpPartitionTest, 
TestSmileRequest, TestInitParams, TestCustomDocTransformer, MBeansHandlerTest, 
ResourceLoaderTest, TestMinMaxOnMultiValuedField, TestStressLucene, 
CollectionsAPIAsyncDistributedZkTest, DateFieldTest, 
DistributedFacetPivotWhiteBoxTest, TestSurroundQueryParser, 
TestSystemIdResolver, TestSearcherReuse, TestElisionMultitermQuery, 
TestCloudManagedSchemaConcurrent, AsyncCallRequestStatusResponseTest, 
TestClassNameShortening, ScriptEngineTest, 
DistributedQueryElevationComponentTest, TestLuceneMatchVersion, 
ZkControllerTest, TestCoreContainer, JavabinLoaderTest, 
PKIAuthenticationIntegrationTest, TestLRUCache, TestHashPartitioner, 
AliasIntegrationTest, DeleteShardTest, TestNonDefinedSimilarityFactory, 
TestBlobHandler, TestNoOpRegenerator, SSLMigrationTest, 
TestMiniSolrCloudClusterSSL, FullHLLTest, TestRTGBase, TestReplicaProperties, 
DistribCursorPagingTest, TestComponentsName, FileUtilsTest, TestConfig, 
TestSort, QueryEqualityTest, TestArbitraryIndexDir, 
StatelessScriptUpdateProcessorFactoryTest, TestChildDocTransformer, 
TestCSVLoader, PrimitiveFieldTypeTest, TestDynamicLoading, 
HdfsUnloadDistributedZkTest, TestFastLRUCache, TestConfigSetsAPI, 
TestTrackingShardHandlerFactory, StandardRequestHandlerTest, CdcrUpdateLogTest, 
TestMergePolicyConfig, HdfsLockFactoryTest, HighlighterTest, 
DistributedSuggestComponentTest, AlternateDirectoryTest, 
TestLeaderElectionZkExpiry, TestExclusionRuleCollectionAccess, RankQueryTest, 
DataDrivenBlockJoinTest, DirectSolrSpellCheckerTest, TestJmxMonitoredMap, 
TestSchemaManager, CleanupOldIndexTest, TestRuleBasedAuthorizationPlugin, 
SyncSliceTest, TestHighlightDedupGrouping, SoftAutoCommitTest, 
TestSolrCLIRunExample, TestMacros, TestReRankQParserPlugin, 
TestDistributedStatsComponentCardinality, ShardRoutingTest, TestSearchPerf, 
BasicAuthIntegrationTest]
   [junit4] Completed [237/552] on J0 in 44.94s, 1 test, 1 failure <<< FAILURES!

[...truncated 1013 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987:
 There were test failures: 552 suites (8 ignored), 2171 tests, 1 error, 1 
failure, 85 ignored (48 assumptions) [seed: C7DE0846FED87E52]

Total time: 69 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to