Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/67/

2 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([FC3E4DC7BAFE367A:45BF9B18961432F0]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:14&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more


FAILED:  org.apache.solr.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([FC3E4DC7BAFE367A:46EC22BF39D0D86F]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more




Build Log:
[...truncated 11824 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_FC3E4DC7BAFE367A-001/init-core-data-001
   [junit4]   2> 970942 WARN  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=866 numCloses=866
   [junit4]   2> 970942 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 970943 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 970944 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 970944 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 970969 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 970994 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 971103 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 971153 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cfd1fe
   [junit4]   2> 971158 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cfd1fe
   [junit4]   2> 971158 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cfd1fe
   [junit4]   2> 971160 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 971204 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 971224 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 971335 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 971340 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 971341 INFO  (coreLoadExecutor-4059-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@74cfd1fe
   [junit4]   2> 971341 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 971341 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_FC3E4DC7BAFE367A-001/init-core-data-001/]
   [junit4]   2> 971342 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=59.8857421875, 
floorSegmentMB=1.15625, forceMergeDeletesPctAllowed=10.918429594007101, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 971378 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 971379 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 971379 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 971379 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 971380 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=12.7705078125, 
floorSegmentMB=0.423828125, forceMergeDeletesPctAllowed=24.354643491910043, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8768479587619658
   [junit4]   2> 971380 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37146447[collection1] main]
   [junit4]   2> 971381 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 971618 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 971647 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 971647 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 971647 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 971647 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 971647 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 971647 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 971648 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 971648 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 971648 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 971648 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 971649 INFO  
(searcherExecutor-4060-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@37146447[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 971649 INFO  (coreLoadExecutor-4059-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573264681442738176
   [junit4]   2> 971652 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 971655 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 971655 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 971656 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@55782dcb[collection1] realtime]
   [junit4]   2> 971656 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 971657 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 971657 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 971683 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 971705 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 971858 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 971883 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 971904 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    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@74cfd1fe
   [junit4]   2> 971904 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_FC3E4DC7BAFE367A-001/init-core-data-001/]
   [junit4]   2> 972002 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 972002 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 972003 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@674be407[collection1] main]
   [junit4]   2> 972004 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 972004 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 972006 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 972006 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1573264681817079808
   [junit4]   2> 972008 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 972009 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 972009 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 972009 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 972009 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 972009 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 972010 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=631093240, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 972010 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 972010 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 972011 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 972011 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 972012 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@674be407[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 972013 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3149c524[collection1] main]
   [junit4]   2> 972013 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@71dda519
   [junit4]   2> 972013 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1910351129
   [junit4]   2> 972020 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3149c524[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 972023 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1573264681830711296)]} 0 4
   [junit4]   2> 972023 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1573264681834905600)]} 0 4
   [junit4]   2> 972024 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1573264681834905601)]} 0 5
   [junit4]   2> 972024 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1573264681835954176)]} 0 5
   [junit4]   2> 972024 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1573264681835954177)]} 0 5
   [junit4]   2> 972024 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1573264681835954178)]} 0 5
   [junit4]   2> 972025 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1573264681835954179)]} 0 6
   [junit4]   2> 972029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1573264681837002752)]} 0 10
   [junit4]   2> 972029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1573264681841197056)]} 0 10
   [junit4]   2> 972029 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1573264681841197057)]} 0 10
   [junit4]   2> 972030 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1573264681842245632)]} 0 11
   [junit4]   2> 972030 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1573264681842245633)]} 0 11
   [junit4]   2> 972030 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1573264681842245634)]} 0 11
   [junit4]   2> 972030 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1573264681842245635)]} 0 11
   [junit4]   2> 972031 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 972041 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1573264681844342784)]} 0 22
   [junit4]   2> 972042 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1573264681853779968)]} 0 23
   [junit4]   2> 972042 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 972042 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:14&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 972042 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:14&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:14&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 972043 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=FC3E4DC7BAFE367A -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=is-IS -Dtests.timezone=Europe/Andorra 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.39s J1 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FC3E4DC7BAFE367A:45BF9B18961432F0]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=id:14&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 972045 INFO  (commitScheduler-4068-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 972047 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 972050 INFO  (commitScheduler-4068-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@25bcf69c[collection1] main]
   [junit4]   2> 972051 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@25bcf69c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C16)))}
   [junit4]   2> 972051 INFO  (commitScheduler-4068-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 972051 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 972052 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@174365f4[collection1] realtime]
   [junit4]   2> 972052 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 4
   [junit4]   2> 972052 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 972052 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 972077 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 972098 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 972243 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 972254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 972270 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
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@74cfd1fe
   [junit4]   2> 972271 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_FC3E4DC7BAFE367A-001/init-core-data-001/]
   [junit4]   2> 972333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 972333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 972335 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@203add8e[collection1] main]
   [junit4]   2> 972335 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 972336 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 972339 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 972343 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 972343 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 972343 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 972343 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 972344 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 972344 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 972344 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 972344 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 972345 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=28.7666015625, 
floorSegmentMB=1.7998046875, forceMergeDeletesPctAllowed=10.79199692906615, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 972345 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 972347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 972349 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@203add8e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 972349 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@63ed59c8[collection1] main]
   [junit4]   2> 972349 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@28551fe4
   [junit4]   2> 972350 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=676667364
   [junit4]   2> 972355 INFO  
(searcherExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@63ed59c8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 972356 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573264682180935680)]} 0 2
   [junit4]   2> 972356 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 972356 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573264682184081408)]} 0 3
   [junit4]   2> 972356 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 972357 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1573264682185129984)]} 0 4
   [junit4]   2> 972357 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 972357 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 972358 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 972358 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[FC3E4DC7BAFE367A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=FC3E4DC7BAFE367A 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is-IS 
-Dtests.timezone=Europe/Andorra -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.32s J1 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FC3E4DC7BAFE367A:46EC22BF39D0D86F]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 972367 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 972368 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 972368 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@48856008[collection1] realtime]
   [junit4]   2> 972368 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 972368 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 972369 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 973097 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 973130 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 973276 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 973284 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 973300 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    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@74cfd1fe
   [junit4]   2> 973300 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_FC3E4DC7BAFE367A-001/init-core-data-001/]
   [junit4]   2> 973354 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 973354 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 973356 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@43f2a647[collection1] main]
   [junit4]   2> 973356 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 973357 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 973360 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 973363 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 973363 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 973363 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 973363 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 973363 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 973364 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=96.2158203125, 
floorSegmentMB=1.064453125, forceMergeDeletesPctAllowed=28.457753112042315, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5110215696514285
   [junit4]   2> 973364 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 973364 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 973365 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 973365 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 973365 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 973367 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@43f2a647[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 973368 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ad2b166[collection1] main]
   [junit4]   2> 973368 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ff9454
   [junit4]   2> 973369 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=33526868
   [junit4]   2> 973371 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1ad2b166[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 973379 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573264683253628928)]} 0 2
   [junit4]   2> 973379 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 974879 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 974881 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@93fc35d[collection1] 
main]
   [junit4]   2> 974881 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 974882 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@93fc35d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.1.0):C1)))}
   [junit4]   2> 974885 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573264684835930112)]} 0 1509
   [junit4]   2> 974885 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 974886 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 974887 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1573264684838027264)]} 0 0
   [junit4]   2> 974887 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 976385 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 976387 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@263eb6ea[collection1] main]
   [junit4]   2> 976387 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 976388 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@263eb6ea[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):C1)))}
   [junit4]   2> 976389 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1573264686412988416)]} 0 3013
   [junit4]   2> 976389 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 976390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036992)]} 0 3013
   [junit4]   2> 976390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036993)]} 0 3013
   [junit4]   2> 976390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036994)]} 0 3014
   [junit4]   2> 976390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036995)]} 0 3014
   [junit4]   2> 976390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036996)]} 0 3014
   [junit4]   2> 976390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036997)]} 0 3014
   [junit4]   2> 976391 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686414036998)]} 0 3014
   [junit4]   2> 976391 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686415085568)]} 0 3014
   [junit4]   2> 976391 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686415085569)]} 0 3014
   [junit4]   2> 976391 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573264686415085570)]} 0 3014
   [junit4]   2> 976391 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 977889 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 977891 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18494902[collection1] main]
   [junit4]   2> 977891 INFO  (commitScheduler-4076-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 977893 INFO  
(searcherExecutor-4073-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18494902[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):C1)
 Uninverting(_4(7.1.0):C11/9:delGen=1)))}
   [junit4]   2> 977893 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1573264687990046720)]} 0 4517
   [junit4]   2> 977894 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 977894 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[FC3E4DC7BAFE367A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 977894 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 977894 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1330235027
   [junit4]   2> 977894 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 977895 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 977896 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 977896 INFO  
(SUITE-AutoCommitTest-seed#[FC3E4DC7BAFE367A]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 977896 INFO  
(coreCloseExecutor-4077-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@520a5abf
   [junit4]   2> 977897 INFO  
(coreCloseExecutor-4077-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 977897 INFO  
(coreCloseExecutor-4077-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@79111444 commitCommandVersion:0
   [junit4]   2> 977899 INFO  
(coreCloseExecutor-4077-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1376410303
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_FC3E4DC7BAFE367A-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=4, maxDocsPerChunk=463, blockSize=371), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=4, blockSize=371)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=is-IS, timezone=Europe/Andorra
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=295709048,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestClusterProperties, 
TestFiltering, ZkCLITest, TestTestInjection, 
CloneFieldUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, 
FileUtilsTest, DistributedQueryComponentCustomSortTest, 
LeaderInitiatedRecoveryOnCommitTest, ClassificationUpdateProcessorFactoryTest, 
RequestLoggingTest, TestConfigOverlay, TestJsonFacetRefinement, SOLR749Test, 
TestOrdValues, TestSolrJ, TestXIncludeConfig, TestInitParams, SliceStateTest, 
TestEmbeddedSolrServerSchemaAPI, TestStressCloudBlindAtomicUpdates, 
IndexSchemaTest, TestFuzzyAnalyzedSuggestions, TestPartialUpdateDeduplication, 
HdfsBasicDistributedZkTest, TestRandomRequestDistribution, TestQueryTypes, 
DistributedMLTComponentTest, SpellCheckComponentTest, HdfsRecoveryZkTest, 
OverseerTaskQueueTest, TestHashPartitioner, ConfigSetsAPITest, 
CollectionsAPIDistributedZkTest, SpatialRPTFieldTypeTest, 
ClusterStateUpdateTest, NoCacheHeaderTest, HdfsWriteToMultipleCollectionsTest, 
ZkSolrClientTest, BadComponentTest, TestInPlaceUpdatesStandalone, 
DocValuesTest, TestSchemalessBufferedUpdates, SuggestComponentTest, 
TestAuthorizationFramework, LargeFieldTest, TestSolrIndexConfig, 
TestShardHandlerFactory, TestMiniSolrCloudClusterSSL, TestHashQParserPlugin, 
ChaosMonkeySafeLeaderTest, QueryParsingTest, TestManagedSchemaThreadSafety, 
TestLockTree, SolrJmxReporterTest, HdfsThreadLeakTest, MoveReplicaTest, 
ParsingFieldUpdateProcessorsTest, CoreAdminCreateDiscoverTest, 
IndexSchemaRuntimeFieldTest, HdfsCollectionsAPIDistributedZkTest, 
DirectSolrConnectionTest, TestReqParamsAPI, CSVRequestHandlerTest, 
AlternateDirectoryTest, HLLUtilTest, ManagedSchemaRoundRobinCloudTest, 
TestSearchPerf, ShufflingReplicaListTransformerTest, DeleteNodeTest, 
DocValuesNotIndexedTest, FileBasedSpellCheckerTest, TestSolrQueryResponse, 
TestDocTermOrds, DistribJoinFromCollectionTest, CacheHeaderTest, 
TestStressRecovery, TestReloadDeadlock, TestCloudDeleteByQuery, 
LeaderElectionContextKeyTest, TestCoreDiscovery, TestGeoJSONResponseWriter, 
TestLegacyNumericUtils, InfoHandlerTest, LoggingHandlerTest, 
AsyncCallRequestStatusResponseTest, UUIDUpdateProcessorFallbackTest, 
TestComplexPhraseLeadingWildcard, ScriptEngineTest, 
TestFieldTypeCollectionResource, TestHighFrequencyDictionaryFactory, 
TestFastLRUCache, TestSolrCloudWithHadoopAuthPlugin, SecurityConfHandlerTest, 
TestTrieFacet, ActionThrottleTest, DistributedTermsComponentTest, 
RuleEngineTest, AutoScalingHandlerTest, SoftAutoCommitTest, 
TestLeaderElectionZkExpiry, PrimUtilsTest, CdcrReplicationDistributedZkTest, 
HdfsDirectoryFactoryTest, TestLRUCache, BasicFunctionalityTest, 
ConjunctionSolrSpellCheckerTest, TestPullReplica, 
TestSerializedLuceneMatchVersion, TestSolrCloudWithDelegationTokens, 
DeleteStatusTest, OverseerModifyCollectionTest, CoreAdminHandlerTest, 
TestDFISimilarityFactory, TestPayloadScoreQParserPlugin, 
BasicAuthIntegrationTest, TestApiFramework, TestAtomicUpdateErrorCases, 
OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestRandomDVFaceting, 
AutoCommitTest]
   [junit4] Completed [308/728 (1!)] on J1 in 6.97s, 3 tests, 2 errors <<< 
FAILURES!

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

Reply via email to