You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/07/04 03:21:23 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 2999 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2999/
Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=36 closes=35

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=36 closes=35
	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:275)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:724)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:724)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)




Build Log:
[...truncated 10752 lines...]
   [junit4]   2> 328024 T752 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=36 closes=35
   [junit4]   2> 140676 T751 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 160894 T751 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2> 	   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 160896 T751 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 164049 T751 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=is_IS, timezone=Africa/Libreville
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=23066352,total=79925248
   [junit4]   2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, TestArbitraryIndexDir, SolrIndexConfigTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, RAMDirectoryFactoryTest, TestReplicationHandler, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=4411A70D00003CEB -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Africa/Libreville -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=36 closes=35
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:275)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:122)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:724)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:724)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
   [junit4] Completed in 164.18s, 6 tests, 1 failure, 2 errors <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.TestReversedWildcardFilterFactory
   [junit4] Completed in 0.04s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.SolrTestCaseJ4Test
   [junit4] Completed in 0.12s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4] Completed in 0.06s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4] Completed in 0.06s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.IndexBasedSpellCheckerTest
   [junit4] Completed in 0.05s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentTest
   [junit4] Completed in 0.05s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4] Completed in 0.05s, 28 tests, 28 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.CurrencyFieldXmlFileTest
   [junit4] Completed in 0.04s, 11 tests, 11 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestClassNameShortening
   [junit4] Completed in 0.02s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeCollectionResource
   [junit4] Completed in 0.02s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.CopyFieldTest
   [junit4] Completed in 0.32s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.PrimUtilsTest
   [junit4] Completed in 0.02s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.MinimalSchemaTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestManagedSchema
   [junit4] Completed in 0.02s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.JsonLoaderTest
   [junit4] Completed in 0.04s, 14 tests, 14 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.SampleTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.TestWordDelimiterFilterFactory
   [junit4] Completed in 0.07s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.response.TestPHPSerializedResponseWriter
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest
   [junit4] Completed in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.SimpleFacetsTest
   [junit4] Completed in 0.04s, 32 tests, 32 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.IndexReaderFactoryTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.PolyFieldTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.TestPartialUpdateDeduplication
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.BadCopyFieldTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.store.hdfs.HdfsLockFactoryTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.OpenExchangeRatesOrgProviderTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] Completed in 0.04s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ClusterStateTest
   [junit4] Completed in 0.16s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.SimplePostToolTest
   [junit4] Completed in 0.02s, 11 tests, 11 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.RequiredFieldsTest
   [junit4] Completed in 0.03s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.ReturnFieldsTest
   [junit4] Completed in 0.01s, 12 tests, 12 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestPerFieldSimilarity
   [junit4] Completed in 0.05s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactoryTest
   [junit4] Completed in 0.03s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestMultiCoreConfBootstrap
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldResource
   [junit4] Completed in 0.02s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.RequestHandlersTest
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.LukeRequestHandlerTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestAddFieldRealTimeGet
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestQuerySenderNoQuery
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4] Completed in 0.01s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.PrimitiveFieldTypeTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.XsltUpdateRequestHandlerTest
   [junit4] Completed in 0.02s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.response.TestCSVResponseWriter
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigGuesserTest
   [junit4] Completed in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestCollationField
   [junit4] Completed in 0.08s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSearchPerf
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4] Completed in 0.03s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVPrinterTest
   [junit4] Completed in 0.72s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.DistributedQueryElevationComponentTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestShardHandlerFactory
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.FastVectorHighlighterTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestInfoStreamLogging
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeResource
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaVersionResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRealTimeGet
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.AlternateDirectoryTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSort
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.QueryParsingTest
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.DateMathParserTest
   [junit4] Completed in 0.07s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TimeZoneUtilsTest
   [junit4] Completed in 0.02s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.ExternalFileFieldSortTest
   [junit4] Completed in 0.04s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSurroundQueryParser
   [junit4] Completed in 0.05s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4] Completed in 0.02s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.QueryResultKeyTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestValueSourceCache
   [junit4] Completed in 0.02s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestComponentsName
   [junit4] Completed in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestStressLucene
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestStressReorder
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AssignTest
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4] Completed in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestExtendedDismaxParser
   [junit4] Completed in 0.03s, 18 tests, 18 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterWFSTTest
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldResource
   [junit4] Completed in 0.05s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4] Completed in 0.14s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.NumericFieldsTest
   [junit4] Completed in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestDistributedGrouping
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestStressRecovery
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.function.SortByFunctionTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVUtilsTest
   [junit4] Completed in 0.02s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestUtils
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.TestLuceneMatchVersion
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.ResourceLoaderTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestMaxScoreQueryParser
   [junit4] Completed in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.DebugComponentTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestIndexSearcher
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.PluginInfoTest
   [junit4] Completed in 0.02s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ZkCLITest
   [junit4] Completed in 0.03s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.SpellPossibilityIteratorTest
   [junit4] Completed in 0.02s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestLRUCache
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestFiltering
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaResource
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestStressVersions
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ZkSolrClientTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVFieldTest
   [junit4] Completed in 0.00s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.TestJoin
   [junit4] Completed in 0.02s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.URLClassifyProcessorTest
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
   [junit4] Completed in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.DisMaxRequestHandlerTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.OpenCloseCoreStressTest
   [junit4] Completed in 0.03s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.UpdateParamsTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.BinaryUpdateRequestHandlerTest
   [junit4] Completed in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.SystemInfoHandlerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.SynonymTokenizerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTest
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzedSuggestions
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingCustomTest
   [junit4] Completed in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CharBufferTest
   [junit4] Completed in 0.01s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestDefaultSearchFieldResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.SliceStateUpdateTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.TermsComponentTest
   [junit4] Completed in 0.02s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
   [junit4] Completed in 0.09s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSerializedLuceneMatchVersion
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestJmxMonitoredMap
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerOptimizeTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestManagedSchemaFieldResource
   [junit4] Completed in 0.02s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestLMJelinekMercerSimilarityFactory
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestBinaryField
   [junit4] Completed in 0.03s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterFSTTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestOmitPositions
   [junit4] Completed in 0.04s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.TestWriterPerf
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4] Completed in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestCopyFieldCollectionResource
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestDFRSimilarityFactory
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.MultiTermTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrIndexConfig
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.SolrInfoMBeanTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.function.distance.DistanceFunctionTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserDefaultOperatorResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVWriterTest
   [junit4] Completed in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.TestUpdate
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.CoreContainerCoreInitFailuresTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.BasicZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestRandomFaceting
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestZkChroot
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.TestFaceting
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4] Completed in 0.01s, 11 tests, 11 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestHashPartitioner
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.DistributedSpellCheckComponentTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentDistributedTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ZkControllerTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestReload
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.DistributedTermsComponentTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRangeQuery
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestCoreContainer
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.SolrCoreTest
   [junit4] Completed in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.StatsComponentTest
   [junit4] Completed in 0.02s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestGroupingSearch
   [junit4] Completed in 0.02s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.QueryElevationComponentTest
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
   [junit4] Completed in 0.02s, 17 tests, 17 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.ConvertedLegacyTest
   [junit4] Completed in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.function.TestFunctionQuery
   [junit4] Completed in 0.01s, 14 tests, 14 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.BasicFunctionalityTest
   [junit4] Completed in 0.02s, 24 tests, 24 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
   [junit4] Completed in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestBadConfig
   [junit4] Completed in 0.02s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.OverseerCollectionProcessorTest
   [junit4] Completed in 0.01s, 14 tests, 14 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.HighlighterTest
   [junit4] Completed in 0.02s, 30 tests, 30 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.ShowFileRequestHandlerTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.CurrencyFieldOpenExchangeTest
   [junit4] Completed in 0.01s, 10 tests, 10 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SolrIndexSplitterTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestCoreDiscovery
   [junit4] Completed in 0.02s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.AnalysisAfterCoreReloadTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
   [junit4] Completed in 0.02s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
   [junit4] Completed in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.CoreAdminHandlerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.SolrRequestParserTest
   [junit4] Completed in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestFoldingMultitermQuery
   [junit4] Completed in 0.01s, 19 tests, 19 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.DocValuesTest
   [junit4] Completed in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTSTTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestTrie
   [junit4] Completed in 0.01s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.SpatialFilterTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.TestCSVLoader
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.NoCacheHeaderTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.WordBreakSolrSpellCheckerTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.SchemaVersionSpecificBehaviorTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.SolrCoreCheckLockOnStartupTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestPseudoReturnFields
   [junit4] Completed in 0.01s, 14 tests, 14 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.FieldMutatingUpdateProcessorTest
   [junit4] Completed in 0.02s, 26 tests, 26 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.TestAtomicUpdateErrorCases
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.QueryEqualityTest
   [junit4] Completed in 0.04s, 64 tests, 64 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.DefaultValueUpdateProcessorTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.DocValuesMultiTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrDeletionPolicy1
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.StandardRequestHandlerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.DirectSolrSpellCheckerTest
   [junit4] Completed in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestQueryTypes
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.FileBasedSpellCheckerTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.XmlUpdateRequestHandlerTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.DocumentBuilderTest
   [junit4] Completed in 0.01s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.PathHierarchyTokenizerFactoryTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.TestIndexingPerformance
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.MoreLikeThisHandlerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.IndexSchemaRuntimeFieldTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.LoggingHandlerTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.RegexBoostProcessorTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.SolrPluginUtilsTest
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.IndexSchemaTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.JSONWriterTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactoryTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.CSVRequestHandlerTest
   [junit4] Completed in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
   [junit4] Completed in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.TestBinaryResponseWriter
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestLFUCache
   [junit4] Completed in 0.02s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.HighlighterConfigTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.SOLR749Test
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestPropInject
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestQuerySenderListener
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestPropInjectDefaults
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.ResponseLogComponentTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.BadComponentTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestMergePolicyConfig
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrDeletionPolicy2
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestDocSet
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestElisionMultitermQuery
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestConfig
   [junit4] Completed in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.OutputWriterTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestSolrCoreProperties
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.TestPostingsSolrHighlighter
   [junit4] Completed in 0.01s, 12 tests, 12 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.NotRequiredUniqueKeyTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestPhraseSuggestions
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.TestCharFilters
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestCodecSupport
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestXIncludeConfig
   [junit4] Completed in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.EchoParamsTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestSweetSpotSimilarityFactory
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestNumberUtils
   [junit4] Completed in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestLMDirichletSimilarityFactory
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestIBSimilarityFactory
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestBM25SimilarityFactory
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestDefaultSimilarityFactory
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestFastWriter
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.LegacyHTMLStripCharFilterTest
   [junit4] Completed in 0.01s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestPluginEnable
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestFastOutputStream
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.ScriptEngineTest
   [junit4] Completed in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestFastLRUCache
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrXMLSerializer
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestSystemIdResolver
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.TestSuggestSpellingConverter
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.DateFieldTest
   [junit4] Completed in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.SpellingQueryConverterTest
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.DOMUtilTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSolrJ
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigTest
   [junit4] Completed in 0.01s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.TestDocumentBuilder
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ZkNodePropsTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.SliceStateTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.UUIDFieldTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.FileUtilsTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.CircularListTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.ExtendedBufferedReaderTest
   [junit4] Completed in 0.01s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
   [junit4] Completed in 0.00s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.DistributedMLTComponentTest
   [junit4] Completed in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.AbstractCurrencyFieldTest
   [junit4] Completed in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRTGBase
   [junit4] Completed in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
   [junit4] Completed in 0.01s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.BasicHdfsTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestReloadAndDeleteDocs
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrXmlPersistence
   [junit4] Completed in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.logging.TestLogWatcher
   [junit4] Completed in 0.71s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldCollectionResource
   [junit4] Completed in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldCollectionResource
   [junit4] Completed in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaNameResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaSimilarityResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestUniqueKeyFieldResource
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchemaAddField
   [junit4] Completed in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRecoveryHdfs
   [junit4] Completed in 0.02s, 10 tests, 10 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.store.blockcache.BlockCacheTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.store.blockcache.BlockDirectoryTest
   [junit4] Completed in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.store.hdfs.HdfsDirectoryTest
   [junit4] Completed in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [junit4] Completed in 0.02s, 33 tests, 33 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest
   [junit4] Completed in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] 
   [junit4] Tests with failures:
   [junit4]   - org.apache.solr.core.TestLazyCores (suite)
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     1.18 ..   401.67 =   400.49s
   [junit4] Execution time total: 6 minutes 41 seconds
   [junit4] Tests summary: 314 suites, 1325 tests, 3 suite-level errors, 1210 ignored

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:386: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:366: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:443: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:890: There were test failures: 314 suites, 1325 tests, 3 suite-level errors, 1210 ignored

Total time: 31 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_25) - Build # 3002 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3002/
Java: 32bit/jdk1.7.0_25 -client -XX:+UseG1GC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreContainer

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=526, name=TEST-TestCoreContainer.testSharedLib-seed#[C37F928D54AC4FF5], state=RUNNABLE, group=TGRP-TestCoreContainer], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=526, name=TEST-TestCoreContainer.testSharedLib-seed#[C37F928D54AC4FF5], state=RUNNABLE, group=TGRP-TestCoreContainer], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([C37F928D54AC4FF5]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1568)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:545)
	at org.apache.lucene.util._TestUtil.getTempDir(_TestUtil.java:131)
	at org.apache.solr.core.TestCoreContainer.testSharedLib(TestCoreContainer.java:337)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.io.IOException: Could not remove: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\testSharedLib68856886tmp
	at org.apache.lucene.util.CloseableFile.close(CloseableFile.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	... 2 more




Build Log:
[...truncated 11720 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:389: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:369: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:443: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:890: There were test failures: 315 suites, 1326 tests, 1 suite-level error, 39 ignored (11 assumptions)

Total time: 79 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_25 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 3001 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3001/
Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreContainer

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6923, name=TEST-TestCoreContainer.testSharedLib-seed#[A7931A05E2162ECD], state=RUNNABLE, group=TGRP-TestCoreContainer], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6923, name=TEST-TestCoreContainer.testSharedLib-seed#[A7931A05E2162ECD], state=RUNNABLE, group=TGRP-TestCoreContainer], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([A7931A05E2162ECD]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1568)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:545)
	at org.apache.lucene.util._TestUtil.getTempDir(_TestUtil.java:131)
	at org.apache.solr.core.TestCoreContainer.testSharedLib(TestCoreContainer.java:337)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.io.IOException: Could not remove: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\testSharedLib1171011713tmp
	at org.apache.lucene.util.CloseableFile.close(CloseableFile.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	... 2 more




Build Log:
[...truncated 11717 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:386: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:366: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:443: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:890: There were test failures: 315 suites, 1326 tests, 1 suite-level error, 39 ignored (11 assumptions)

Total time: 74 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 3000 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3000/
Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreContainer

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6539, name=TEST-TestCoreContainer.testSharedLib-seed#[9F8C33A3C78D0D47], state=RUNNABLE, group=TGRP-TestCoreContainer], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6539, name=TEST-TestCoreContainer.testSharedLib-seed#[9F8C33A3C78D0D47], state=RUNNABLE, group=TGRP-TestCoreContainer], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([9F8C33A3C78D0D47]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1568)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:545)
	at org.apache.lucene.util._TestUtil.getTempDir(_TestUtil.java:131)
	at org.apache.solr.core.TestCoreContainer.testSharedLib(TestCoreContainer.java:337)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.io.IOException: Could not remove: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\testSharedLib1646616471tmp
	at org.apache.lucene.util.CloseableFile.close(CloseableFile.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	... 2 more




Build Log:
[...truncated 11755 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:386: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:366: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:443: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:890: There were test failures: 315 suites, 1326 tests, 1 suite-level error, 39 ignored (11 assumptions)

Total time: 78 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



RE: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 2999 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

 

I was not able to reproduce the TestLazyCores failure on Windows (with given seed). 

I have seen the opens/close bug several times, I am not sure if that one is related to the open files problem from the other test.

 

The other issue with TsetCoreContainer almost always reproduces on Windows: I ran with 10 iterations, 9 of them failed.

 

   [junit4] Tests with failures:

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#1 seed=[345BFC71FF6F826C:E9BF4491CBBBE955]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#2 seed=[345BFC71FF6F826C:6756D24D9A7FA19E]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#3 seed=[345BFC71FF6F826C:56B879A8F681FAB7]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#4 seed=[345BFC71FF6F826C:1A79FC0557893A0C]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#5 seed=[345BFC71FF6F826C:8B832F5A2A35770C]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#6 seed=[345BFC71FF6F826C:B55D4BDC3805670A]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#7 seed=[345BFC71FF6F826C:29EED1A61B11F3A4]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#8 seed=[345BFC71FF6F826C:1B4234C86CDAE4FE]}

   [junit4]   - org.apache.solr.core.TestCoreContainer.testPersist {#9 seed=[345BFC71FF6F826C:CCC96272088DD3AC]}

 

-----

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

 <http://www.thetaphi.de/> http://www.thetaphi.de

eMail: uwe@thetaphi.de

 

From: Alan Woodward [mailto:alan@flax.co.uk] 
Sent: Thursday, July 04, 2013 10:45 AM
To: dev@lucene.apache.org
Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 2999 - Still Failing!

 

I think both this and http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2998/testReport/junit/junit.framework/TestSuite/org_apache_solr_core_TestCoreContainer/ from yesterday are due to changes I made in SOLR-4948, but I don't have a Windows machine to test on so I can't reproduce the failures.  It looks as though something is hanging on to a file handle somewhere, which means that Windows can't delete the directory or close all the created cores.  Can anyone with a Windows setup try and reproduce this?

 

Thanks,

 

Alan Woodward
www.flax.co.uk

 

On 4 Jul 2013, at 02:21, Policeman Jenkins Server wrote:





Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2999/
Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=36 closes=35

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=36 closes=35
          at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
          at org.junit.Assert.fail(Assert.java:93)
          at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:275)
          at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:122)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
          at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
          at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
          at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
          at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
          at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
          at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
          at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
          at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
          at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
          at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
          at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
          at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
          at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
          at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
          at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
          at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
          at java.lang.Thread.run(Thread.java:724)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:724)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
  1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
       at sun.misc.Unsafe.park(Native Method)
       at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
       at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
       at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
       at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
       at java.lang.Thread.run(Thread.java:724)
          at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:724)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
  1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
       at sun.misc.Unsafe.park(Native Method)
       at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
       at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
       at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
       at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
       at java.lang.Thread.run(Thread.java:724)
          at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)




Build Log:
[...truncated 10752 lines...]
  [junit4]   2> 328024 T752 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=36 closes=35
  [junit4]   2> 140676 T751 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
  [junit4]   2> 160894 T751 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
  [junit4]   2>               1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
  [junit4]   2>                    at sun.misc.Unsafe.park(Native Method)
  [junit4]   2>                    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  [junit4]   2>                    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  [junit4]   2>                    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  [junit4]   2>                    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  [junit4]   2>                    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  [junit4]   2>                    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  [junit4]   2>                    at java.lang.Thread.run(Thread.java:724)
  [junit4]   2> 160896 T751 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
  [junit4]   2>               1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
  [junit4]   2> 164049 T751 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
  [junit4]   2>               1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
  [junit4]   2>                    at sun.misc.Unsafe.park(Native Method)
  [junit4]   2>                    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  [junit4]   2>                    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  [junit4]   2>                    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  [junit4]   2>                    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  [junit4]   2>                    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  [junit4]   2>                    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  [junit4]   2>                    at java.lang.Thread.run(Thread.java:724)
  [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=is_IS, timezone=Africa/Libreville
  [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=23066352,total=79925248
  [junit4]   2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, TestArbitraryIndexDir, SolrIndexConfigTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, RAMDirectoryFactoryTest, TestReplicationHandler, TestLazyCores]
  [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=4411A70D00003CEB -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Africa/Libreville -Dtests.file.encoding=US-ASCII
  [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
  [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=36 closes=35
  [junit4]    > at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
  [junit4]    > at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:275)
  [junit4]    > at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:122)
  [junit4]    > at java.lang.Thread.run(Thread.java:724)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
  [junit4]    >    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
  [junit4]    >         at sun.misc.Unsafe.park(Native Method)
  [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  [junit4]    >         at java.lang.Thread.run(Thread.java:724)
  [junit4]    > at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
  [junit4]    >    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
  [junit4]    >         at sun.misc.Unsafe.park(Native Method)
  [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  [junit4]    >         at java.lang.Thread.run(Thread.java:724)
  [junit4]    > at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
  [junit4] Completed in 164.18s, 6 tests, 1 failure, 2 errors <<< FAILURES!
  [junit4] 
  [junit4] Suite: org.apache.solr.analysis.TestReversedWildcardFilterFactory
  [junit4] Completed in 0.04s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.SolrTestCaseJ4Test
  [junit4] Completed in 0.12s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
  [junit4] Completed in 0.06s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestJmxIntegration
  [junit4] Completed in 0.06s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.IndexBasedSpellCheckerTest
  [junit4] Completed in 0.05s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentTest
  [junit4] Completed in 0.05s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
  [junit4] Completed in 0.05s, 28 tests, 28 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.CurrencyFieldXmlFileTest
  [junit4] Completed in 0.04s, 11 tests, 11 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestClassNameShortening
  [junit4] Completed in 0.02s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeCollectionResource
  [junit4] Completed in 0.02s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.CopyFieldTest
  [junit4] Completed in 0.32s, 9 tests, 9 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.PrimUtilsTest
  [junit4] Completed in 0.02s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.MinimalSchemaTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.TestManagedSchema
  [junit4] Completed in 0.02s, 13 tests, 13 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.JsonLoaderTest
  [junit4] Completed in 0.04s, 14 tests, 14 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestRandomDVFaceting
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.SampleTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.analysis.TestWordDelimiterFilterFactory
  [junit4] Completed in 0.07s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.response.TestPHPSerializedResponseWriter
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest
  [junit4] Completed in 0.01s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.request.SimpleFacetsTest
  [junit4] Completed in 0.04s, 32 tests, 32 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.IndexReaderFactoryTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.PolyFieldTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.TestPartialUpdateDeduplication
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.BadCopyFieldTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.store.hdfs.HdfsLockFactoryTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.OpenExchangeRatesOrgProviderTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
  [junit4] Completed in 0.04s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ClusterStateTest
  [junit4] Completed in 0.16s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.SimplePostToolTest
  [junit4] Completed in 0.02s, 11 tests, 11 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.RequiredFieldsTest
  [junit4] Completed in 0.03s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.ReturnFieldsTest
  [junit4] Completed in 0.01s, 12 tests, 12 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestPerFieldSimilarity
  [junit4] Completed in 0.05s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactoryTest
  [junit4] Completed in 0.03s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.TestMultiCoreConfBootstrap
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestFieldResource
  [junit4] Completed in 0.02s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.RequestHandlersTest
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.admin.LukeRequestHandlerTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestAddFieldRealTimeGet
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestQuerySenderNoQuery
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
  [junit4] Completed in 0.01s, 9 tests, 9 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.PrimitiveFieldTypeTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.XsltUpdateRequestHandlerTest
  [junit4] Completed in 0.02s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.response.TestCSVResponseWriter
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigGuesserTest
  [junit4] Completed in 0.02s, 3 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.TestCollationField
  [junit4] Completed in 0.08s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestSearchPerf
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
  [junit4] Completed in 0.03s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.CSVPrinterTest
  [junit4] Completed in 0.72s, 6 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.DistributedQueryElevationComponentTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestShardHandlerFactory
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.highlight.FastVectorHighlighterTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestInfoStreamLogging
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeResource
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSchemaVersionResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestRealTimeGet
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.AlternateDirectoryTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestSort
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.QueryParsingTest
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.DateMathParserTest
  [junit4] Completed in 0.07s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.TimeZoneUtilsTest
  [junit4] Completed in 0.02s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.ExternalFileFieldSortTest
  [junit4] Completed in 0.04s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestSurroundQueryParser
  [junit4] Completed in 0.05s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.OverseerTest
  [junit4] Completed in 0.02s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.QueryResultKeyTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestValueSourceCache
  [junit4] Completed in 0.02s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestComponentsName
  [junit4] Completed in 0.03s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestStressLucene
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestStressReorder
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.AssignTest
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
  [junit4] Completed in 0.03s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestExtendedDismaxParser
  [junit4] Completed in 0.03s, 18 tests, 18 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterWFSTTest
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldResource
  [junit4] Completed in 0.05s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
  [junit4] Completed in 0.14s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.NumericFieldsTest
  [junit4] Completed in 0.03s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestDistributedGrouping
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestStressRecovery
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.function.SortByFunctionTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.CSVUtilsTest
  [junit4] Completed in 0.02s, 14 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.util.TestUtils
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.analysis.TestLuceneMatchVersion
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.ResourceLoaderTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestMaxScoreQueryParser
  [junit4] Completed in 0.01s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.DebugComponentTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestIndexSearcher
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.PluginInfoTest
  [junit4] Completed in 0.02s, 9 tests, 9 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ZkCLITest
  [junit4] Completed in 0.03s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.SpellPossibilityIteratorTest
  [junit4] Completed in 0.02s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestLRUCache
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestFiltering
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSchemaResource
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestStressVersions
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ZkSolrClientTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.writer.CSVFieldTest
  [junit4] Completed in 0.00s, 2 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.TestJoin
  [junit4] Completed in 0.02s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.URLClassifyProcessorTest
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
  [junit4] Completed in 0.03s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.DisMaxRequestHandlerTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.OpenCloseCoreStressTest
  [junit4] Completed in 0.03s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.UpdateParamsTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.BinaryUpdateRequestHandlerTest
  [junit4] Completed in 0.02s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.admin.SystemInfoHandlerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.SynonymTokenizerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTest
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzedSuggestions
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ShardRoutingCustomTest
  [junit4] Completed in 0.03s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.CharBufferTest
  [junit4] Completed in 0.01s, 13 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestDefaultSearchFieldResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.SliceStateUpdateTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.TermsComponentTest
  [junit4] Completed in 0.02s, 13 tests, 13 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
  [junit4] Completed in 0.09s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSerializedLuceneMatchVersion
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestJmxMonitoredMap
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerOptimizeTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestManagedSchemaFieldResource
  [junit4] Completed in 0.02s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestLMJelinekMercerSimilarityFactory
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestSolrXml
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.TestBinaryField
  [junit4] Completed in 0.03s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterFSTTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.TestOmitPositions
  [junit4] Completed in 0.04s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.request.TestWriterPerf
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestDistributedSearch
  [junit4] Completed in 0.00s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestCopyFieldCollectionResource
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestDFRSimilarityFactory
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.MultiTermTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestSolrIndexConfig
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.SolrInfoMBeanTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.function.distance.DistanceFunctionTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserDefaultOperatorResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.writer.CSVWriterTest
  [junit4] Completed in 0.01s, 2 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.update.AutoCommitTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.TestUpdate
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.CoreContainerCoreInitFailuresTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.BasicZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestRandomFaceting
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.LeaderElectionTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.TestZkChroot
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.request.TestFaceting
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestRecovery
  [junit4] Completed in 0.01s, 11 tests, 11 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.TestHashPartitioner
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.DistributedSpellCheckComponentTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentDistributedTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ZkControllerTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestReload
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.DistributedTermsComponentTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestRangeQuery
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestCoreContainer
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.SolrCoreTest
  [junit4] Completed in 0.01s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.StatsComponentTest
  [junit4] Completed in 0.02s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestGroupingSearch
  [junit4] Completed in 0.02s, 13 tests, 13 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.QueryElevationComponentTest
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.PeerSyncTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
  [junit4] Completed in 0.02s, 17 tests, 17 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.ConvertedLegacyTest
  [junit4] Completed in 0.00s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.function.TestFunctionQuery
  [junit4] Completed in 0.01s, 14 tests, 14 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.BasicFunctionalityTest
  [junit4] Completed in 0.02s, 24 tests, 24 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
  [junit4] Completed in 0.01s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestBadConfig
  [junit4] Completed in 0.02s, 9 tests, 9 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.OverseerCollectionProcessorTest
  [junit4] Completed in 0.01s, 14 tests, 14 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.highlight.HighlighterTest
  [junit4] Completed in 0.02s, 30 tests, 30 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.admin.ShowFileRequestHandlerTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.CurrencyFieldOpenExchangeTest
  [junit4] Completed in 0.01s, 10 tests, 10 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.SolrIndexSplitterTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestCoreDiscovery
  [junit4] Completed in 0.02s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.AnalysisAfterCoreReloadTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
  [junit4] Completed in 0.02s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
  [junit4] Completed in 0.01s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.admin.CoreAdminHandlerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.servlet.SolrRequestParserTest
  [junit4] Completed in 0.01s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestFoldingMultitermQuery
  [junit4] Completed in 0.01s, 19 tests, 19 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.DocValuesTest
  [junit4] Completed in 0.01s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTSTTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestTrie
  [junit4] Completed in 0.01s, 9 tests, 9 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.SpatialFilterTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.TestCSVLoader
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.servlet.NoCacheHeaderTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.WordBreakSolrSpellCheckerTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.SchemaVersionSpecificBehaviorTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.SolrCoreCheckLockOnStartupTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestPseudoReturnFields
  [junit4] Completed in 0.01s, 14 tests, 14 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.FieldMutatingUpdateProcessorTest
  [junit4] Completed in 0.02s, 26 tests, 26 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.TestAtomicUpdateErrorCases
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.QueryEqualityTest
  [junit4] Completed in 0.04s, 64 tests, 64 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.DefaultValueUpdateProcessorTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.DocValuesMultiTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestSolrDeletionPolicy1
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.StandardRequestHandlerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.DirectSolrSpellCheckerTest
  [junit4] Completed in 0.00s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestQueryTypes
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.FileBasedSpellCheckerTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.XmlUpdateRequestHandlerTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.DocumentBuilderTest
  [junit4] Completed in 0.01s, 13 tests, 13 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.analysis.PathHierarchyTokenizerFactoryTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.TestIndexingPerformance
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.MoreLikeThisHandlerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.IndexSchemaRuntimeFieldTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.admin.LoggingHandlerTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.RegexBoostProcessorTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.SolrPluginUtilsTest
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.IndexSchemaTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.request.JSONWriterTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactoryTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.CSVRequestHandlerTest
  [junit4] Completed in 0.00s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
  [junit4] Completed in 0.00s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.request.TestBinaryResponseWriter
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestLFUCache
  [junit4] Completed in 0.02s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.highlight.HighlighterConfigTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.SOLR749Test
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestPropInject
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestQuerySenderListener
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestPropInjectDefaults
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.ResponseLogComponentTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.BadComponentTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestMergePolicyConfig
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestSolrDeletionPolicy2
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestDocSet
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestElisionMultitermQuery
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestConfig
  [junit4] Completed in 0.01s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.OutputWriterTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestSolrCoreProperties
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.highlight.TestPostingsSolrHighlighter
  [junit4] Completed in 0.01s, 12 tests, 12 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.NotRequiredUniqueKeyTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.suggest.TestPhraseSuggestions
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.analysis.TestCharFilters
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestCodecSupport
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestXIncludeConfig
  [junit4] Completed in 0.00s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.EchoParamsTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestSweetSpotSimilarityFactory
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.TestNumberUtils
  [junit4] Completed in 0.00s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestLMDirichletSimilarityFactory
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestIBSimilarityFactory
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestBM25SimilarityFactory
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.similarities.TestDefaultSimilarityFactory
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.TestFastWriter
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.analysis.LegacyHTMLStripCharFilterTest
  [junit4] Completed in 0.01s, 13 tests, 13 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.TestPluginEnable
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.TestFastOutputStream
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.ScriptEngineTest
  [junit4] Completed in 0.01s, 6 tests, 6 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestFastLRUCache
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestSolrXMLSerializer
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.TestSystemIdResolver
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.TestSuggestSpellingConverter
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.DateFieldTest
  [junit4] Completed in 0.01s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.spelling.SpellingQueryConverterTest
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.DOMUtilTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestSolrJ
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigTest
  [junit4] Completed in 0.01s, 7 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.TestDocumentBuilder
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ZkNodePropsTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.SliceStateTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.UUIDFieldTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.FileUtilsTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.util.CircularListTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.ExtendedBufferedReaderTest
  [junit4] Completed in 0.01s, 8 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
  [junit4] Completed in 0.00s, 5 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.handler.component.DistributedMLTComponentTest
  [junit4] Completed in 0.00s, 0 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.AbstractCurrencyFieldTest
  [junit4] Completed in 0.00s, 0 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestRTGBase
  [junit4] Completed in 0.00s, 0 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
  [junit4] Completed in 0.01s, 0 tests
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.BasicHdfsTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestReloadAndDeleteDocs
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.core.TestSolrXmlPersistence
  [junit4] Completed in 0.01s, 8 tests, 8 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.logging.TestLogWatcher
  [junit4] Completed in 0.71s, 1 test
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldCollectionResource
  [junit4] Completed in 0.01s, 5 tests, 5 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestFieldCollectionResource
  [junit4] Completed in 0.01s, 7 tests, 7 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSchemaNameResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSchemaSimilarityResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.rest.schema.TestUniqueKeyFieldResource
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchemaAddField
  [junit4] Completed in 0.01s, 1 test, 1 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.search.TestRecoveryHdfs
  [junit4] Completed in 0.02s, 10 tests, 10 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.store.blockcache.BlockCacheTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.store.blockcache.BlockDirectoryTest
  [junit4] Completed in 0.01s, 4 tests, 4 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.store.hdfs.HdfsDirectoryTest
  [junit4] Completed in 0.01s, 3 tests, 3 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
  [junit4] Completed in 0.02s, 33 tests, 33 skipped
  [junit4] 
  [junit4] Suite: org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest
  [junit4] Completed in 0.01s, 2 tests, 2 skipped
  [junit4] 
  [junit4] 
  [junit4] Tests with failures:
  [junit4]   - org.apache.solr.core.TestLazyCores (suite)
  [junit4] 
  [junit4] 
  [junit4] JVM J0:     1.18 ..   401.67 =   400.49s
  [junit4] Execution time total: 6 minutes 41 seconds
  [junit4] Tests summary: 314 suites, 1325 tests, 3 suite-level errors, 1210 ignored

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:386: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:366: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:443: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:890: There were test failures: 314 suites, 1325 tests, 3 suite-level errors, 1210 ignored

Total time: 31 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



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

 


Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 2999 - Still Failing!

Posted by Alan Woodward <al...@flax.co.uk>.
I think both this and http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2998/testReport/junit/junit.framework/TestSuite/org_apache_solr_core_TestCoreContainer/ from yesterday are due to changes I made in SOLR-4948, but I don't have a Windows machine to test on so I can't reproduce the failures.  It looks as though something is hanging on to a file handle somewhere, which means that Windows can't delete the directory or close all the created cores.  Can anyone with a Windows setup try and reproduce this?

Thanks,

Alan Woodward
www.flax.co.uk


On 4 Jul 2013, at 02:21, Policeman Jenkins Server wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2999/
> Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
> 
> 3 tests failed.
> FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
> 
> Error Message:
> ERROR: SolrIndexSearcher opens=36 closes=35
> 
> Stack Trace:
> java.lang.AssertionError: ERROR: SolrIndexSearcher opens=36 closes=35
> 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:275)
> 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:122)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at java.lang.Thread.run(Thread.java:724)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
> 
> Error Message:
> 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:724)
> 
> Stack Trace:
> com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
>   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>        at sun.misc.Unsafe.park(Native Method)
>        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
>        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
>        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
>        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
>        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>        at java.lang.Thread.run(Thread.java:724)
> 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
> 
> 
> FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
> 
> Error Message:
> There are still zombie threads that couldn't be terminated:    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:724)
> 
> Stack Trace:
> com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
>   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>        at sun.misc.Unsafe.park(Native Method)
>        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
>        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
>        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
>        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
>        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>        at java.lang.Thread.run(Thread.java:724)
> 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
> 
> 
> 
> 
> Build Log:
> [...truncated 10752 lines...]
>   [junit4]   2> 328024 T752 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=36 closes=35
>   [junit4]   2> 140676 T751 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
>   [junit4]   2> 160894 T751 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
>   [junit4]   2> 	   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
>   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
>   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
>   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
>   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
>   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
>   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:724)
>   [junit4]   2> 160896 T751 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
>   [junit4]   2> 	   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>   [junit4]   2> 164049 T751 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
>   [junit4]   2> 	   1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
>   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
>   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
>   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
>   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
>   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
>   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:724)
>   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=is_IS, timezone=Africa/Libreville
>   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=23066352,total=79925248
>   [junit4]   2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, TestArbitraryIndexDir, SolrIndexConfigTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, RAMDirectoryFactoryTest, TestReplicationHandler, TestLazyCores]
>   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=4411A70D00003CEB -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Africa/Libreville -Dtests.file.encoding=US-ASCII
>   [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
>   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=36 closes=35
>   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
>   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:275)
>   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:122)
>   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
>   [junit4]    >    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
>   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
>   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
>   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
>   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
>   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
>   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>   [junit4]    >         at java.lang.Thread.run(Thread.java:724)
>   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
>   [junit4]    >    1) Thread[id=808, name=searcherExecutor-462-thread-1, state=WAITING, group=TGRP-TestLazyCores]
>   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
>   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
>   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
>   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
>   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
>   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
>   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>   [junit4]    >         at java.lang.Thread.run(Thread.java:724)
>   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4411A70D00003CEB]:0)
>   [junit4] Completed in 164.18s, 6 tests, 1 failure, 2 errors <<< FAILURES!
>   [junit4] 
>   [junit4] Suite: org.apache.solr.analysis.TestReversedWildcardFilterFactory
>   [junit4] Completed in 0.04s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.SolrTestCaseJ4Test
>   [junit4] Completed in 0.12s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
>   [junit4] Completed in 0.06s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
>   [junit4] Completed in 0.06s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.IndexBasedSpellCheckerTest
>   [junit4] Completed in 0.05s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentTest
>   [junit4] Completed in 0.05s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
>   [junit4] Completed in 0.05s, 28 tests, 28 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.CurrencyFieldXmlFileTest
>   [junit4] Completed in 0.04s, 11 tests, 11 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestClassNameShortening
>   [junit4] Completed in 0.02s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeCollectionResource
>   [junit4] Completed in 0.02s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.CopyFieldTest
>   [junit4] Completed in 0.32s, 9 tests, 9 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.PrimUtilsTest
>   [junit4] Completed in 0.02s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.MinimalSchemaTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.TestManagedSchema
>   [junit4] Completed in 0.02s, 13 tests, 13 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.JsonLoaderTest
>   [junit4] Completed in 0.04s, 14 tests, 14 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.SampleTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.analysis.TestWordDelimiterFilterFactory
>   [junit4] Completed in 0.07s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.response.TestPHPSerializedResponseWriter
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest
>   [junit4] Completed in 0.01s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.request.SimpleFacetsTest
>   [junit4] Completed in 0.04s, 32 tests, 32 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.IndexReaderFactoryTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.PolyFieldTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.TestPartialUpdateDeduplication
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.BadCopyFieldTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.store.hdfs.HdfsLockFactoryTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.OpenExchangeRatesOrgProviderTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
>   [junit4] Completed in 0.04s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ClusterStateTest
>   [junit4] Completed in 0.16s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.SimplePostToolTest
>   [junit4] Completed in 0.02s, 11 tests, 11 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.RequiredFieldsTest
>   [junit4] Completed in 0.03s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.ReturnFieldsTest
>   [junit4] Completed in 0.01s, 12 tests, 12 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestPerFieldSimilarity
>   [junit4] Completed in 0.05s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactoryTest
>   [junit4] Completed in 0.03s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.TestMultiCoreConfBootstrap
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestFieldResource
>   [junit4] Completed in 0.02s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.RequestHandlersTest
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.admin.LukeRequestHandlerTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestAddFieldRealTimeGet
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestQuerySenderNoQuery
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
>   [junit4] Completed in 0.01s, 9 tests, 9 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.PrimitiveFieldTypeTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.XsltUpdateRequestHandlerTest
>   [junit4] Completed in 0.02s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.response.TestCSVResponseWriter
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigGuesserTest
>   [junit4] Completed in 0.02s, 3 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.TestCollationField
>   [junit4] Completed in 0.08s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestSearchPerf
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
>   [junit4] Completed in 0.03s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.CSVPrinterTest
>   [junit4] Completed in 0.72s, 6 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.DistributedQueryElevationComponentTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestShardHandlerFactory
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.highlight.FastVectorHighlighterTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestInfoStreamLogging
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeResource
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaVersionResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestRealTimeGet
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.AlternateDirectoryTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestSort
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.QueryParsingTest
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.DateMathParserTest
>   [junit4] Completed in 0.07s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.TimeZoneUtilsTest
>   [junit4] Completed in 0.02s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.ExternalFileFieldSortTest
>   [junit4] Completed in 0.04s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestSurroundQueryParser
>   [junit4] Completed in 0.05s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.OverseerTest
>   [junit4] Completed in 0.02s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.QueryResultKeyTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestValueSourceCache
>   [junit4] Completed in 0.02s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestComponentsName
>   [junit4] Completed in 0.03s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestStressLucene
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestStressReorder
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.AssignTest
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
>   [junit4] Completed in 0.03s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestExtendedDismaxParser
>   [junit4] Completed in 0.03s, 18 tests, 18 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterWFSTTest
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldResource
>   [junit4] Completed in 0.05s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
>   [junit4] Completed in 0.14s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.NumericFieldsTest
>   [junit4] Completed in 0.03s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestDistributedGrouping
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestStressRecovery
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.function.SortByFunctionTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.CSVUtilsTest
>   [junit4] Completed in 0.02s, 14 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.TestUtils
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.analysis.TestLuceneMatchVersion
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.ResourceLoaderTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestMaxScoreQueryParser
>   [junit4] Completed in 0.01s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.DebugComponentTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestIndexSearcher
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.PluginInfoTest
>   [junit4] Completed in 0.02s, 9 tests, 9 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ZkCLITest
>   [junit4] Completed in 0.03s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.SpellPossibilityIteratorTest
>   [junit4] Completed in 0.02s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestLRUCache
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestFiltering
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaResource
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestStressVersions
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ZkSolrClientTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVFieldTest
>   [junit4] Completed in 0.00s, 2 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestJoin
>   [junit4] Completed in 0.02s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.URLClassifyProcessorTest
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
>   [junit4] Completed in 0.03s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.DisMaxRequestHandlerTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.OpenCloseCoreStressTest
>   [junit4] Completed in 0.03s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.UpdateParamsTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.BinaryUpdateRequestHandlerTest
>   [junit4] Completed in 0.02s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.admin.SystemInfoHandlerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.SynonymTokenizerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTest
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzedSuggestions
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ShardRoutingCustomTest
>   [junit4] Completed in 0.03s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.CharBufferTest
>   [junit4] Completed in 0.01s, 13 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestDefaultSearchFieldResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.SliceStateUpdateTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.TermsComponentTest
>   [junit4] Completed in 0.02s, 13 tests, 13 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
>   [junit4] Completed in 0.09s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSerializedLuceneMatchVersion
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestJmxMonitoredMap
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerOptimizeTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestManagedSchemaFieldResource
>   [junit4] Completed in 0.02s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestLMJelinekMercerSimilarityFactory
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestSolrXml
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.TestBinaryField
>   [junit4] Completed in 0.03s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterFSTTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.TestOmitPositions
>   [junit4] Completed in 0.04s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.request.TestWriterPerf
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestDistributedSearch
>   [junit4] Completed in 0.00s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestCopyFieldCollectionResource
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestDFRSimilarityFactory
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.MultiTermTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestSolrIndexConfig
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.SolrInfoMBeanTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.function.distance.DistanceFunctionTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserDefaultOperatorResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVWriterTest
>   [junit4] Completed in 0.01s, 2 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.AutoCommitTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.TestUpdate
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.CoreContainerCoreInitFailuresTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.BasicZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestRandomFaceting
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.LeaderElectionTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.TestZkChroot
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.request.TestFaceting
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestRecovery
>   [junit4] Completed in 0.01s, 11 tests, 11 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.TestHashPartitioner
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.DistributedSpellCheckComponentTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentDistributedTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ZkControllerTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestReload
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.DistributedTermsComponentTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestRangeQuery
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestCoreContainer
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.SolrCoreTest
>   [junit4] Completed in 0.01s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.StatsComponentTest
>   [junit4] Completed in 0.02s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestGroupingSearch
>   [junit4] Completed in 0.02s, 13 tests, 13 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.QueryElevationComponentTest
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.PeerSyncTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
>   [junit4] Completed in 0.02s, 17 tests, 17 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.ConvertedLegacyTest
>   [junit4] Completed in 0.00s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.function.TestFunctionQuery
>   [junit4] Completed in 0.01s, 14 tests, 14 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.BasicFunctionalityTest
>   [junit4] Completed in 0.02s, 24 tests, 24 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
>   [junit4] Completed in 0.01s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestBadConfig
>   [junit4] Completed in 0.02s, 9 tests, 9 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.OverseerCollectionProcessorTest
>   [junit4] Completed in 0.01s, 14 tests, 14 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.highlight.HighlighterTest
>   [junit4] Completed in 0.02s, 30 tests, 30 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.admin.ShowFileRequestHandlerTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.CurrencyFieldOpenExchangeTest
>   [junit4] Completed in 0.01s, 10 tests, 10 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.SolrIndexSplitterTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestCoreDiscovery
>   [junit4] Completed in 0.02s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.AnalysisAfterCoreReloadTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
>   [junit4] Completed in 0.02s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
>   [junit4] Completed in 0.01s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.admin.CoreAdminHandlerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.servlet.SolrRequestParserTest
>   [junit4] Completed in 0.01s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestFoldingMultitermQuery
>   [junit4] Completed in 0.01s, 19 tests, 19 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.DocValuesTest
>   [junit4] Completed in 0.01s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTSTTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestTrie
>   [junit4] Completed in 0.01s, 9 tests, 9 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.SpatialFilterTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.TestCSVLoader
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.servlet.NoCacheHeaderTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.WordBreakSolrSpellCheckerTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.SchemaVersionSpecificBehaviorTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.SolrCoreCheckLockOnStartupTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestPseudoReturnFields
>   [junit4] Completed in 0.01s, 14 tests, 14 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.FieldMutatingUpdateProcessorTest
>   [junit4] Completed in 0.02s, 26 tests, 26 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.TestAtomicUpdateErrorCases
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.QueryEqualityTest
>   [junit4] Completed in 0.04s, 64 tests, 64 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.DefaultValueUpdateProcessorTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.DocValuesMultiTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestSolrDeletionPolicy1
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.StandardRequestHandlerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.DirectSolrSpellCheckerTest
>   [junit4] Completed in 0.00s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestQueryTypes
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.FileBasedSpellCheckerTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.XmlUpdateRequestHandlerTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.DocumentBuilderTest
>   [junit4] Completed in 0.01s, 13 tests, 13 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.analysis.PathHierarchyTokenizerFactoryTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.TestIndexingPerformance
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.MoreLikeThisHandlerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.IndexSchemaRuntimeFieldTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.admin.LoggingHandlerTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.RegexBoostProcessorTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.SolrPluginUtilsTest
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.IndexSchemaTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.request.JSONWriterTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactoryTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.CSVRequestHandlerTest
>   [junit4] Completed in 0.00s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
>   [junit4] Completed in 0.00s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.request.TestBinaryResponseWriter
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestLFUCache
>   [junit4] Completed in 0.02s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.highlight.HighlighterConfigTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.SOLR749Test
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestPropInject
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestQuerySenderListener
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestPropInjectDefaults
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.ResponseLogComponentTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.BadComponentTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestMergePolicyConfig
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestSolrDeletionPolicy2
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestDocSet
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestElisionMultitermQuery
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestConfig
>   [junit4] Completed in 0.01s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.OutputWriterTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestSolrCoreProperties
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.highlight.TestPostingsSolrHighlighter
>   [junit4] Completed in 0.01s, 12 tests, 12 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.NotRequiredUniqueKeyTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.suggest.TestPhraseSuggestions
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.analysis.TestCharFilters
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestCodecSupport
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestXIncludeConfig
>   [junit4] Completed in 0.00s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.EchoParamsTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestSweetSpotSimilarityFactory
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.TestNumberUtils
>   [junit4] Completed in 0.00s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestLMDirichletSimilarityFactory
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestIBSimilarityFactory
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestBM25SimilarityFactory
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.similarities.TestDefaultSimilarityFactory
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.TestFastWriter
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.analysis.LegacyHTMLStripCharFilterTest
>   [junit4] Completed in 0.01s, 13 tests, 13 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestPluginEnable
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.TestFastOutputStream
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.ScriptEngineTest
>   [junit4] Completed in 0.01s, 6 tests, 6 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestFastLRUCache
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestSolrXMLSerializer
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.TestSystemIdResolver
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.TestSuggestSpellingConverter
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.DateFieldTest
>   [junit4] Completed in 0.01s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.spelling.SpellingQueryConverterTest
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.DOMUtilTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestSolrJ
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigTest
>   [junit4] Completed in 0.01s, 7 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.TestDocumentBuilder
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ZkNodePropsTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.SliceStateTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.UUIDFieldTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.FileUtilsTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.util.CircularListTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.ExtendedBufferedReaderTest
>   [junit4] Completed in 0.01s, 8 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
>   [junit4] Completed in 0.00s, 5 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.handler.component.DistributedMLTComponentTest
>   [junit4] Completed in 0.00s, 0 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.AbstractCurrencyFieldTest
>   [junit4] Completed in 0.00s, 0 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestRTGBase
>   [junit4] Completed in 0.00s, 0 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
>   [junit4] Completed in 0.01s, 0 tests
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.BasicHdfsTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestReloadAndDeleteDocs
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.core.TestSolrXmlPersistence
>   [junit4] Completed in 0.01s, 8 tests, 8 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.logging.TestLogWatcher
>   [junit4] Completed in 0.71s, 1 test
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldCollectionResource
>   [junit4] Completed in 0.01s, 5 tests, 5 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestFieldCollectionResource
>   [junit4] Completed in 0.01s, 7 tests, 7 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaNameResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaSimilarityResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.rest.schema.TestUniqueKeyFieldResource
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchemaAddField
>   [junit4] Completed in 0.01s, 1 test, 1 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.search.TestRecoveryHdfs
>   [junit4] Completed in 0.02s, 10 tests, 10 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.store.blockcache.BlockCacheTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.store.blockcache.BlockDirectoryTest
>   [junit4] Completed in 0.01s, 4 tests, 4 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.store.hdfs.HdfsDirectoryTest
>   [junit4] Completed in 0.01s, 3 tests, 3 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
>   [junit4] Completed in 0.02s, 33 tests, 33 skipped
>   [junit4] 
>   [junit4] Suite: org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest
>   [junit4] Completed in 0.01s, 2 tests, 2 skipped
>   [junit4] 
>   [junit4] 
>   [junit4] Tests with failures:
>   [junit4]   - org.apache.solr.core.TestLazyCores (suite)
>   [junit4] 
>   [junit4] 
>   [junit4] JVM J0:     1.18 ..   401.67 =   400.49s
>   [junit4] Execution time total: 6 minutes 41 seconds
>   [junit4] Tests summary: 314 suites, 1325 tests, 3 suite-level errors, 1210 ignored
> 
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:386: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:366: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:443: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:890: There were test failures: 314 suites, 1325 tests, 3 suite-level errors, 1210 ignored
> 
> Total time: 31 minutes 20 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org