Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/499/
1 tests failed.
REGRESSION: org.apache.solr.spelling.suggest.SuggesterTSTTest.testSuggestions
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([83E780F953AC0481:253BB90C9D98537F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:459)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:426)
at
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:71)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
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:32)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at
org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
at
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>
request
was:q=ac&spellcheck.count=2&qt=/suggest_tst&spellcheck.onlyMorePopular=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:452)
... 39 more
Build Log:
[...truncated 10706 lines...]
[junit4] 2>
[junit4] 2> 204 T2973
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: suggest_fst
[junit4] 2> 204 T2973 oasss.Suggester.reload reload()
[junit4] 2> 204 T2973
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher SEVERE Exception in
reloading spell check index for spellchecker: suggest_fst
java.io.FileNotFoundException:
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\.\solrtest-SuggesterTSTTest-1339361802869\suggest_fst\fst.bin
(The system cannot find the file specified)
[junit4] 2> at java.io.FileInputStream.open(Native Method)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:120)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:164)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:673)
[junit4] 2> at
org.apache.solr.core.SolrCore$3.call(SolrCore.java:1335)
[junit4] 2> at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4] 2> at java.lang.Thread.run(Thread.java:662)
[junit4] 2>
[junit4] 2> 204 T2973
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: suggest_wfst
[junit4] 2> 204 T2973 oasss.Suggester.reload reload()
[junit4] 2> 204 T2973
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher SEVERE Exception in
reloading spell check index for spellchecker: suggest_wfst
java.io.FileNotFoundException:
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\.\solrtest-SuggesterTSTTest-1339361802869\suggest_wfst\wfst.bin
(The system cannot find the file specified)
[junit4] 2> at java.io.FileInputStream.open(Native Method)
[junit4] 2> at
java.io.FileInputStream.<init>(FileInputStream.java:120)
[junit4] 2> at
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:164)
[junit4] 2> at
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:673)
[junit4] 2> at
org.apache.solr.core.SolrCore$3.call(SolrCore.java:1335)
[junit4] 2> at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4] 2> at java.lang.Thread.run(Thread.java:662)
[junit4] 2>
[junit4] 2> 206 T2973 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3138d76b
main{StandardDirectoryReader(segments_2:3 _0(5.0):C3)}
[junit4] 2> 206 T2972 C209 UPDATE [collection1] webapp=null path=null
params={} {commit=} 0 18
[junit4] 2> 208 T2972 C209 REQ [collection1] webapp=null path=null
params={q=ac&spellcheck.count=2&qt=/suggest_tst&spellcheck.onlyMorePopular=true}
status=0 QTime=0
[junit4] 2> 211 T2972 oas.SolrTestCaseJ4.assertQ SEVERE REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int
name="status">0</int><int name="QTime">0</int></lst><lst name="spellcheck"><lst
name="suggestions"/></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=ac&spellcheck.count=2&qt=/suggest_tst&spellcheck.onlyMorePopular=true
[junit4] 2> 211 T2972 oasc.SolrException.log SEVERE REQUEST FAILED:
q=ac&spellcheck.count=2&qt=/suggest_tst&spellcheck.onlyMorePopular=true:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int
name="status">0</int><int name="QTime">0</int></lst><lst name="spellcheck"><lst
name="suggestions"/></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=ac&spellcheck.count=2&qt=/suggest_tst&spellcheck.onlyMorePopular=true
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:452)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:426)
[junit4] 2> at
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:71)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:597)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
[junit4] 2> at
org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
[junit4] 2>
[junit4] 2> 212 T2972 oas.SolrTestCaseJ4.tearDown ###Ending testSuggestions
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SuggesterTSTTest
-Dtests.method=testSuggestions -Dtests.seed=83E780F953AC0481
-Dtests.locale=en_SG -Dtests.timezone=Australia/LHI
-Dargs="-Dfile.encoding=Cp1252"
[junit4] 2>
[junit4] > (@AfterClass output)
[junit4] 2> 1890 T2972 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 1891 T2972 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=524326128
[junit4] 2> 1891 T2972 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@118926a7
[junit4] 2> 1891 T2972 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 1892 T2972 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> NOTE: test params are: codec=Lucene40: {},
sim=DefaultSimilarity, locale=en_SG, timezone=Australia/LHI
[junit4] 2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_32
(64-bit)/cpus=2,threads=1,free=83517656,total=302841856
[junit4] 2> NOTE: All tests run in this JVM:
[TestHunspellStemFilterFactory, TestJmxMonitoredMap,
DoubleMetaphoneFilterFactoryTest, CommonGramsFilterFactoryTest,
TestUAX29URLEmailTokenizerFactory, TestArbitraryIndexDir, ReturnFieldsTest,
TestThaiWordFilterFactory, TestIndonesianStemFilterFactory, SuggesterTest,
TestMappingCharFilterFactory, TestBrazilianStemFilterFactory,
StandardRequestHandlerTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest,
TestJapaneseReadingFormFilterFactory, TestExtendedDismaxParser,
TestHTMLStripCharFilterFactory, TestTrimFilterFactory,
TestPortugueseLightStemFilterFactory, TestUpdate,
TestStemmerOverrideFilterFactory, TestBM25SimilarityFactory,
TestDefaultSimilarityFactory, UpdateRequestProcessorFactoryTest,
ZkSolrClientTest, UniqFieldsUpdateProcessorFactoryTest,
DisMaxRequestHandlerTest, TestIrishLowerCaseFilterFactory, TestLRUCache,
TestQuerySenderListener, TestReverseStringFilterFactory, DebugComponentTest,
TestFaceting, TestRussianLightStemFilterFactory, TestHashPartitioner,
TestLFUCache, SignatureUpdateProcessorFactoryTest,
TestEnglishMinimalStemFilterFactory, SampleTest, TestBeiderMorseFilterFactory,
ZkControllerTest, OverseerTest, DistributedSpellCheckComponentTest,
TestJmxIntegration, TestGalicianMinimalStemFilterFactory,
TestItalianLightStemFilterFactory, TestNGramFilters,
TestGermanStemFilterFactory, TestPatternTokenizerFactory, TestArabicFilters,
PolyFieldTest, DateFieldTest, TestPatternReplaceFilterFactory,
TestNorwegianMinimalStemFilterFactory, TestRealTimeGet, TestPhraseSuggestions,
DefaultValueUpdateProcessorTest, IndexSchemaTest, TestKeepFilterFactory,
BadComponentTest, TestDelimitedPayloadTokenFilterFactory, CacheHeaderTest,
TestFoldingMultitermQuery, DirectSolrSpellCheckerTest, TestDistributedSearch,
TestCSVResponseWriter, FileUtilsTest, TestSolrCoreProperties,
TestMultiCoreConfBootstrap, MoreLikeThisHandlerTest,
SpellPossibilityIteratorTest, HighlighterConfigTest, TestMergePolicyConfig,
TestSwedishLightStemFilterFactory, MinimalSchemaTest,
TestTypeTokenFilterFactory, TestCodecSupport,
TestJapaneseKatakanaStemFilterFactory, TestLatvianStemFilterFactory,
CSVRequestHandlerTest, RAMDirectoryFactoryTest, TestBadConfig,
LoggingHandlerTest, TestIndexSearcher, SolrCoreTest, TestFiltering,
TestPHPSerializedResponseWriter, SpellCheckComponentTest, SolrPluginUtilsTest,
ZkNodePropsTest, TestJapaneseBaseFormFilterFactory, TestRecovery,
TestCJKBigramFilterFactory, TestGermanMinimalStemFilterFactory,
DocumentAnalysisRequestHandlerTest, NotRequiredUniqueKeyTest,
TestQuerySenderNoQuery, DistributedTermsComponentTest,
LegacyHTMLStripCharFilterTest, JsonLoaderTest, OutputWriterTest,
TestPluginEnable, IndexBasedSpellCheckerTest, ResourceLoaderTest,
DirectUpdateHandlerOptimizeTest, FileBasedSpellCheckerTest,
FullSolrCloudDistribCmdsTest, TestSearchPerf, SolrCoreCheckLockOnStartupTest,
SolrIndexConfigTest, XmlUpdateRequestHandlerTest, TestSynonymFilterFactory,
TestXIncludeConfig, SpatialFilterTest, UUIDFieldTest, RequestHandlersTest,
SolrInfoMBeanTest, BasicFunctionalityTest, FieldMutatingUpdateProcessorTest,
TestValueSourceCache, TestBulgarianStemFilterFactory, DocumentBuilderTest,
SolrCmdDistributorTest, FieldAnalysisRequestHandlerTest, TestGroupingSearch,
DirectUpdateHandlerTest, TestIBSimilarityFactory, TestSurroundQueryParser,
SimpleFacetsTest, ConvertedLegacyTest, TestFunctionQuery, SoftAutoCommitTest,
LengthFilterTest, TestSolrDeletionPolicy2, TestKStemFilterFactory, TestJoin,
TestRangeQuery, LeaderElectionTest, BinaryUpdateRequestHandlerTest,
TestFinnishLightStemFilterFactory, CommonGramsQueryFilterFactoryTest,
TestGermanLightStemFilterFactory, TestSpanishLightStemFilterFactory,
NumericFieldsTest, QueryParsingTest, TestPorterStemFilterFactory,
CopyFieldTest, TestPortugueseStemFilterFactory, SortByFunctionTest,
TestDistributedGrouping, TestPersianNormalizationFilterFactory,
TestWikipediaTokenizerFactory, TestSolrQueryParser, TestGreekStemFilterFactory,
TestNorwegianLightStemFilterFactory, PrimUtilsTest,
TestJapaneseTokenizerFactory, TestStandardFactories, UpdateParamsTest,
BadIndexSchemaTest, URLClassifyProcessorTest, TestTrie, SOLR749Test,
TestJapanesePartOfSpeechStopFilterFactory, TestSuggestSpellingConverter,
HighlighterTest, TestCJKWidthFilterFactory,
TestPortugueseMinimalStemFilterFactory, TestSystemIdResolver,
TestPropInjectDefaults, TimeZoneUtilsTest, TestElisionFilterFactory,
SearchHandlerTest, TestConfig, SuggesterWFSTTest, IndexSchemaRuntimeFieldTest,
DistributedQueryElevationComponentTest, TestStopFilterFactory, TestPropInject,
PeerSyncTest, TestNumberUtils, AutoCommitTest, TestRemoteStreaming,
DOMUtilTest, NoCacheHeaderTest, IndexReaderFactoryTest,
TestCzechStemFilterFactory, TestMultiWordSynonyms, SolrRequestParserTest,
EchoParamsTest, TermsComponentTest, WordBreakSolrSpellCheckerTest,
JSONWriterTest, TestShingleFilterFactory, MultiTermTest, TestCSVLoader,
TestLMJelinekMercerSimilarityFactory, RequiredFieldsTest,
TermVectorComponentTest, BasicDistributedZkTest, RecoveryZkTest,
LeaderElectionIntegrationTest, TestReplicationHandler,
TestPhoneticFilterFactory, CloudStateUpdateTest, BasicZkTest,
QueryElevationComponentTest, SuggesterFSTTest, TestSort, StatsComponentTest,
LukeRequestHandlerTest, TestCoreContainer, TestWriterPerf,
TestIndexingPerformance, TestPseudoReturnFields,
TestLMDirichletSimilarityFactory, ShowFileRequestHandlerTest,
CoreAdminHandlerTest, SpellCheckCollatorTest, TestWordDelimiterFilterFactory,
DistanceFunctionTest, XsltUpdateRequestHandlerTest, SuggesterTSTTest]
[junit4] 2>
[junit4] Completed in 1.92s, 4 tests, 1 error <<< FAILURES!
[...truncated 167 lines...]
[...truncated 10974 lines...]
[...truncated 10974 lines...]
[...truncated 10974 lines...]
[...truncated 10974 lines...]
[...truncated 10974 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]