Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1064/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

3 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([1FBDFA3E765036C4:A63C2CE15ABA324E]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:818)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
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=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:811)
        ... 40 more


FAILED:  org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics

Error Message:
minorMerge: 3 expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: minorMerge: 3 expected:<4> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([1FBDFA3E765036C4:D36DC782B6DECDFF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics(SolrIndexMetricsTest.java:70)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([1FBDFA3E765036C4:7702CF14A6CA2428]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:280)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11666 lines...]
   [junit4] Suite: org.apache.solr.update.SolrIndexMetricsTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.SolrIndexMetricsTest_1FBDFA3E765036C4-001/init-core-data-001
   [junit4]   2> 1115809 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-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> 1115809 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1115810 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1115837 WARN  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1115837 WARN  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure 
it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1115837 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1115845 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1115933 WARN  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1115936 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1115946 WARN  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1115949 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1115949 WARN  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1115952 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1115952 WARN  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1115952 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1115953 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1115975 WARN  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1115975 WARN  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is 
deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1115975 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1115983 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1116066 WARN  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1116068 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1116076 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1116077 WARN  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 1116077 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1116077 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.SolrIndexMetricsTest_1FBDFA3E765036C4-001/init-core-data-001/]
   [junit4]   2> 1116100 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1116100 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1116103 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f1b8aa8[collection1] main]
   [junit4]   2> 1116103 WARN  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1116103 INFO  (coreLoadExecutor-3915-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1116103 INFO  
(searcherExecutor-3916-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f1b8aa8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1116104 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1116107 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIndexMetrics
   [junit4]   2> 1117087 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1117088 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e2d25da
   [junit4]   2> 1117127 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@761c1afd[collection1] main]
   [junit4]   2> 1117128 INFO  (searcherExecutor-3916-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@761c1afd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_5(7.0.0):C100) 
Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) 
Uninverting(_9(7.0.0):C100) Uninverting(_a(7.0.0):C100) 
Uninverting(_b(7.0.0):C100)))}
   [junit4]   2> 1117128 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1117128 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1117159 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1117159 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure 
it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1117159 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1117168 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1117291 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1117293 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1117302 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1117302 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 1117386 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1117430 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.SolrMetricManager Replacing existing reporter 'default' 
in registry 'solr.core.collection1': 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10bc84a2: domain = 
solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 1117434 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.SolrIndexMetricsTest_1FBDFA3E765036C4-001/init-core-data-001/]
   [junit4]   2> 1117449 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1117449 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1117487 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16c389fb[collection1] main]
   [junit4]   2> 1117487 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1117487 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1117488 INFO  
(searcherExecutor-3920-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16c389fb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C300)
 Uninverting(_3(7.0.0):C100) Uninverting(_5(7.0.0):C100) 
Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) 
Uninverting(_9(7.0.0):C100) Uninverting(_a(7.0.0):C100) 
Uninverting(_b(7.0.0):C100)))}
   [junit4]   2> 1117990 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1118073 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1267ff6f[collection1] main]
   [junit4]   2> 1118073 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ab30082
   [junit4]   2> 1118073 INFO  
(searcherExecutor-3920-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1267ff6f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C300)
 Uninverting(_8(7.0.0):C300) Uninverting(_c(7.0.0):C300) 
Uninverting(_b(7.0.0):C100)))}
   [junit4]   2> 1118074 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1118078 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testIndexMetrics
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrIndexMetricsTest -Dtests.method=testIndexMetrics 
-Dtests.seed=1FBDFA3E765036C4 -Dtests.slow=true -Dtests.locale=ja-JP 
-Dtests.timezone=US/Mountain -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.98s J0 | SolrIndexMetricsTest.testIndexMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: minorMerge: 3 
expected:<4> but was:<3>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1FBDFA3E765036C4:D36DC782B6DECDFF]:0)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics(SolrIndexMetricsTest.java:70)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1118080 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1118080 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=98901261
   [junit4]   2> 1118081 INFO  
(coreCloseExecutor-3924-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7b0a26f4
   [junit4]   2> 1118081 INFO  
(coreCloseExecutor-3924-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1118082 INFO  
(SUITE-SolrIndexMetricsTest-seed#[1FBDFA3E765036C4]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.SolrIndexMetricsTest_1FBDFA3E765036C4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=FSTOrd50, multiDefault=FST50, 
intDefault=PostingsFormat(name=MockRandom), foo_s=FST50, id=FSTOrd50, 
range_facet_i_dv=FST50, range_facet_l=FST50, timestamp=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Asserting), foo_s=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=985, 
maxMBSortInHeap=7.344751155979984, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ja-JP, timezone=US/Mountain
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112 
(64-bit)/cpus=3,threads=1,free=180678424,total=438304768
   [junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, 
TestDynamicFieldCollectionResource, HighlighterMaxOffsetTest, 
CoreAdminCreateDiscoverTest, TestUninvertingReader, 
DistributedMLTComponentTest, CoreMergeIndexesAdminHandlerTest, 
BlobRepositoryCloudTest, TestPhraseSuggestions, TestFieldCacheSanityChecker, 
HdfsSyncSliceTest, TestJavabinTupleStreamParser, DocValuesTest, 
TestSolrDeletionPolicy1, HdfsBasicDistributedZkTest, TestIntervalFaceting, 
DocValuesNotIndexedTest, SchemaVersionSpecificBehaviorTest, HdfsNNFailoverTest, 
TestSubQueryTransformerDistrib, TestFilteredDocIdSet, DeleteReplicaTest, 
TestElisionMultitermQuery, DOMUtilTest, TestHashQParserPlugin, CopyFieldTest, 
SolrCoreTest, PrimitiveFieldTypeTest, UtilsToolTest, TestDistributedSearch, 
TestManagedSchemaThreadSafety, TimeZoneUtilsTest, 
ManagedSchemaRoundRobinCloudTest, TestJsonFacets, TestSubQueryTransformer, 
RuleEngineTest, TestPerFieldSimilarity, FileUtilsTest, DeleteStatusTest, 
TestFastLRUCache, TestCustomSort, TestUseDocValuesAsStored2, 
DistributedFacetPivotLongTailTest, TestSimpleQParserPlugin, 
TestNonDefinedSimilarityFactory, TestClassicSimilarityFactory, 
TestPKIAuthenticationPlugin, TestSQLHandler, TestCollectionAPI, 
SolrMetricManagerTest, RecoveryAfterSoftCommitTest, BlockJoinFacetRandomTest, 
TestFieldCacheSortRandom, TestCustomDocTransformer, 
SegmentsInfoRequestHandlerTest, TestReloadDeadlock, MultiTermTest, TestSort, 
TestBinaryField, DistributedQueueTest, CachingDirectoryFactoryTest, 
UUIDUpdateProcessorFallbackTest, TestImplicitCoreProperties, 
TestManagedResourceStorage, TestConfigSets, CdcrReplicationDistributedZkTest, 
HttpPartitionTest, HdfsDirectoryFactoryTest, TestCSVResponseWriter, 
BasicAuthIntegrationTest, DirectSolrSpellCheckerTest, DocValuesMissingTest, 
TestImpersonationWithHadoopAuth, DistributedDebugComponentTest, 
TestJettySolrRunner, TestTrackingShardHandlerFactory, HardAutoCommitTest, 
TestLFUCache, TestDocumentBuilder, ClusterStateUpdateTest, 
CloudExitableDirectoryReaderTest, DocumentBuilderTest, 
ReplicaListTransformerTest, TestFaceting, TestLeaderInitiatedRecoveryThread, 
TestStressReorder, SpatialRPTFieldTypeTest, TestSolrCLIRunExample, 
TestManagedStopFilterFactory, TestGeoJSONResponseWriter, 
TestSchemaNameResource, HdfsRecoveryZkTest, OverseerTest, 
TestComplexPhraseLeadingWildcard, DistributedSuggestComponentTest, 
BufferStoreTest, QueryElevationComponentTest, TestQuerySenderNoQuery, 
DistributedFacetExistsSmallTest, SimplePostToolTest, SpatialFilterTest, 
TestFieldCache, DistributedQueryComponentCustomSortTest, DirectoryFactoryTest, 
SOLR749Test, AtomicUpdatesTest, AnalysisAfterCoreReloadTest, MergeStrategyTest, 
TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeyNothingIsSafeTest, 
SolrXmlInZkTest, TestHashPartitioner, MBeansHandlerTest, GraphQueryTest, 
DocValuesMultiTest, TestBM25SimilarityFactory, RecoveryZkTest, ZkCLITest, 
TestRTGBase, SuggesterFSTTest, TestFunctionQuery, CurrencyFieldXmlFileTest, 
TestReloadAndDeleteDocs, ConnectionManagerTest, SortSpecParsingTest, 
TestConfigSetImmutable, TestSurroundQueryParser, 
TestSweetSpotSimilarityFactory, TestFieldCacheWithThreads, 
CloneFieldUpdateProcessorFactoryTest, TestBulkSchemaAPI, HighlighterTest, 
UniqFieldsUpdateProcessorFactoryTest, BJQParserTest, 
CollectionsAPIAsyncDistributedZkTest, SolrGraphiteReporterTest, 
ZkNodePropsTest, TestFreeTextSuggestions, 
HdfsTlogReplayBufferedWhileIndexingTest, TestClusterStateMutator, 
ShardRoutingTest, ZkControllerTest, TestSerializedLuceneMatchVersion, 
TestExceedMaxTermLength, DataDrivenBlockJoinTest, SimpleFacetsTest, 
TestInitParams, TestMacros, DisMaxRequestHandlerTest, 
BigEndianAscendingWordSerializerTest, OpenExchangeRatesOrgProviderTest, 
IndexSchemaRuntimeFieldTest, DateFieldTest, 
StatelessScriptUpdateProcessorFactoryTest, TestLRUCache, 
OutOfBoxZkACLAndCredentialsProvidersTest, SolrIndexMetricsTest]
   [junit4] Completed [317/676 (1!)] on J0 in 2.30s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 104 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1FBDFA3E765036C4-001/init-core-data-001
   [junit4]   2> 1432874 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1432875 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1432876 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1432919 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1432942 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1433031 WARN  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1433033 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1433049 WARN  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1433051 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1433051 WARN  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1433054 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1433054 WARN  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1433054 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1433056 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1433085 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1433106 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1433193 WARN  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1433195 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1433201 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1433202 WARN  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 1433202 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1433202 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1FBDFA3E765036C4-001/init-core-data-001/]
   [junit4]   2> 1433202 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1433203 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1433226 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1433226 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1433227 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1433227 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1433227 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=36.3212890625, 
floorSegmentMB=1.5751953125, forceMergeDeletesPctAllowed=1.1066196666772554, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1433228 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c4407b4[collection1] 
main]
   [junit4]   2> 1433228 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1433791 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1433807 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1433807 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1433808 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1433808 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1433808 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1433808 INFO  (coreLoadExecutor-5841-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1555927291591131136
   [junit4]   2> 1433808 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1433809 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1433809 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1433809 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1433810 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1433810 INFO  
(searcherExecutor-5842-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c4407b4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1433811 INFO  
(SUITE-AutoCommitTest-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1433813 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1433814 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1555927291597422592)} 0 0
   [junit4]   2> 1433814 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1433851 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1433872 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1433960 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1433962 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1433969 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1433970 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1433978 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1433978 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.SolrMetricManager Replacing existing reporter 'default' in registry 
'solr.core.collection1': 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7797c787: domain = 
solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 1433982 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1FBDFA3E765036C4-001/init-core-data-001/]
   [junit4]   2> 1433982 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1434003 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1434003 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1434003 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@78c8f2e4[collection1] main]
   [junit4]   2> 1434003 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1434004 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1434007 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1434007 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1434008 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1434008 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1434008 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1434008 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1434009 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1434009 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1434009 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1434010 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1434010 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78c8f2e4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1434010 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    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=1.0]
   [junit4]   2> 1434012 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1434012 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@57b2c7ff[collection1] main]
   [junit4]   2> 1434012 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@138eb1e8
   [junit4]   2> 1434013 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@57b2c7ff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1434017 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1434019 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1555927291812380672)]} 0 0
   [junit4]   2> 1434019 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1435519 INFO  (commitScheduler-5850-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> 1435527 INFO  (commitScheduler-5850-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@78533c96[collection1] main]
   [junit4]   2> 1435528 INFO  (commitScheduler-5850-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1435529 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78533c96[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 1435776 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1555927293653680128)]} 0 1757
   [junit4]   2> 1435776 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1435777 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1435777 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1555927293655777280)]} 0 0
   [junit4]   2> 1435777 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1437276 INFO  (commitScheduler-5850-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> 1437287 INFO  (commitScheduler-5850-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@589328c7[collection1] main]
   [junit4]   2> 1437287 INFO  (commitScheduler-5850-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1437288 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@589328c7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 1437532 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1555927295496028160)]} 0 3515
   [junit4]   2> 1437533 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1437533 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295497076736)]} 0 3516
   [junit4]   2> 1437534 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295497076737)]} 0 3516
   [junit4]   2> 1437534 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295498125312)]} 0 3516
   [junit4]   2> 1437534 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295498125313)]} 0 3517
   [junit4]   2> 1437534 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295498125314)]} 0 3517
   [junit4]   2> 1437534 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295498125315)]} 0 3517
   [junit4]   2> 1437535 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295499173888)]} 0 3517
   [junit4]   2> 1437535 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295499173889)]} 0 3517
   [junit4]   2> 1437535 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295499173890)]} 0 3517
   [junit4]   2> 1437535 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927295499173891)]} 0 3518
   [junit4]   2> 1437536 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1439033 INFO  (commitScheduler-5850-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> 1439041 INFO  (commitScheduler-5850-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d50003e[collection1] main]
   [junit4]   2> 1439042 INFO  (commitScheduler-5850-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1439043 INFO  
(searcherExecutor-5847-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6d50003e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)
 Uninverting(_2(7.0.0):c11/9:delGen=1)))}
   [junit4]   2> 1439292 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1555927297340473344)]} 0 5275
   [junit4]   2> 1439292 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1439293 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1439296 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1439305 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@212005ce[collection1] realtime]
   [junit4]   2> 1439305 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1555927297345716224)} 0 9
   [junit4]   2> 1439306 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1439348 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1439379 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1439463 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1439465 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1439479 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1439480 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1439486 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1439487 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1FBDFA3E765036C4-001/init-core-data-001/]
   [junit4]   2> 1439487 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1439548 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1439548 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1439549 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@77d4e956[collection1] main]
   [junit4]   2> 1439549 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1439550 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1439553 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1439557 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.1240234375, noCFSRatio=0.0]
   [junit4]   2> 1439558 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1439577 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1439577 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1439577 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1439577 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1439578 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1439578 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1439579 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1439579 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1439579 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1439580 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@77d4e956[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1439580 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@55784b77[collection1] main]
   [junit4]   2> 1439580 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@566962e
   [junit4]   2> 1439586 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1439591 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@55784b77[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1439591 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1555927297653997568)]} 0 1
   [junit4]   2> 1439592 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1555927297656094720)]} 0 1
   [junit4]   2> 1439592 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1555927297656094721)]} 0 2
   [junit4]   2> 1439592 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1555927297656094722)]} 0 2
   [junit4]   2> 1439592 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1555927297656094723)]} 0 2
   [junit4]   2> 1439592 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1555927297656094724)]} 0 2
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1555927297656094725)]} 0 2
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1555927297657143296)]} 0 2
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1555927297657143297)]} 0 2
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1555927297657143298)]} 0 3
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1555927297657143299)]} 0 3
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1555927297657143300)]} 0 3
   [junit4]   2> 1439593 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1555927297657143301)]} 0 3
   [junit4]   2> 1439594 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1555927297657143302)]} 0 3
   [junit4]   2> 1439594 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1439594 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1555927297658191872)]} 0 4
   [junit4]   2> 1439594 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1555927297658191873)]} 0 4
   [junit4]   2> 1439595 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1439595 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    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=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1439595 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:14&qt=standard&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=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:811)
   [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:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [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:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1439595 INFO  (commitScheduler-5854-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> 1439596 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1FBDFA3E765036C4]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=1FBDFA3E765036C4 -Dtests.slow=true 
-Dtests.locale=cs-CZ -Dtests.timezone=Africa/Kigali -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.30s J0 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1FBDFA3E765036C4:A63C2CE15ABA324E]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:818)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [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=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:811)
   [junit4]    >        ... 40 more
   [junit4]   2> 1439600 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1439606 INFO  (commitScheduler-5854-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d9109a9[collection1] main]
   [junit4]   2> 1439606 INFO  (commitScheduler-5854-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1439607 INFO  
(searcherExecutor-5851-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d9109a9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c16)))}
   [junit4]   2> 1439608 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c8791ac[collection1] realtime]
   [junit4]   2> 1439608 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:* (-1555927297664483328)} 0 7
   [junit4]   2> 1439608 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1439640 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1439660 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1439752 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1439755 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1439762 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1439763 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 1439770 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1439770 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1FBDFA3E765036C4-001/init-core-data-001/]
   [junit4]   2> 1439770 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@534f25f2
   [junit4]   2> 1439790 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1439790 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1439791 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6320fcd6[collection1] main]
   [junit4]   2> 1439791 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1439792 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1439795 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1439795 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1439795 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1439795 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1439795 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1439796 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1439796 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1439796 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1439797 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1439797 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1439798 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6320fcd6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1439798 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=34.162109375, 
floorSegmentMB=1.5986328125, forceMergeDeletesPctAllowed=19.410479394063714, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6096923009002642
   [junit4]   2> 1439824 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1439824 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71800547[collection1] main]
   [junit4]   2> 1439824 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@355f038e
   [junit4]   2> 1439825 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@71800547[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1439831 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1439846 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1555927297910898688)]} 0 10
   [junit4]   2> 1439846 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1443846 INFO  (commitScheduler-5858-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> 1443854 INFO  (commitScheduler-5858-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8a6deb8[collection1] 
main]
   [junit4]   2> 1443855 INFO  (commitScheduler-5858-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1443856 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8a6deb8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c1)))}
   [junit4]   2> 1443864 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1555927302134562816)]} 0 4030
   [junit4]   2> 1443864 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1443865 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1555927302135611392)]} 0 4031
   [junit4]   2> 1443865 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1445865 INFO  (commitScheduler-5858-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> 1445873 INFO  (commitScheduler-5858-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@66aea8a7[collection1] main]
   [junit4]   2> 1445874 INFO  (commitScheduler-5858-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1445874 INFO  
(searcherExecutor-5855-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@66aea8a7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):c1)))}
   [junit4]   2> 1446125 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1446125 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1446126 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1FBDFA3E765036C4]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1555927304506441728)]} 0 6293
   [junit4]   2> 1446126 INFO  (TEST-AutoCommit

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

SMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/live_nodes
   [junit4]   2>        13      /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 2939225 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[1FBDFA3E765036C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_1FBDFA3E765036C4-001
   [junit4]   2> Jan 08, 2017 4:23:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=lt, timezone=Asia/Vladivostok
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112 
(64-bit)/cpus=3,threads=1,free=118367960,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, 
TestDynamicFieldCollectionResource, HighlighterMaxOffsetTest, 
CoreAdminCreateDiscoverTest, TestUninvertingReader, 
DistributedMLTComponentTest, CoreMergeIndexesAdminHandlerTest, 
BlobRepositoryCloudTest, TestPhraseSuggestions, TestFieldCacheSanityChecker, 
HdfsSyncSliceTest, TestJavabinTupleStreamParser, DocValuesTest, 
TestSolrDeletionPolicy1, HdfsBasicDistributedZkTest, TestIntervalFaceting, 
DocValuesNotIndexedTest, SchemaVersionSpecificBehaviorTest, HdfsNNFailoverTest, 
TestSubQueryTransformerDistrib, TestFilteredDocIdSet, DeleteReplicaTest, 
TestElisionMultitermQuery, DOMUtilTest, TestHashQParserPlugin, CopyFieldTest, 
SolrCoreTest, PrimitiveFieldTypeTest, UtilsToolTest, TestDistributedSearch, 
TestManagedSchemaThreadSafety, TimeZoneUtilsTest, 
ManagedSchemaRoundRobinCloudTest, TestJsonFacets, TestSubQueryTransformer, 
RuleEngineTest, TestPerFieldSimilarity, FileUtilsTest, DeleteStatusTest, 
TestFastLRUCache, TestCustomSort, TestUseDocValuesAsStored2, 
DistributedFacetPivotLongTailTest, TestSimpleQParserPlugin, 
TestNonDefinedSimilarityFactory, TestClassicSimilarityFactory, 
TestPKIAuthenticationPlugin, TestSQLHandler, TestCollectionAPI, 
SolrMetricManagerTest, RecoveryAfterSoftCommitTest, BlockJoinFacetRandomTest, 
TestFieldCacheSortRandom, TestCustomDocTransformer, 
SegmentsInfoRequestHandlerTest, TestReloadDeadlock, MultiTermTest, TestSort, 
TestBinaryField, DistributedQueueTest, CachingDirectoryFactoryTest, 
UUIDUpdateProcessorFallbackTest, TestImplicitCoreProperties, 
TestManagedResourceStorage, TestConfigSets, CdcrReplicationDistributedZkTest, 
HttpPartitionTest, HdfsDirectoryFactoryTest, TestCSVResponseWriter, 
BasicAuthIntegrationTest, DirectSolrSpellCheckerTest, DocValuesMissingTest, 
TestImpersonationWithHadoopAuth, DistributedDebugComponentTest, 
TestJettySolrRunner, TestTrackingShardHandlerFactory, HardAutoCommitTest, 
TestLFUCache, TestDocumentBuilder, ClusterStateUpdateTest, 
CloudExitableDirectoryReaderTest, DocumentBuilderTest, 
ReplicaListTransformerTest, TestFaceting, TestLeaderInitiatedRecoveryThread, 
TestStressReorder, SpatialRPTFieldTypeTest, TestSolrCLIRunExample, 
TestManagedStopFilterFactory, TestGeoJSONResponseWriter, 
TestSchemaNameResource, HdfsRecoveryZkTest, OverseerTest, 
TestComplexPhraseLeadingWildcard, DistributedSuggestComponentTest, 
BufferStoreTest, QueryElevationComponentTest, TestQuerySenderNoQuery, 
DistributedFacetExistsSmallTest, SimplePostToolTest, SpatialFilterTest, 
TestFieldCache, DistributedQueryComponentCustomSortTest, DirectoryFactoryTest, 
SOLR749Test, AtomicUpdatesTest, AnalysisAfterCoreReloadTest, MergeStrategyTest, 
TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeyNothingIsSafeTest, 
SolrXmlInZkTest, TestHashPartitioner, MBeansHandlerTest, GraphQueryTest, 
DocValuesMultiTest, TestBM25SimilarityFactory, RecoveryZkTest, ZkCLITest, 
TestRTGBase, SuggesterFSTTest, TestFunctionQuery, CurrencyFieldXmlFileTest, 
TestReloadAndDeleteDocs, ConnectionManagerTest, SortSpecParsingTest, 
TestConfigSetImmutable, TestSurroundQueryParser, 
TestSweetSpotSimilarityFactory, TestFieldCacheWithThreads, 
CloneFieldUpdateProcessorFactoryTest, TestBulkSchemaAPI, HighlighterTest, 
UniqFieldsUpdateProcessorFactoryTest, BJQParserTest, 
CollectionsAPIAsyncDistributedZkTest, SolrGraphiteReporterTest, 
ZkNodePropsTest, TestFreeTextSuggestions, 
HdfsTlogReplayBufferedWhileIndexingTest, TestClusterStateMutator, 
ShardRoutingTest, ZkControllerTest, TestSerializedLuceneMatchVersion, 
TestExceedMaxTermLength, DataDrivenBlockJoinTest, SimpleFacetsTest, 
TestInitParams, TestMacros, DisMaxRequestHandlerTest, 
BigEndianAscendingWordSerializerTest, OpenExchangeRatesOrgProviderTest, 
IndexSchemaRuntimeFieldTest, DateFieldTest, 
StatelessScriptUpdateProcessorFactoryTest, TestLRUCache, 
OutOfBoxZkACLAndCredentialsProvidersTest, SolrIndexMetricsTest, 
MetricsHandlerTest, ClassificationUpdateProcessorIntegrationTest, 
TestLegacyNumericRangeQueryBuilder, DistributedSpellCheckComponentTest, 
CheckHdfsIndexTest, TestSolrConfigHandlerCloud, TestManagedSchema, 
TestCSVLoader, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
LeaderElectionIntegrationTest, LeaderElectionTest, ZkSolrClientTest, 
AutoCommitTest, TestRecovery, TestRealTimeGet, TestCoreContainer, 
TestSolr4Spatial, BadIndexSchemaTest, TestLazyCores, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, TestStressLucene, PolyFieldTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, 
TestRemoteStreaming, CacheHeaderTest, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, 
MoreLikeThisHandlerTest, RequiredFieldsTest, LoggingHandlerTest, 
SolrPluginUtilsTest, TestCollationField, UpdateRequestProcessorFactoryTest, 
TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, AlternateDirectoryTest, SolrIndexConfigTest, 
TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, TestSearchPerf, 
NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, 
TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestDFRSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, 
ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, PrimUtilsTest, 
TestSolrJ, SliceStateTest, UUIDFieldTest, CircularListTest, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, 
ActionThrottleTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, 
CollectionReloadTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, CustomCollectionTest, DeleteShardTest, 
DistribJoinFromCollectionTest, ForceLeaderTest, MultiThreadedOCPTest, 
PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, 
TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, 
TestCloudRecovery, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, 
TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestLockTree, TestMiniSolrCloudCluster, 
TestRandomRequestDistribution, TestReplicaProperties, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestSizeLimitedDistributedMap, 
TestStressLiveNodes, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, HdfsWriteToMultipleCollectionsTest, 
StressHdfsTest, CoreSorterTest, ExitableDirectoryReaderTest, 
TestBackupRepositoryFactory, TestConfigSetProperties, TestCustomStream, 
TestSolrDynamicMBean, TestSolrXml, TestSolrCloudSnapshots, TestReqParamsAPI, 
TestSolrConfigHandlerConcurrent, DistributedQueryComponentOptimizationTest, 
SuggestComponentTest, TestDistributedStatsComponentCardinality, 
TestSlowCompositeReaderWrapper, SolrMetricReporterTest, 
SolrMetricsIntegrationTest, SolrJmxReporterTest, TestMacroExpander, 
SmileWriterTest, TestExportWriter, TestGraphMLResponseWriter, TestPushWriter, 
TestRawResponseWriter, TestSolrQueryResponse, TestChildDocTransformer, 
TestSubQueryTransformerCrossCore, TestRestManager, 
TestDefaultSearchFieldResource, TestFieldResource, 
TestSchemaSimilarityResource, TestSolrQueryParserResource, BadCopyFieldTest, 
BooleanFieldTest, ChangedSchemaMergeTest, EnumFieldTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudSchemaless, 
TestReRankQParserPlugin, TestSmileRequest, TestSolr4Spatial2, 
TestSolrFieldCacheMBean, TestStandardQParsers, TestStressUserVersions, 
TestTrieFacet, TestXmlQParserPlugin, TestJsonFacetRefinement, TestOrdValues, 
TestScoreJoinQPScore, CloudMLTQParserTest, TestDFISimilarityFactory, 
TestDefaultStatsCache, TestDistribIDF, TestExactSharedStatsCache, 
TestExactStatsCache, BasicAuthStandaloneTest, PKIAuthenticationIntegrationTest, 
TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, 
TestDelegationWithHadoopAuth]
   [junit4] Completed [648/676 (3!)] on J0 in 4.31s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 62534 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to