Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/83/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseParallelGC

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([52947BF7446EB650:EB15AD286884B2DA]: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([52947BF7446EB650:E846148FC7405845]: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 11907 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_52947BF7446EB650-001/init-core-data-001
   [junit4]   2> 1199128 WARN  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1199128 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1199130 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1199130 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1199131 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1199154 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1199174 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1199288 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1199360 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61b5fef7
   [junit4]   2> 1199380 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61b5fef7
   [junit4]   2> 1199381 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61b5fef7
   [junit4]   2> 1199401 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1199447 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1199491 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1199656 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1199663 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1199663 INFO  (coreLoadExecutor-5606-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@61b5fef7
   [junit4]   2> 1199663 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1199663 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_52947BF7446EB650-001/init-core-data-001/]
   [junit4]   2> 1199677 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=321925573, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1199777 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1199777 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1199778 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1199778 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1199779 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=71.7568359375, 
floorSegmentMB=0.6650390625, forceMergeDeletesPctAllowed=10.426477877924485, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1199779 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17a4f8d0[collection1] main]
   [junit4]   2> 1199780 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1199799 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1199859 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1199859 INFO  (coreLoadExecutor-5606-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1573028484706467840
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1199861 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1199862 INFO  
(searcherExecutor-5607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17a4f8d0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1199866 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1199876 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1199876 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1199877 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5da87bdb[collection1] realtime]
   [junit4]   2> 1199877 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
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 0
   [junit4]   2> 1199877 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1199878 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1199986 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1200004 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1200109 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1200117 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1200133 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    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@61b5fef7
   [junit4]   2> 1200133 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_52947BF7446EB650-001/init-core-data-001/]
   [junit4]   2> 1200175 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1200175 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1200176 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7dbc3ee[collection1] main]
   [junit4]   2> 1200177 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1200177 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1200179 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1200179 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1573028485042012160
   [junit4]   2> 1200190 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=40.8154296875, 
floorSegmentMB=1.423828125, forceMergeDeletesPctAllowed=18.783539592869502, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3799793224573287
   [junit4]   2> 1200190 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1200191 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1200193 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7dbc3ee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1200193 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@67908d90[collection1] main]
   [junit4]   2> 1200194 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@21411f2a
   [junit4]   2> 1200194 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=557915946
   [junit4]   2> 1200201 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@67908d90[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1200202 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1573028485062983680)]} 0 2
   [junit4]   2> 1200202 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1573028485066129408)]} 0 3
   [junit4]   2> 1200203 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1573028485066129409)]} 0 3
   [junit4]   2> 1200203 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1573028485067177984)]} 0 3
   [junit4]   2> 1200203 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1573028485067177985)]} 0 3
   [junit4]   2> 1200203 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1573028485067177986)]} 0 3
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1573028485071372288)]} 0 7
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1573028485071372289)]} 0 7
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1573028485071372290)]} 0 8
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1573028485071372291)]} 0 8
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1573028485071372292)]} 0 8
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1573028485071372293)]} 0 8
   [junit4]   2> 1200207 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1573028485071372294)]} 0 8
   [junit4]   2> 1200208 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1573028485072420864)]} 0 8
   [junit4]   2> 1200208 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    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> 1200216 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1573028485074518016)]} 0 17
   [junit4]   2> 1200217 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1573028485081858048)]} 0 17
   [junit4]   2> 1200217 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    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> 1200217 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    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> 1200218 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    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> 1200218 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=52947BF7446EB650 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=America/Godthab 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.35s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([52947BF7446EB650:EB15AD286884B2DA]: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> 1200221 INFO  (commitScheduler-5615-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> 1200229 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1200273 INFO  (commitScheduler-5615-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@31f6987d[collection1] main]
   [junit4]   2> 1200274 INFO  (commitScheduler-5615-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1200274 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 1200274 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@55a10acf[collection1] realtime]
   [junit4]   2> 1200275 INFO  
(searcherExecutor-5612-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@31f6987d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c16)))}
   [junit4]   2> 1200275 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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 45
   [junit4]   2> 1200275 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1200276 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1200325 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1200369 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1200562 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1200576 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1200591 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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@61b5fef7
   [junit4]   2> 1200591 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_52947BF7446EB650-001/init-core-data-001/]
   [junit4]   2> 1200708 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1200708 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1200709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@572fb224[collection1] main]
   [junit4]   2> 1200710 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1200711 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1200713 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1200715 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1200716 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1200716 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1200716 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1200718 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@572fb224[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1200718 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1200718 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@78cf3245[collection1] main]
   [junit4]   2> 1200719 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6afc02ff
   [junit4]   2> 1200719 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1794900735
   [junit4]   2> 1200722 INFO  
(searcherExecutor-5616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78cf3245[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1200731 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573028485614534656)]} 0 9
   [junit4]   2> 1200731 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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> 1200732 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573028485621874688)]} 0 10
   [junit4]   2> 1200732 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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> 1200732 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1573028485621874689)]} 0 11
   [junit4]   2> 1200732 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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> 1200733 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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> 1200733 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
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> 1200733 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[52947BF7446EB650]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=52947BF7446EB650 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr-HR 
-Dtests.timezone=America/Godthab -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.51s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([52947BF7446EB650:E846148FC7405845]: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> 1200738 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1200739 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1200739 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f5f9b1[collection1] realtime]
   [junit4]   2> 1200739 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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 0
   [junit4]   2> 1200739 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1200743 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1200781 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1200815 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1200936 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1200943 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1200960 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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@61b5fef7
   [junit4]   2> 1200960 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_52947BF7446EB650-001/init-core-data-001/]
   [junit4]   2> 1201008 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1201008 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1201009 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4bb5f252[collection1] main]
   [junit4]   2> 1201010 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1201011 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1201013 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1201015 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1201015 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1201016 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1201017 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1201019 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4bb5f252[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1201019 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7635c8bb[collection1] main]
   [junit4]   2> 1201019 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b99de6e
   [junit4]   2> 1201019 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=463068782
   [junit4]   2> 1201021 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7635c8bb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1201041 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573028485929107456)]} 0 16
   [junit4]   2> 1201041 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1202529 INFO  (commitScheduler-5623-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> 1202538 INFO  (commitScheduler-5623-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@775036e9[collection1] main]
   [junit4]   2> 1202538 INFO  (commitScheduler-5623-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1202540 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@775036e9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.1.0):c1)))}
   [junit4]   2> 1202547 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573028487523991552)]} 0 1522
   [junit4]   2> 1202547 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1202550 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1202550 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1573028487528185856)]} 0 0
   [junit4]   2> 1202551 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1204047 INFO  (commitScheduler-5623-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> 1204049 INFO  (commitScheduler-5623-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d57cfe[collection1] 
main]
   [junit4]   2> 1204049 INFO  (commitScheduler-5623-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1204050 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d57cfe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):c1)))}
   [junit4]   2> 1204060 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1573028489111535616)]} 0 3035
   [junit4]   2> 1204060 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584192)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584193)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584194)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584195)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584196)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584197)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584198)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584199)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584200)]} 0 3036
   [junit4]   2> 1204061 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573028489112584201)]} 0 3036
   [junit4]   2> 1204062 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1205560 INFO  (commitScheduler-5623-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> 1205563 INFO  (commitScheduler-5623-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2f7c0bcd[collection1] main]
   [junit4]   2> 1205563 INFO  (commitScheduler-5623-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1205565 INFO  
(searcherExecutor-5620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2f7c0bcd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):c1)
 Uninverting(_4(7.1.0):c11/9:delGen=1)))}
   [junit4]   2> 1205814 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1573028490949689344)]} 0 4789
   [junit4]   2> 1205814 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    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> 1205814 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[52947BF7446EB650]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1205814 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1205815 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=94657588
   [junit4]   2> 1205815 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1205816 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1205817 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1205819 INFO  
(SUITE-AutoCommitTest-seed#[52947BF7446EB650]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1205820 INFO  
(coreCloseExecutor-5624-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@57e48ad1
   [junit4]   2> 1205820 INFO  
(coreCloseExecutor-5624-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1205820 INFO  
(coreCloseExecutor-5624-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@18c32ab2 commitCommandVersion:0
   [junit4]   2> 1205823 INFO  
(coreCloseExecutor-5624-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1474595537
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_52947BF7446EB650-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=PostingsFormat(name=Memory), field_t=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=MockRandom), 
subject=PostingsFormat(name=MockRandom), 
intDefault=PostingsFormat(name=Memory), id_i1=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=Memory), range_facet_i_dv=PostingsFormat(name=Memory), 
text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=Memory), 
timestamp=PostingsFormat(name=Memory)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1480, 
maxMBSortInHeap=6.395141638188951, sim=RandomSimilarity(queryNorm=false): {}, 
locale=hr-HR, timezone=America/Godthab
   [junit4]   2> NOTE: Linux 4.10.0-26-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=228225216,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestDelegationWithHadoopAuth, SignatureUpdateProcessorFactoryTest, 
TestSolrConfigHandlerCloud, TestJmxIntegration, CachingDirectoryFactoryTest, 
TestShortCircuitedRequests, NumericFieldsTest, SolrXmlInZkTest, 
TestNamedUpdateProcessors, TestMiniSolrCloudCluster, 
TestSuggestSpellingConverter, PreAnalyzedUpdateProcessorTest, 
DistributedFacetPivotSmallTest, TestUseDocValuesAsStored, 
PreAnalyzedFieldManagedSchemaCloudTest, TestInitQParser, ReturnFieldsTest, 
ChangedSchemaMergeTest, BaseCdcrDistributedZkTest, TestBulkSchemaConcurrent, 
TestChildDocTransformer, BasicAuthStandaloneTest, TimeZoneUtilsTest, 
ResponseLogComponentTest, SimplePostToolTest, OverseerTest, 
TestNumericRangeQuery64, TestSort, OverriddenZkACLAndCredentialsProvidersTest, 
TestJsonFacets, TestSolrCoreProperties, TestUtils, TestFieldCollectionResource, 
TestRecovery, StressHdfsTest, TestPointFields, DistributedDebugComponentTest, 
SolrMetricManagerTest, JvmMetricsTest, SpatialHeatmapFacetsTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConnectionManagerTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestCopyFieldCollectionResource, 
SuggesterTest, TestHdfsBackupRestoreCore, DateFieldTest, 
UniqFieldsUpdateProcessorFactoryTest, UtilsToolTest, 
ClassificationUpdateProcessorIntegrationTest, TestRestoreCore, 
TestUninvertingReader, BadIndexSchemaTest, TestLFUCache, 
CollectionsAPISolrJTest, DistributedQueryComponentOptimizationTest, 
TestPivotHelperCode, SolrCoreCheckLockOnStartupTest, 
TestPullReplicaErrorHandling, LeaderFailoverAfterPartitionTest, 
TestManagedSynonymGraphFilterFactory, ZkStateWriterTest, 
TestNonDefinedSimilarityFactory, TermVectorComponentDistributedTest, 
TestJettySolrRunner, ShowFileRequestHandlerTest, SimpleMLTQParserTest, 
HighlighterMaxOffsetTest, DistributedQueueTest, V2ApiIntegrationTest, 
HardAutoCommitTest, DistributedFacetPivotLargeTest, SolrSlf4jReporterTest, 
MultiThreadedOCPTest, BasicDistributedZk2Test, TestDefaultStatsCache, 
CdcrUpdateLogTest, TestSolrCloudSnapshots, TestCustomDocTransformer, 
TestZkChroot, TestSurroundQueryParser, TestDistribDocBasedVersion, 
TestSimpleTextCodec, PingRequestHandlerTest, TestPolicyCloud, TestNRTOpen, 
MetricsHandlerTest, SpellPossibilityIteratorTest, DistanceUnitsTest, 
CollectionStateFormat2Test, SimpleCollectionCreateDeleteTest, 
TestLMJelinekMercerSimilarityFactory, TestStandardQParsers, 
HttpSolrCallGetCoreTest, HdfsNNFailoverTest, TestAnalyzedSuggestions, 
DirectoryFactoryTest, TestFastWriter, TestStreamBody, TestIndexSearcher, 
ReplaceNodeTest, PolyFieldTest, TestFieldTypeResource, DocValuesMissingTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestMissingGroups, SearchHandlerTest, 
TestQueryWrapperFilter, TestComplexPhraseQParserPlugin, MoveReplicaHDFSTest, 
TestRawResponseWriter, ForceLeaderTest, TestUniqueKeyFieldResource, 
MergeStrategyTest, AutoCommitTest]
   [junit4] Completed [335/728 (1!)] on J2 in 6.71s, 3 tests, 2 errors <<< 
FAILURES!

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

Reply via email to