I just checked in a fix (hopefully) for this. The snap puller was creating a temp directory that only used down to seconds precision. I've changed it to milliseconds.
-Yonik http://lucidimagination.com On Tue, Jun 12, 2012 at 5:40 PM, <[email protected]> wrote: > Build: > http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/516/ > > 1 tests failed. > REGRESSION: org.apache.solr.handler.TestReplicationHandler.test > > Error Message: > expected:<498> but was:<0> > > Stack Trace: > java.lang.AssertionError: expected:<498> but was:<0> > at > __randomizedtesting.SeedInfo.seed([1363050687D73DF1:9B373ADC292B5009]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:472) > at org.junit.Assert.assertEquals(Assert.java:456) > at > org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:391) > at > org.apache.solr.handler.TestReplicationHandler.test(TestReplicationHandler.java:250) > 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) > > > > > Build Log: > [...truncated 13183 lines...] > [junit4] 2> 42893 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.si} > status=0 QTime=0 > [junit4] 2> 42897 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.fnm} > status=0 QTime=0 > [junit4] 2> 42903 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.fdt} > status=0 QTime=0 > [junit4] 2> 42905 T1998 oash.SnapPuller.fetchLatestIndex Total time taken > for download : 0 secs > [junit4] 2> 42909 T1998 oash.SnapPuller.copyAFile SEVERE Unable to move > index file from: > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233056\_3_nrm.cfe > to: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023\_3_nrm.cfe > Trying to do a copy > [junit4] 2> 42909 T1998 oash.SnapPuller.copyAFile SEVERE The index > directory does not exist: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023 > dirs found: [index.20120612233056, index.properties, replication.properties] > [junit4] 2> 42909 T1998 oash.SnapPuller.copyAFile SEVERE Unable to copy > index file from: > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233056\_3_nrm.cfe > to: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023\_3_nrm.cfe > java.io.FileNotFoundException: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023\_3_nrm.cfe > (The system cannot find the path specified) > [junit4] 2> at java.io.FileOutputStream.open(Native Method) > [junit4] 2> at > java.io.FileOutputStream.<init>(FileOutputStream.java:194) > [junit4] 2> at > java.io.FileOutputStream.<init>(FileOutputStream.java:145) > [junit4] 2> at > org.apache.solr.util.FileUtils.copyFile(FileUtils.java:48) > [junit4] 2> at > org.apache.solr.handler.SnapPuller.copyAFile(SnapPuller.java:661) > [junit4] 2> at > org.apache.solr.handler.SnapPuller.copyIndexFiles(SnapPuller.java:710) > [junit4] 2> at > org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:372) > [junit4] 2> at > org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:298) > [junit4] 2> at > org.apache.solr.handler.SnapPuller$1.run(SnapPuller.java:169) > [junit4] 2> at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > [junit4] 2> at > java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > [junit4] 2> at > java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > [junit4] 2> at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > [junit4] 2> at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180) > [junit4] 2> at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204) > [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> 42916 T1998 oash.SnapPuller.fetchLatestIndex removing > temporary index download directory > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233056 > [junit4] 2> 42990 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43103 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43217 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43331 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43446 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 > [junit4] 2> 43563 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43677 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43789 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 43884 T1985 C101 REQ [collection1] webapp=/solr > path=/replication params={command=indexversion&wt=javabin} status=0 QTime=0 > [junit4] 2> 43885 T1998 oash.SnapPuller.fetchLatestIndex Master's > generation: 7 > [junit4] 2> 43885 T1998 oash.SnapPuller.fetchLatestIndex Slave's > generation: 6 > [junit4] 2> 43885 T1998 oash.SnapPuller.fetchLatestIndex Starting > replication process > [junit4] 2> 43889 T1985 C101 REQ [collection1] webapp=/solr > path=/replication params={command=filelist&wt=javabin&generation=7} status=0 > QTime=2 > [junit4] 2> 43890 T1998 oash.SnapPuller.fetchLatestIndex Number of files > in latest index in master: 10 > [junit4] 2> 43891 T1998 oash.SnapPuller.fetchLatestIndex Starting > download to > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233057 > fullCopy=false > [junit4] 2> 43894 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3_nrm.cfe} > status=0 QTime=0 > [junit4] 2> 43898 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.fdx} > status=0 QTime=0 > [junit4] 2> 43902 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3_nrm.cfs} > status=0 QTime=0 > [junit4] 2> 43903 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 > [junit4] 2> 43907 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3_Lucene40_0.tip} > status=0 QTime=0 > [junit4] 2> 43912 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=segments_7} > status=0 QTime=0 > [junit4] 2> 43917 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3_Lucene40_0.tim} > status=0 QTime=0 > [junit4] 2> 43923 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3_Lucene40_0.frq} > status=0 QTime=0 > [junit4] 2> 43927 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.si} > status=0 QTime=0 > [junit4] 2> 43931 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.fnm} > status=0 QTime=0 > [junit4] 2> 43934 T1985 C101 REQ [collection1] webapp=/solr > path=/replication > params={command=filecontent&checksum=true&generation=7&wt=filestream&file=_3.fdt} > status=0 QTime=0 > [junit4] 2> 43937 T1998 oash.SnapPuller.fetchLatestIndex Total time taken > for download : 0 secs > [junit4] 2> 43939 T1998 oash.SnapPuller.copyAFile SEVERE Unable to move > index file from: > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233057\_3_nrm.cfe > to: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023\_3_nrm.cfe > Trying to do a copy > [junit4] 2> 43939 T1998 oash.SnapPuller.copyAFile SEVERE The index > directory does not exist: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023 > dirs found: [index.20120612233057, index.properties, replication.properties] > [junit4] 2> 43939 T1998 oash.SnapPuller.copyAFile SEVERE Unable to copy > index file from: > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233057\_3_nrm.cfe > to: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023\_3_nrm.cfe > java.io.FileNotFoundException: > C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233023\_3_nrm.cfe > (The system cannot find the path specified) > [junit4] 2> at java.io.FileOutputStream.open(Native Method) > [junit4] 2> at > java.io.FileOutputStream.<init>(FileOutputStream.java:194) > [junit4] 2> at > java.io.FileOutputStream.<init>(FileOutputStream.java:145) > [junit4] 2> at > org.apache.solr.util.FileUtils.copyFile(FileUtils.java:48) > [junit4] 2> at > org.apache.solr.handler.SnapPuller.copyAFile(SnapPuller.java:661) > [junit4] 2> at > org.apache.solr.handler.SnapPuller.copyIndexFiles(SnapPuller.java:710) > [junit4] 2> at > org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:372) > [junit4] 2> at > org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:298) > [junit4] 2> at > org.apache.solr.handler.SnapPuller$1.run(SnapPuller.java:169) > [junit4] 2> at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > [junit4] 2> at > java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > [junit4] 2> at > java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > [junit4] 2> at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > [junit4] 2> at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180) > [junit4] 2> at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204) > [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> 43945 T1998 oash.SnapPuller.fetchLatestIndex removing > temporary index download directory > .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1339536614063\slave\data\index.20120612233057 > [junit4] 2> 44016 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 44129 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 44242 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 44359 T1990 C102 REQ [collection1] webapp=/solr path=/select > params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 > [junit4] 2> 44470 T1932 oas.SolrTestCaseJ4.tearDown ###Ending test > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestReplicationHandler -Dtests.method=test > -Dtests.seed=1363050687D73DF1 -Dtests.locale=be_BY -Dtests.timezone=Etc/GMT-2 > -Dargs="-Dfile.encoding=Cp1252" > [junit4] 2> > [junit4] > (@AfterClass output) > [junit4] 2> 44500 T1932 oasc.CoreContainer.shutdown Shutting down > CoreContainer instance=1098086420 > [junit4] 2> 44502 T1932 oasc.SolrCore.close [collection1] CLOSING > SolrCore org.apache.solr.core.SolrCore@3281d9d > [junit4] 2> 44503 T1932 oasc.SolrCore.closeSearcher [collection1] Closing > main searcher on request. > [junit4] 2> 44503 T1932 oasu.DirectUpdateHandler2.close closing > DirectUpdateHandler2{commits=4,autocommits=0,soft > autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=997,cumulative_deletesById=0,cumulative_deletesByQuery=2,cumulative_errors=0} > [junit4] 2> 44509 T1932 oejsh.ContextHandler.doStop stopped > o.e.j.s.ServletContextHandler{/solr,null} > [junit4] 2> 44562 T1932 oasc.CoreContainer.shutdown Shutting down > CoreContainer instance=638997587 > [junit4] 2> 44563 T1932 oasc.SolrCore.close [collection1] CLOSING > SolrCore org.apache.solr.core.SolrCore@32ff8018 > [junit4] 2> 44563 T1932 oasc.SolrCore.closeSearcher [collection1] Closing > main searcher on request. > [junit4] 2> 44564 T1932 oasu.DirectUpdateHandler2.close closing > DirectUpdateHandler2{commits=8,autocommits=0,soft > autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} > [junit4] 2> 44567 T1932 oejsh.ContextHandler.doStop stopped > o.e.j.s.ServletContextHandler{/solr,null} > [junit4] 2> 44646 T1932 oas.SolrTestCaseJ4.deleteCore ###deleteCore > [junit4] 2> NOTE: test params are: codec=SimpleText, > sim=RandomSimilarityProvider(queryNorm=false,coord=true): {}, locale=be_BY, > timezone=Etc/GMT-2 > [junit4] 2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_32 > (64-bit)/cpus=2,threads=1,free=43640456,total=239403008 > [junit4] 2> NOTE: All tests run in this JVM: > [LegacyHTMLStripCharFilterTest, TestStandardFactories, > CommonGramsFilterFactoryTest, TestSynonymFilterFactory, TestRemoteStreaming, > SolrRequestParserTest, SolrCoreTest, TestFrenchLightStemFilterFactory, > TestPhraseSuggestions, RecoveryZkTest, TestReversedWildcardFilterFactory, > TestGermanMinimalStemFilterFactory, ReturnFieldsTest, > TestRemoveDuplicatesTokenFilterFactory, TestSpanishLightStemFilterFactory, > DirectSolrConnectionTest, TestSystemIdResolver, CSVRequestHandlerTest, > BadComponentTest, TestDistributedGrouping, SuggesterFSTTest, > MoreLikeThisHandlerTest, IndexReaderFactoryTest, TestLFUCache, > TestPerFieldSimilarity, TestWordDelimiterFilterFactory, > DefaultValueUpdateProcessorTest, LoggingHandlerTest, > TestCJKWidthFilterFactory, LeaderElectionTest, IndexBasedSpellCheckerTest, > TestFiltering, TestCJKBigramFilterFactory, TestKeywordMarkerFilterFactory, > IndexSchemaTest, TestMultiCoreConfBootstrap, > DocumentAnalysisRequestHandlerTest, TestPortugueseMinimalStemFilterFactory, > TestJapanesePartOfSpeechStopFilterFactory, TestQuerySenderListener, > PrimitiveFieldTypeTest, NoCacheHeaderTest, HighlighterConfigTest, > TestSwedishLightStemFilterFactory, TestHunspellStemFilterFactory, > TestHashPartitioner, WordBreakSolrSpellCheckerTest, > TestDelimitedPayloadTokenFilterFactory, TestPluginEnable, FileUtilsTest, > TestGermanNormalizationFilterFactory, TestTurkishLowerCaseFilterFactory, > TestNGramFilters, TermsComponentTest, ShowFileRequestHandlerTest, > TestFrenchMinimalStemFilterFactory, TestFastLRUCache, TestRangeQuery, > PluginInfoTest, TestPHPSerializedResponseWriter, TestDocSet, PolyFieldTest, > TestCSVResponseWriter, DirectUpdateHandlerOptimizeTest, > AlternateDirectoryTest, FullSolrCloudDistribCmdsTest, > TermVectorComponentTest, TestReverseStringFilterFactory, > URLClassifyProcessorTest, XmlUpdateRequestHandlerTest, > TestSolrDeletionPolicy1, OverseerTest, HighlighterTest, DocumentBuilderTest, > SortByFunctionTest, TestJapaneseBaseFormFilterFactory, TestUpdate, > TestOmitPositions, SolrCmdDistributorTest, AutoCommitTest, > SystemInfoHandlerTest, DirectUpdateHandlerTest, SuggesterWFSTTest, > TestArbitraryIndexDir, TestDFRSimilarityFactory, > CommonGramsQueryFilterFactoryTest, QueryParsingTest, > TestBulgarianStemFilterFactory, LeaderElectionIntegrationTest, > TestJmxIntegration, TestGalicianStemFilterFactory, > XsltUpdateRequestHandlerTest, TestIndexingPerformance, > TestSurroundQueryParser, TestPortugueseStemFilterFactory, SampleTest, > TestMappingCharFilterFactory, CopyFieldTest, NumericFieldsTest, > TestSearchPerf, TestLMDirichletSimilarityFactory, TestKStemFilterFactory, > TestXIncludeConfig, JsonLoaderTest, BasicDistributedZkTest, > DateMathParserTest, TestJapaneseReadingFormFilterFactory, > TestGalicianMinimalStemFilterFactory, FastVectorHighlighterTest, > SolrIndexConfigTest, ZkSolrClientTest, TestQuerySenderNoQuery, > CoreAdminHandlerTest, TestRealTimeGet, ZkNodePropsTest, > TestBrazilianStemFilterFactory, MBeansHandlerTest, TestPropInject, > TestKeepFilterFactory, TestPortugueseLightStemFilterFactory, > TimeZoneUtilsTest, TestIrishLowerCaseFilterFactory, TestUtils, > QueryElevationComponentTest, SOLR749Test, TestPseudoReturnFields, > TestReplicationHandler] > [junit4] 2> > [junit4] Completed in 44.65s, 1 test, 1 failure <<< FAILURES! > [...truncated 733 lines...] > > [...truncated 14017 lines...] > > [...truncated 14017 lines...] > > [...truncated 14017 lines...] > > [...truncated 14017 lines...] > > [...truncated 14017 lines...] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
