Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/92/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
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([E9D90E46B17B08A8:612630A45285A9]: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:564)
        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:844)
Caused by: junit.framework.AssertionFailedError: Expected outer exception 
RuntimeException but no exception was thrown.
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2747)
        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:1167)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        ... 1 more




Build Log:
[...truncated 14913 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001
   [junit4]   2> 3022507 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3022527 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3022555 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3022656 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3022979 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3022982 WARN  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6abaf6c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3022987 WARN  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4fbf4757[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3023017 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3023017 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 3023037 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4638af00
   [junit4]   2> 3023047 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4638af00
   [junit4]   2> 3023047 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4638af00
   [junit4]   2> 3023048 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3023079 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3023095 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3023200 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3023211 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 3023212 INFO  (coreLoadExecutor-17005-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@4638af00
   [junit4]   2> 3023212 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3023216 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5792253450721747]
   [junit4]   2> 3023306 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3023306 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3023306 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@74eace19
   [junit4]   2> 3023306 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48d7eccf[collection1] main]
   [junit4]   2> 3023306 WARN  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3023306 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3023306 INFO  (coreLoadExecutor-17005-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> 3023317 INFO  (coreLoadExecutor-17005-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> 3023317 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3023317 INFO  (coreLoadExecutor-17005-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> 3023320 INFO  (coreLoadExecutor-17005-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> 3023320 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3023320 INFO  (coreLoadExecutor-17005-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> 3023320 INFO  (coreLoadExecutor-17005-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> 3023320 INFO  (coreLoadExecutor-17005-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3023321 INFO  
(searcherExecutor-17006-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@48d7eccf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3023326 INFO  (InfixSuggesterTest-25109-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> 3023326 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 3023436 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 3023475 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 2000 items.
   [junit4]   2> 3023515 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 3000 items.
   [junit4]   2> 3023554 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 4000 items.
   [junit4]   2> 3023575 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=802696853
   [junit4]   2> 3023598 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 5000 items.
   [junit4]   2> 3023639 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 6000 items.
   [junit4]   2> 3023687 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 7000 items.
   [junit4]   2> 3023732 INFO  (InfixSuggesterTest-25109-thread-1) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 8000 items.
   [junit4]   2> 3023744 INFO  (coreCloseExecutor-17010-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5fcde842
   [junit4]   2> 3023744 INFO  (coreCloseExecutor-17010-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=5fcde842
   [junit4]   2> 3023744 INFO  (coreCloseExecutor-17010-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@fc34aa9: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@76647d0b
   [junit4]   2> 3024163 ERROR (InfixSuggesterTest-25109-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:2566)
   [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:904)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:890)
   [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:2761)
   [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:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1591)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [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> 3024164 INFO  (InfixSuggesterTest-25109-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=837
   [junit4]   2> 3024164 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3024164 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1742d05e: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@24efc37e
   [junit4]   2> 3024170 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3024170 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@519df894: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@2af628ac
   [junit4]   2> 3024173 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3024173 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7300491f: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6402b85e
   [junit4]   2> 3024176 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3024201 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3024212 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3024313 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3024421 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3024424 WARN  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4f403636[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3024427 WARN  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1eb4a8a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3024463 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3024463 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 3024479 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4638af00
   [junit4]   2> 3024488 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4638af00
   [junit4]   2> 3024489 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[E9D90E46B17B08A8]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4638af00
   [junit4]   2> 3024491 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3024526 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3024537 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3024633 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3024643 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 3024644 INFO  (coreLoadExecutor-17020-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@4638af00
   [junit4]   2> 3024644 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3024727 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3024727 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3024729 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5792253450721747]
   [junit4]   2> 3024730 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48ee8fad[collection1] main]
   [junit4]   2> 3024730 WARN  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3024731 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3024731 INFO  (coreLoadExecutor-17020-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> 3024732 INFO  (coreLoadExecutor-17020-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> 3024732 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3024732 INFO  (coreLoadExecutor-17020-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> 3024776 INFO  (coreLoadExecutor-17020-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> 3024776 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3024776 INFO  (coreLoadExecutor-17020-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> 3024778 INFO  (coreLoadExecutor-17020-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> 3024778 INFO  (coreLoadExecutor-17020-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3024778 INFO  
(searcherExecutor-17021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@48ee8fad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3024782 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
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> 3024782 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3024795 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3024846 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
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> 3024846 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
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=63
   [junit4]   2> 3024849 ERROR 
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3024850 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3024874 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3024884 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3025001 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3025010 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3025049 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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@4638af00
   [junit4]   2> 3025049 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3025123 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3025123 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3025124 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2762ef8[collection1] 
main]
   [junit4]   2> 3025124 WARN  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3025124 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025124 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025126 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025126 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025126 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025148 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025148 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025148 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025149 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025149 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3025150 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=46.537109375, 
floorSegmentMB=0.4794921875, forceMergeDeletesPctAllowed=10.65249041353486, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=46.34290287513182
   [junit4]   2> 3025150 INFO  
(searcherExecutor-17025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2762ef8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3025151 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3025151 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c6443a6[collection1] main]
   [junit4]   2> 3025152 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@742d867e
   [junit4]   2> 3025152 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=742d867e
   [junit4]   2> 3025152 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@47db6bd1: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7e230d57
   [junit4]   2> 3025152 INFO  
(searcherExecutor-17025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5c6443a6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3025161 ERROR 
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3025162 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3025185 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3025196 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3025284 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3025294 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3025320 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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@4638af00
   [junit4]   2> 3025320 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3025402 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3025402 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3025403 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1324bba7[collection1] main]
   [junit4]   2> 3025403 WARN  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3025404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025404 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025407 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025407 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025407 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025427 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025427 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025427 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025429 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
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> 3025429 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3025431 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=87.7802734375, 
floorSegmentMB=1.6962890625, forceMergeDeletesPctAllowed=12.874318467526448, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=29.095729577385427
   [junit4]   2> 3025432 INFO  
(searcherExecutor-17029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1324bba7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3025432 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3025432 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@375114a9[collection1] main]
   [junit4]   2> 3025434 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5d6b7b9a
   [junit4]   2> 3025434 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=5d6b7b9a
   [junit4]   2> 3025434 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18d5dd4c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7e230d57
   [junit4]   2> 3025435 INFO  
(searcherExecutor-17029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@375114a9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3025448 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] 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> 3025448 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3025458 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3025496 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] 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> 3025497 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] 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=47
   [junit4]   2> 3025498 ERROR 
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3025498 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3025526 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3025538 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3025651 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3025665 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3025696 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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@4638af00
   [junit4]   2> 3025696 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3025837 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3025838 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3025839 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1321d052[collection1] main]
   [junit4]   2> 3025839 WARN  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3025839 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025839 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3025843 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3025843 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025843 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3025871 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3025871 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3025871 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3025873 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3025873 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3025873 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=92.453125, 
floorSegmentMB=0.830078125, forceMergeDeletesPctAllowed=8.381720772360811, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=24.94057581392612
   [junit4]   2> 3025875 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3025875 INFO  
(searcherExecutor-17033-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1321d052[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3025875 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c8775b5[collection1] main]
   [junit4]   2> 3025875 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6b24c2df
   [junit4]   2> 3025875 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=6b24c2df
   [junit4]   2> 3025875 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4a8b91ae: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7e230d57
   [junit4]   2> 3025876 INFO  
(searcherExecutor-17033-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c8775b5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3025896 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] 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> 3025896 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3025915 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3025969 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] 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> 3025969 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] 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=73
   [junit4]   2> 3025969 ERROR 
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3025970 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3026000 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3026011 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3026108 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3026120 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3026152 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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@4638af00
   [junit4]   2> 3026152 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3026218 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3026218 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3026220 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34bfa524[collection1] main]
   [junit4]   2> 3026221 WARN  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3026221 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026221 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3026224 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3026224 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026224 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3026267 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3026267 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026267 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3026267 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
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> 3026267 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3026268 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6480064228767259]
   [junit4]   2> 3026270 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3026270 INFO  
(searcherExecutor-17037-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@34bfa524[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3026270 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6df8a37a[collection1] main]
   [junit4]   2> 3026270 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e5a7c02
   [junit4]   2> 3026270 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=7e5a7c02
   [junit4]   2> 3026270 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[E9D90E46B17B08A8]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4d811114: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7e230d57
   [junit4]   2> 3026271 INFO  
(searcherExecutor-17037-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6df8a37a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3026283 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] 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> 3026283 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3026289 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3026316 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] 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> 3026316 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] 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=33
   [junit4]   2> 3026316 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3026317 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3026337 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3026349 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3026447 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 3026461 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3026487 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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@4638af00
   [junit4]   2> 3026487 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3026571 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3026571 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3026573 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@58a92567[collection1] main]
   [junit4]   2> 3026573 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3026573 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026573 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026575 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026575 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026575 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026597 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026597 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026597 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026598 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026598 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3026600 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=25.232421875, 
floorSegmentMB=0.9375, forceMergeDeletesPctAllowed=6.111178898437574, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7512162421074042, deletesPctAllowed=35.75558151566809
   [junit4]   2> 3026600 INFO  (searcherExecutor-17041-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@58a92567[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3026600 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3026600 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@60699215[collection1] main]
   [junit4]   2> 3026601 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4db0165c
   [junit4]   2> 3026601 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=4db0165c
   [junit4]   2> 3026601 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c3d93f4: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7e230d57
   [junit4]   2> 3026601 INFO  (searcherExecutor-17041-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60699215[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3026618 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026618 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 3026646 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3026699 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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> 3026699 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] 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=81
   [junit4]   2> 3026700 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3026700 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-8.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3026727 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3026737 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3026851 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3026861 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3026891 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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@4638af00
   [junit4]   2> 3026891 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001\init-core-data-001\]
   [junit4]   2> 3026961 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3026961 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3026963 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c3a6957[collection1] main]
   [junit4]   2> 3026963 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3026963 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026963 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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> 3026965 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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> 3026965 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026965 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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> 3026989 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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> 3026989 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3026989 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    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> 3026992 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[E9D90E46B17B08A8])
 [    x:collectio

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

#[E9D90E46B17B08A8]-worker) [    x:collection1] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3037813 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@132e224f: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@2af628ac
   [junit4]   2> 3037816 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3037816 INFO  
(SUITE-InfixSuggestersTest-seed#[E9D90E46B17B08A8]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@607f65fd: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6402b85e
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_E9D90E46B17B08A8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{textgrams=PostingsFormat(name=Direct), text=FST50, 
exacttext=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{weight=DocValuesFormat(name=Asserting), 
text=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1287, 
maxMBSortInHeap=6.4295098581422465, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3723c2ae),
 locale=ebu-KE, timezone=Australia/Darwin
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=126348504,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotLargeTest, TestChildDocTransformer, TestXIncludeConfig, 
SimpleMLTQParserTest, HdfsRecoveryZkTest, TestFastLRUCache, 
PreAnalyzedFieldTest, HttpPartitionWithTlogReplicasTest, DateMathParserTest, 
OverseerCollectionConfigSetProcessorTest, CollectionsAPISolrJTest, 
OrderedExecutorTest, CustomHighlightComponentTest, TestBlobHandler, 
TestAuthorizationFramework, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TimeRoutedAliasUpdateProcessorTest, TestUninvertingReader, 
ReplaceNodeNoTargetTest, TestBinaryField, TestFreeTextSuggestions, 
BlockJoinFacetDistribTest, RuleEngineTest, ResourceLoaderTest, 
AutoAddReplicasIntegrationTest, TestSolrConfigHandlerCloud, TestJoin, 
ForceLeaderTest, TestSimExtremeIndexing, TestPolicyCloud, TestSystemIdResolver, 
TestStressInPlaceUpdates, CoreAdminHandlerTest, ScheduledTriggerTest, 
ConjunctionSolrSpellCheckerTest, DistributedFacetPivotSmallAdvancedTest, 
SolrMetricReporterTest, OverseerRolesTest, TestCoreContainer, 
DocumentAnalysisRequestHandlerTest, BlockCacheTest, CdcrOpsAndBoundariesTest, 
ShardSplitTest, TestBulkSchemaAPI, TestPrepRecovery, BasicAuthStandaloneTest, 
TestDistribDocBasedVersion, OverseerTaskQueueTest, TestCollapseQParserPlugin, 
HdfsSyncSliceTest, TestManagedSynonymGraphFilterFactory, 
BinaryUpdateRequestHandlerTest, TestObjectReleaseTracker, CircularListTest, 
TestPayloadCheckQParserPlugin, HighlighterConfigTest, BlockJoinFacetSimpleTest, 
TestLegacyTerms, TestRawResponseWriter, TestInfoStreamLogging, 
LegacyCloudClusterPropTest, SpatialFilterTest, TestNumericTokenStream, 
HttpTriggerListenerTest, TestSchemaSimilarityResource, 
TestUseDocValuesAsStored2, DistributedVersionInfoTest, 
TestUnInvertedFieldException, TestCloudDeleteByQuery, 
NodeMarkersRegistrationTest, DocExpirationUpdateProcessorFactoryTest, 
DisMaxRequestHandlerTest, CdcrBidirectionalTest, TestHashQParserPlugin, 
TestDistributedGrouping, TestPHPSerializedResponseWriter, 
AddSchemaFieldsUpdateProcessorFactoryTest, CacheHeaderTest, 
CollectionPropsTest, TestBackupRepositoryFactory, BufferStoreTest, 
AlternateDirectoryTest, TestFieldCollectionResource, ReplicationFactorTest, 
TestEmbeddedSolrServerAdminHandler, TestDistributedStatsComponentCardinality, 
TestHashPartitioner, BasicZkTest, BasicDistributedZk2Test, 
URLClassifyProcessorTest, CdcrRequestHandlerTest, ConfigSetsAPITest, 
DistribJoinFromCollectionTest, AnalysisAfterCoreReloadTest, ScriptEngineTest, 
TestMaxScoreQueryParser, TestNumericRangeQuery32, ResponseBuilderTest, 
TestDistributedSearch, UnloadDistributedZkTest, HdfsNNFailoverTest, 
TestWithCollection, BadIndexSchemaTest, PeerSyncWithLeaderTest, 
SegmentsInfoRequestHandlerTest, UninvertDocValuesMergePolicyTest, 
TestCloudPhrasesIdentificationComponent, DistributedSuggestComponentTest, 
TestSolrCoreProperties, DocumentBuilderTest, FullSolrCloudDistribCmdsTest, 
ShufflingReplicaListTransformerTest, JWTAuthPluginTest, SaslZkACLProviderTest, 
JsonLoaderTest, JSONWriterTest, ProtectedTermFilterFactoryTest, 
SolrJmxReporterCloudTest, MetricTriggerIntegrationTest, TestDirectoryFactory, 
BigEndianAscendingWordDeserializerTest, ExecutePlanActionTest, 
TestConfigReload, SliceStateTest, TestRemoteStreaming, 
AssignBackwardCompatibilityTest, TestNestedUpdateProcessor, 
TestCloudNestedDocsSort, NumericFieldsTest, TestHdfsBackupRestoreCore, 
RequiredFieldsTest, TestSuggestSpellingConverter, TestGroupingSearch, 
TestCodecSupport, ConvertedLegacyTest, TestReplicaProperties, HLLUtilTest, 
ShardRoutingTest, TestSafeXMLParsing, TestAuthenticationFramework, 
TestJsonFacetsWithNestedObjects, MoveReplicaTest, TestSegmentSorting, 
TestConfigSetsAPIExclusivity, ClusterStateTest, DeleteShardTest, 
DateRangeFieldTest, TestCloudJSONFacetSKG, CurrencyRangeFacetCloudTest, 
SolrCoreMetricManagerTest, SuggesterTest, LargeFieldTest, TestConfigOverlay, 
TestMergePolicyConfig, MetricUtilsTest, TestRecovery, RegexBoostProcessorTest, 
DistributedQueryComponentCustomSortTest, TestSolrIndexConfig, 
SolrSlf4jReporterTest, TestSolrDeletionPolicy1, BitVectorTest, 
CreateCollectionCleanupTest, ExitableDirectoryReaderTest, DebugComponentTest, 
TemplateUpdateProcessorTest, TestLegacyFieldReuse, TestCrossCoreJoin, 
TestJmxIntegration, TestMacroExpander, LeaderTragicEventTest, TestTrie, 
StatsComponentTest, CollectionsAPIDistributedZkTest, 
TestSubQueryTransformerDistrib, TestPerFieldSimilarity, TestSolrCloudSnapshots, 
TestTolerantUpdateProcessorRandomCloud, RecoveryZkTest, 
TestSimpleQParserPlugin, CustomCollectionTest, TestTrieFacet, TestDynamicURP, 
TestNumericTerms32, HdfsWriteToMultipleCollectionsTest, 
TestSimComputePlanAction, SolrInfoBeanTest, 
UniqFieldsUpdateProcessorFactoryTest, TestScoreJoinQPNoScore, 
SchemaVersionSpecificBehaviorTest, TestFieldCacheReopen, 
CdcrWithNodesRestartsTest, AddReplicaTest, TestSubQueryTransformer, 
TestDocTermOrdsUninvertLimit, CoreAdminRequestStatusTest, TestSolrJ, 
TestCustomSort, JavabinLoaderTest, DistributedQueryElevationComponentTest, 
PeerSyncReplicationTest, TestRetrieveFieldsOptimizer, TestPseudoReturnFields, 
SearchRateTriggerTest, SpatialHeatmapFacetsTest, 
TestTrackingShardHandlerFactory, CurrencyFieldTypeTest, 
TestComplexPhraseQParserPlugin, TestCloudInspectUtil, TestCloudPivotFacet, 
TestCloudPseudoReturnFields, TestCloudRecovery2, TestCloudSearcherWarming, 
TestDeleteCollectionOnDownNodes, TestDistributedMap, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, 
TestOnReconnectListenerSupport, TestRandomFlRTGCloud, 
TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization, 
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, 
TestStressLiveNodes, TestTlogReplica, TestUtilizeNode, ZkCLITest, 
CollectionTooManyReplicasTest, SimpleCollectionCreateDeleteTest, 
TestCollectionAPI, TestHdfsCloudBackupRestore, AutoScalingHandlerTest, 
ComputePlanActionTest, SystemLogListenerTest, TriggerEventQueueTest, 
TriggerSetPropertiesIntegrationTest, TestSimDistributedQueue, 
TestSimLargeCluster, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, 
ImplicitSnitchTest, BlobRepositoryCloudTest, CoreSorterTest, 
HdfsDirectoryFactoryTest, PluginInfoTest, QueryResultKeyTest, 
RAMDirectoryFactoryTest, SolrCoreCheckLockOnStartupTest, SolrCoreTest, 
TestConfigSetImmutable, TestCustomStream, TestNRTOpen, TestQuerySenderListener, 
TestReloadAndDeleteDocs, TestSolrConfigHandler, TestReplicationHandlerBackup, 
TestReplicationHandlerDiskOverFlow, TestReqParamsAPI, TestRestoreCore, 
TestSQLHandler, TestSQLHandlerNonCloud, TestSystemCollAutoCreate, 
XmlUpdateRequestHandlerTest, CoreAdminOperationTest, InfoHandlerTest, 
LoggingHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, 
PropertiesRequestHandlerTest, ShowFileRequestHandlerTest, StatsReloadRaceTest, 
TestApiFramework, TestConfigsApi, ZookeeperStatusHandlerTest, 
CustomTermsComponentTest, DistributedDebugComponentTest, 
DistributedExpandComponentTest, DistributedFacetPivotWhiteBoxTest, 
DistributedSpellCheckComponentTest, FacetPivotSmallTest, InfixSuggestersTest]
   [junit4] Completed [621/847 (1!)] on J0 in 15.42s, 7 tests, 1 error <<< 
FAILURES!

[...truncated 43244 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/92/consoleText

[repro] Revision: 1d85f13eeb00430b0319b8e0cb5b27f98dd43edb

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

[repro] ant clean

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

[...truncated 3602 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.InfixSuggestersTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=E9D90E46B17B08A8 
-Dtests.slow=true -Dtests.locale=ebu-KE -Dtests.timezone=Australia/Darwin 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 78 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to