Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/984/
Java: 64bit/jdk-12-ea+23 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Tue Feb 05 06:26:08 
EET 2019

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to 
exceed: Tue Feb 05 06:26:08 EET 2019
        at 
__randomizedtesting.SeedInfo.seed([7B6B57256E842790:8C18B97DA86C8876]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1626)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1396)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testReloadDuringBuild

Error Message:
junit.framework.AssertionFailedError: Expected outer exception RuntimeException 
but no exception was thrown.

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Expected outer exception RuntimeException but no exception was thrown.
        at 
__randomizedtesting.SeedInfo.seed([7B6B57256E842790:92D37F537BADAA91]:0)
        at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testReloadDuringBuild(InfixSuggestersTest.java:113)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: junit.framework.AssertionFailedError: Expected outer exception 
RuntimeException but no exception was thrown.
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2758)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testReloadDuringBuild$1(InfixSuggestersTest.java:105)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        ... 1 more




Build Log:
[...truncated 13157 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001
   [junit4]   2> 659269 WARN  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 659270 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 659272 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 659272 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 659273 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 659274 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 659318 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 659332 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 659457 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 660243 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 660350 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 660350 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 660413 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 660433 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 660433 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 660439 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 660478 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 660491 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 660608 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 660631 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 660631 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 660638 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 660650 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1843260729, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 660802 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 660802 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 660806 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=5.65234375, 
floorSegmentMB=1.9775390625, forceMergeDeletesPctAllowed=8.165500284787887, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.46523974035815285, deletesPctAllowed=26.81110978119467
   [junit4]   2> 660807 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e1c1701[collection1] main]
   [junit4]   2> 660807 WARN  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 660808 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 660808 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 660856 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 660856 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 660856 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 660864 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 660864 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 660864 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 660903 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 660903 INFO  (coreLoadExecutor-2945-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 660904 INFO  
(SUITE-InfixSuggestersTest-seed#[7B6B57256E842790]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 660907 INFO  
(searcherExecutor-2946-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3e1c1701[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 660945 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBuildThen2xReload
   [junit4]   2> 660945 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 660945 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 661020 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 661146 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 661147 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=204
   [junit4]   2> 661147 ERROR 
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 661151 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 661199 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 661213 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 661330 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 661363 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 661480 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 661480 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 661715 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 661717 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 661724 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1244e64[collection1] 
main]
   [junit4]   2> 661725 WARN  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 661726 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 661726 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 661730 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 661730 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 661730 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 661732 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 661732 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 661732 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 661733 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 661733 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 661735 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8873852370076395]
   [junit4]   2> 661738 INFO  
(searcherExecutor-2950-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1244e64[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 661739 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 661739 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@33b8a655[collection1] main]
   [junit4]   2> 661742 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7fe78fea
   [junit4]   2> 661742 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=7fe78fea
   [junit4]   2> 661742 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@74808f47: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2bf140ee
   [junit4]   2> 661742 INFO  
(searcherExecutor-2950-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@33b8a655[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 661785 ERROR 
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 661785 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 661835 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 661852 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 661997 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 662023 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 662144 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 662145 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 662391 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 662391 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 662399 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4aea427b[collection1] main]
   [junit4]   2> 662404 WARN  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 662404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 662412 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=46.3564453125, 
floorSegmentMB=1.6083984375, forceMergeDeletesPctAllowed=27.67539155532393, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12076504621796369, deletesPctAllowed=25.157188001734383
   [junit4]   2> 662416 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 662416 INFO  (searcherExecutor-2954-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4aea427b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 662417 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7e98f49b[collection1] main]
   [junit4]   2> 662417 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@65bd63e2
   [junit4]   2> 662417 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=65bd63e2
   [junit4]   2> 662417 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@73ee94e5: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2bf140ee
   [junit4]   2> 662426 INFO  (searcherExecutor-2954-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7e98f49b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 662459 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[7B6B57256E842790]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBuildThen2xReload
   [junit4]   2> 662487 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
   [junit4]   2> 662488 INFO  (InfixSuggesterTest-3102-thread-1) [    ] 
o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 662489 INFO  (InfixSuggesterTest-3102-thread-1) [    ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 662656 INFO  (InfixSuggesterTest-3102-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 662650 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=536333433
   [junit4]   2> 662739 INFO  (coreCloseExecutor-2958-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7bafa979
   [junit4]   2> 662741 INFO  (coreCloseExecutor-2958-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=7bafa979
   [junit4]   2> 662741 INFO  (coreCloseExecutor-2958-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@763fbb82: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2bf140ee
   [junit4]   2> 663350 ERROR (InfixSuggesterTest-3102-thread-1) [    ] 
o.a.s.h.RequestHandlerBase 
org.apache.solr.update.SolrCoreState$CoreIsClosedException: Suggester build has 
been interrupted by a core reload or shutdown.
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:183)
   [junit4]   2>        at 
org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:185)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2551)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:887)
   [junit4]   2>        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:129)
   [junit4]   2>        at 
org.apache.lucene.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2772)
   [junit4]   2>        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:128)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:680)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:694)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1613)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1235)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.add(AnalyzingInfixSuggester.java:396)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.build(AnalyzingInfixSuggester.java:310)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:181)
   [junit4]   2>        ... 16 more
   [junit4]   2> 
   [junit4]   2> 663350 INFO  (InfixSuggesterTest-3102-thread-1) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml}
 status=500 QTime=879
   [junit4]   2> 663355 ERROR (InfixSuggesterTest-3102-thread-1) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.update.SolrCoreState$CoreIsClosedException:
 Suggester build has been interrupted by a core reload or shutdown.
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:183)
   [junit4]   2>        at 
org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:185)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2551)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:887)
   [junit4]   2>        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:129)
   [junit4]   2>        at 
org.apache.lucene.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2772)
   [junit4]   2>        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:128)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:680)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:694)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1613)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1235)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.add(AnalyzingInfixSuggester.java:396)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.build(AnalyzingInfixSuggester.java:310)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:181)
   [junit4]   2>        ... 16 more
   [junit4]   2> 
   [junit4]   2> 663355 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 663355 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39a1ef7: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@ed93a10
   [junit4]   2> 663382 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 663382 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@257a6d4a: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@321fae26
   [junit4]   2> 663406 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 663406 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@73178c6a: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@3eec7f1e
   [junit4]   2> 663412 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 663412 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 663448 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 663461 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 663609 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 664193 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 664315 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 664315 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 664400 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 664426 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 664426 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 664453 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 664505 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 664521 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 664659 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 664684 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 664684 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 664684 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 664840 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 664840 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 664849 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1843260729, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 664850 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@58f58f17[collection1] main]
   [junit4]   2> 664850 WARN  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 664852 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 664852 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 664855 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 664855 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 664855 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 664861 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 664861 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 664861 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 664864 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 664865 INFO  (coreLoadExecutor-2968-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 664865 INFO  
(searcherExecutor-2969-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@58f58f17[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 664869 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 664869 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[7B6B57256E842790]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
   [junit4]   2> 664874 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testTwoSuggestersBuildThenReload
   [junit4]   2> 664874 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 664874 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 664909 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 664984 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 664984 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=101
   [junit4]   2> 664984 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 664987 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 665036 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 665055 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 665175 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 665201 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 665315 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 665316 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 665595 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 665595 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 665616 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14d04ed3[collection1] main]
   [junit4]   2> 665617 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 665617 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 665617 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 665623 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 665623 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 665623 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 665633 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 665633 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 665633 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 665634 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 665634 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 665643 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2033131327, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 665644 INFO  
(searcherExecutor-2973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14d04ed3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 665645 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 665646 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60eae278[collection1] main]
   [junit4]   2> 665646 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7a4cc893
   [junit4]   2> 665646 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=7a4cc893
   [junit4]   2> 665646 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b8dead4: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@75b5d476
   [junit4]   2> 665653 INFO  
(searcherExecutor-2973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60eae278[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 665690 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 665690 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 665773 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 665936 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 665936 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=228
   [junit4]   2> 665938 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 665939 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 665991 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 666007 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 666141 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 666180 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 666321 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 666321 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 666582 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 666582 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 666589 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ce23fdf[collection1] main]
   [junit4]   2> 666589 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 666593 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 666593 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 666612 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 666612 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 666612 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 666615 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 666615 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 666615 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 666620 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 666620 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 666622 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=32.95703125, 
floorSegmentMB=1.7978515625, forceMergeDeletesPctAllowed=3.8151879647204376, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.41632528608108, deletesPctAllowed=41.63623009270825
   [junit4]   2> 666625 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 666626 INFO  
(searcherExecutor-2977-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ce23fdf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 666627 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79a23030[collection1] main]
   [junit4]   2> 666627 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6a616018
   [junit4]   2> 666627 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=6a616018
   [junit4]   2> 666627 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72a6d31: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@75b5d476
   [junit4]   2> 666630 INFO  
(searcherExecutor-2977-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@79a23030[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 666674 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testTwoSuggestersBuildThenReload
   [junit4]   2> 666681 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 666681 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 666681 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 666727 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 666898 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 666898 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=202
   [junit4]   2> 666898 ERROR 
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 666901 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 666950 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 666965 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 667077 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 667108 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 667239 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@527c28fe
   [junit4]   2> 667239 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_7B6B57256E842790-001\init-core-data-001\]
   [junit4]   2> 667521 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 667521 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 667530 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@328e6915[collection1] main]
   [junit4]   2> 667530 WARN  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 667532 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 667532 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 667538 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 667538 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 667538 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 667542 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 667542 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 667542 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 667547 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 667547 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 667549 INFO  (searcherExecutor-2981-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@328e6915[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 667554 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3763897193580238]
   [junit4]   2> 667559 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 667559 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6715723b[collection1] main]
   [junit4]   2> 667565 INFO  (searcherExecutor-2981-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6715723b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 667566 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@43f305cd
   [junit4]   2> 667566 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[7B6B57256E842790])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.

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

ServerConnector@371c31da{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3075064 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[7B6B57256E842790])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@31507683{/solr,null,UNAVAILABLE}
   [junit4]   2> 3075064 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[7B6B57256E842790])
 [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_7B6B57256E842790-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=mn, timezone=Asia/Hebron
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 12-ea 
(64-bit)/cpus=3,threads=1,free=205169832,total=365953024
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSuggestSpellingConverter, TestEmbeddedSolrServerAdminHandler, 
TestHashQParserPlugin, SmileWriterTest, CollectionsAPIAsyncDistributedZkTest, 
TestSmileRequest, TestDocTermOrdsUninvertLimit, TestIBSimilarityFactory, 
TestLegacyNumericUtils, SolrTestCaseJ4Test, TestSimNodeAddedTrigger, 
ComputePlanActionTest, DistributedSpellCheckComponentTest, 
BasicAuthStandaloneTest, DistributedQueryComponentOptimizationTest, 
SimplePostToolTest, TestStressUserVersions, MultiTermTest, MetricTriggerTest, 
BadCopyFieldTest, ConnectionReuseTest, BasicDistributedZk2Test, 
TestDistributedMissingSort, TokenizerChainTest, HdfsThreadLeakTest, 
TestCollectionAPIs, SolrIndexMetricsTest, TestSlowCompositeReaderWrapper, 
DeleteInactiveReplicaTest, OverseerTest, DeleteNodeTest, QueryEqualityTest, 
TestManagedSynonymFilterFactory, RestartWhileUpdatingTest, 
CustomTermsComponentTest, PluginInfoTest, AtomicUpdatesTest, 
SystemInfoHandlerTest, TestCustomSort, TestDownShardTolerantSearch, 
TestDynamicFieldResource, UpdateParamsTest, AddReplicaTest, 
CdcrReplicationHandlerTest, RestoreTriggerStateTest, TestUtilizeNode, 
TestHashPartitioner, TestSolrQueryParser, StressHdfsTest, 
TestSolrQueryResponse, SolrGraphiteReporterTest, OverseerModifyCollectionTest, 
HdfsRestartWhileUpdatingTest, NodeLostTriggerTest, PolyFieldTest, 
MinimalSchemaTest, TestJavabinTupleStreamParser, CacheHeaderTest, 
NodeAddedTriggerTest, TestSimDistribStateManager, TestElisionMultitermQuery, 
MoveReplicaHDFSTest, TestSQLHandlerNonCloud, EmbeddedSolrNoSerializeTest, 
WrapperMergePolicyFactoryTest, TestNamedUpdateProcessors, BlockCacheTest, 
HdfsRecoverLeaseTest, ShowFileRequestHandlerTest, TestUninvertingReader, 
TestStressRecovery, TestSimExecutePlanAction, TestXmlQParserPlugin, 
MBeansHandlerTest, TestMinMaxOnMultiValuedField, TestCloudJSONFacetJoinDomain, 
TestNestedUpdateProcessor, DocValuesTest, V2ApiIntegrationTest, 
InfixSuggestersTest, TestOverriddenPrefixQueryForCustomFieldType, 
RequiredFieldsTest, AnalysisErrorHandlingTest, TestFastOutputStream, 
MetricsHistoryIntegrationTest, TestConfigSetsAPIExclusivity, 
TestSchemaVersionResource, TestManagedResource, DataDrivenBlockJoinTest, 
LeaderElectionTest, BitVectorTest, ZkSolrClientTest, UtilsToolTest, 
AssignBackwardCompatibilityTest, TestLRUCache, 
TestReversedWildcardFilterFactory, ZkNodePropsTest, 
FieldMutatingUpdateProcessorTest, TestCryptoKeys, TestSystemIdResolver, 
TransactionLogTest, TestJmxIntegration, TestDelegationWithHadoopAuth, 
TestFacetMethods, TestStressCloudBlindAtomicUpdates, 
TestEmbeddedSolrServerSchemaAPI, TestOmitPositions, TestSolrIndexConfig, 
HdfsLockFactoryTest, ByteBuffersDirectoryFactoryTest, BJQParserTest, 
ExternalFileFieldSortTest, TestSimClusterStateProvider, TestSafeXMLParsing, 
TestShortCircuitedRequests, TestFieldCacheReopen, 
ClassificationUpdateProcessorIntegrationTest, IndexSchemaTest, 
TestScoreJoinQPScore, TestCoreContainer, BinaryUpdateRequestHandlerTest, 
ZkControllerTest, TestPostingsSolrHighlighter, CloudMLTQParserTest, 
LargeFieldTest, TestRangeQuery, RulesTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, OrderedExecutorTest, 
TestLeaderElectionZkExpiry, SampleTest, TestNestedDocsSort, ForceLeaderTest, 
TestOnReconnectListenerSupport, TestSearcherReuse, TestCharFilters, 
BadComponentTest, TestCollapseQParserPlugin, RankQueryTest, 
TestAuthorizationFramework, ImplicitSnitchTest, PreAnalyzedUpdateProcessorTest, 
HdfsCollectionsAPIDistributedZkTest, TestFieldResource, CollectionReloadTest, 
TestFieldTypeResource, TestStreamBody, TestFieldCacheWithThreads, 
ShardRoutingCustomTest, BlobRepositoryCloudTest, TestConfigSetProperties, 
BlockJoinFacetRandomTest, TestFoldingMultitermQuery, TestQuerySenderListener, 
CoreAdminOperationTest, CoreMergeIndexesAdminHandlerTest, SimpleFacetsTest, 
BasicFunctionalityTest, TestSolrCloudSnapshots, TestFreeTextSuggestions, 
SSLMigrationTest, TestSortableTextField, DocumentAnalysisRequestHandlerTest, 
TestSimpleTrackingShardHandler, TestConfigReload, TestCodecSupport, 
SearchRateTriggerIntegrationTest, BigEndianAscendingWordDeserializerTest, 
TestRequestStatusCollectionAPI, TestSweetSpotSimilarityFactory, 
TriggerCooldownIntegrationTest, TemplateUpdateProcessorTest, TestBlobHandler, 
TestAtomicUpdateErrorCases, HdfsChaosMonkeySafeLeaderTest, SolrJmxReporterTest, 
TestDocumentBuilder, FastVectorHighlighterTest, TestBinaryField, 
TestLMJelinekMercerSimilarityFactory, LeaderElectionContextKeyTest, 
SchemaVersionSpecificBehaviorTest, HdfsAutoAddReplicasIntegrationTest, 
TestNumericTerms32, HdfsUnloadDistributedZkTest, TestLocalFSCloudBackupRestore, 
SpellCheckCollatorTest, ScriptEngineTest, SolrMetricManagerTest, 
SpellPossibilityIteratorTest, CdcrVersionReplicationTest, ReplaceNodeTest, 
SolrCloudReportersTest, AutoAddReplicasPlanActionTest, 
ScheduledTriggerIntegrationTest, DirectoryFactoryTest, 
TestPayloadScoreQParserPlugin, MetricsHistoryHandlerTest, 
TestFieldCacheSortRandom, QueryElevationComponentTest, ResourceLoaderTest, 
TestJsonFacetsStatsParsing, NodeMutatorTest, 
SuggestComponentContextFilterQueryTest, SolrMetricsIntegrationTest, 
ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, 
DistributedIntervalFacetingTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestGroupingSearch, TestHighlightDedupGrouping, 
TestJoin, TestRandomDVFaceting, TestSolrCoreProperties, TestTolerantSearch, 
TestTrie, PathHierarchyTokenizerFactoryTest, BasicDistributedZkTest, 
BasicZkTest, ChaosMonkeySafeLeaderTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, 
CollectionPropsTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, 
ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, 
CreateCollectionCleanupTest, DeleteReplicaTest, DeleteShardTest, 
DeleteStatusTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, 
HttpPartitionOnCommitTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, 
MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, 
RecoveryZkTest, RemoteQueryErrorTest, ShardRoutingTest, SolrXmlInZkTest, 
SplitShardTest, SyncSliceTest, TestCloudPseudoReturnFields, TestCloudRecovery, 
TestClusterProperties, TestDeleteCollectionOnDownNodes, 
TestDistribDocBasedVersion, TestLeaderInitiatedRecoveryThread, TestLockTree, 
TestPrepRecovery, TestRandomFlRTGCloud, TestRandomRequestDistribution, 
TestRequestForwarding, TestSSLRandomization, TestSizeLimitedDistributedMap, 
TestSkipOverseerOperations, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, TestStressLiveNodes, 
TestWithCollection, VMParamsZkACLAndCredentialsProvidersTest, 
CollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, 
TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, 
HttpTriggerListenerTest, IndexSizeTriggerTest, SearchRateTriggerTest, 
SystemLogListenerTest, TestSimExtremeIndexing, TestSimGenericDistributedQueue, 
TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimTriggerIntegration, 
BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, 
CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, TestClusterStateMutator, ZkStateReaderTest, 
ConfigureRecoveryStrategyTest, ExitableDirectoryReaderTest, 
HdfsDirectoryFactoryTest, QueryResultKeyTest, RAMDirectoryFactoryTest, 
SOLR749Test, SolrCoreCheckLockOnStartupTest, SolrCoreTest, 
TestCorePropertiesReload, TestDirectoryFactory, TestDynamicLoading, 
TestMergePolicyConfig, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, 
RequestLoggingTest, ResponseBuilderTest, TestHdfsBackupRestoreCore, 
TestReplicationHandler]
   [junit4] Completed [599/838 (2!)] on J1 in 141.99s, 18 tests, 1 failure <<< 
FAILURES!

[...truncated 43196 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/984/consoleText

[repro] Revision: 2835e086537ee708dc6037e19b33c5aa3c287a15

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       InfixSuggestersTest
[repro]       TestReplicationHandler
[repro] ant compile-test

[...truncated 3610 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.InfixSuggestersTest|*.TestReplicationHandler" 
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" 
-Dtests.seed=7B6B57256E842790 -Dtests.slow=true -Dtests.locale=lg 
-Dtests.timezone=Africa/Algiers -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 208 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.TestReplicationHandler
[repro]   0/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro] Exiting with code 0

[...truncated 75 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to