Build: 
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/447/

2 tests failed.
REGRESSION:  org.apache.solr.handler.TestReplicationHandler.test

Error Message:
expected:<494> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<494> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([40E2533F0B750B7:8C5A1AE95E4B3D4F]: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.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:716)
        at 
org.apache.solr.handler.TestReplicationHandler.test(TestReplicationHandler.java:254)
        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)


REGRESSION:  org.apache.solr.spelling.suggest.SuggesterFSTTest.testReload

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([40E2533F0B750B7:C3FE5D303AF4A8A5]: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.testReload(SuggesterTest.java:91)
        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.NullPointerException
        at 
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:239)
        at 
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:188)
        at 
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:172)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:204)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1555)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:357)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:340)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:433)
        ... 39 more




Build Log:
[...truncated 15790 lines...]
   [junit4]   2> 51670 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.fnm}
 status=0 QTime=0 
   [junit4]   2> 51673 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_nrm.cfs}
 status=0 QTime=0 
   [junit4]   2> 51677 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.fdt}
 status=0 QTime=0 
   [junit4]   2> 51680 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_Lucene40_0.tip}
 status=0 QTime=0 
   [junit4]   2> 51683 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.si}
 status=0 QTime=0 
   [junit4]   2> 51686 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.fdx}
 status=0 QTime=0 
   [junit4]   2> 51689 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=segments_g}
 status=0 QTime=0 
   [junit4]   2> 51692 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_Lucene40_0.frq}
 status=0 QTime=0 
   [junit4]   2> 51692 T1148 oash.SnapPuller.fetchLatestIndex Total time taken 
for download : 0 secs
   [junit4]   2> 51693 T1148 oash.SnapPuller.copyAFile SEVERE Unable to move 
index file from: 
.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040514\_9_Lucene40_0.tim
 to: 
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040447\_9_Lucene40_0.tim
 Trying to do a copy
   [junit4]   2> 51693 T1148 oash.SnapPuller.copyAFile SEVERE Unable to copy 
index file from: 
.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040514\_9_Lucene40_0.tim
 to: 
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040447\_9_Lucene40_0.tim
 java.io.FileNotFoundException: 
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040447\_9_Lucene40_0.tim
 (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:654)
   [junit4]   2>        at 
org.apache.solr.handler.SnapPuller.copyIndexFiles(SnapPuller.java:691)
   [junit4]   2>        at 
org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:371)
   [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> 51712 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 51800 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 51887 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 51974 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52061 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52148 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52235 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52322 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52409 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52496 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52505 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication params={command=indexversion&wt=javabin} status=0 QTime=0 
   [junit4]   2> 52505 T1148 oash.SnapPuller.fetchLatestIndex Master's 
generation: 16
   [junit4]   2> 52505 T1148 oash.SnapPuller.fetchLatestIndex Slave's 
generation: 15
   [junit4]   2> 52505 T1148 oash.SnapPuller.fetchLatestIndex Starting 
replication process
   [junit4]   2> 52507 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication params={command=filelist&wt=javabin&generation=16} status=0 
QTime=1 
   [junit4]   2> 52507 T1148 oash.SnapPuller.fetchLatestIndex Number of files 
in latest index in master: 10
   [junit4]   2> 52510 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_Lucene40_0.tim}
 status=0 QTime=0 
   [junit4]   2> 52513 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_nrm.cfe}
 status=0 QTime=0 
   [junit4]   2> 52515 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.fnm}
 status=0 QTime=0 
   [junit4]   2> 52519 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_nrm.cfs}
 status=0 QTime=0 
   [junit4]   2> 52522 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.fdt}
 status=0 QTime=0 
   [junit4]   2> 52525 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_Lucene40_0.tip}
 status=0 QTime=0 
   [junit4]   2> 52528 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.si}
 status=0 QTime=0 
   [junit4]   2> 52530 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9.fdx}
 status=0 QTime=0 
   [junit4]   2> 52533 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=segments_g}
 status=0 QTime=0 
   [junit4]   2> 52535 T1131 C70 REQ [collection1] webapp=/solr 
path=/replication 
params={command=filecontent&checksum=true&generation=16&wt=filestream&file=_9_Lucene40_0.frq}
 status=0 QTime=0 
   [junit4]   2> 52536 T1148 oash.SnapPuller.fetchLatestIndex Total time taken 
for download : 0 secs
   [junit4]   2> 52538 T1148 oash.SnapPuller.copyAFile SEVERE Unable to move 
index file from: 
.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040515\_9_Lucene40_0.tim
 to: 
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040447\_9_Lucene40_0.tim
 Trying to do a copy
   [junit4]   2> 52538 T1148 oash.SnapPuller.copyAFile SEVERE Unable to copy 
index file from: 
.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040515\_9_Lucene40_0.tim
 to: 
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040447\_9_Lucene40_0.tim
 java.io.FileNotFoundException: 
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1338955463478\slave\data\index.20120606040447\_9_Lucene40_0.tim
 (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:654)
   [junit4]   2>        at 
org.apache.solr.handler.SnapPuller.copyIndexFiles(SnapPuller.java:691)
   [junit4]   2>        at 
org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:371)
   [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> 52582 T1140 C71 REQ [collection1] webapp=/solr path=/select 
params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 52668 T969 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   1> replicate slave to master
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestReplicationHandler -Dtests.method=test 
-Dtests.seed=40E2533F0B750B7 -Dtests.locale=et -Dtests.timezone=Africa/Conakry 
-Dargs="-Dfile.encoding=Cp1252"
   [junit4]   1> 
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 52678 T969 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1087555910
   [junit4]   2> 52678 T969 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13c2f850
   [junit4]   2> 52678 T969 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 52678 T969 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=494,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 52680 T969 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 52731 T969 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1233475183
   [junit4]   2> 52732 T969 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a76f65f
   [junit4]   2> 52733 T969 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 52733 T969 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,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> 52735 T969 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 52805 T969 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40: {}, 
sim=DefaultSimilarity, locale=et, timezone=Africa/Conakry
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_32 
(64-bit)/cpus=2,threads=1,free=16019336,total=127598592
   [junit4]   2> NOTE: All tests run in this JVM: [TestSynonymFilterFactory, 
TestJmxIntegration, TestDefaultSimilarityFactory, 
TestGermanLightStemFilterFactory, EchoParamsTest, TestMultiWordSynonyms, 
TestPHPSerializedResponseWriter, UniqFieldsUpdateProcessorFactoryTest, 
TestSolrDeletionPolicy1, PrimitiveFieldTypeTest, SolrInfoMBeanTest, 
TestXIncludeConfig, TestFoldingMultitermQuery, TestRecovery, 
IndexReaderFactoryTest, ZkNodePropsTest, NotRequiredUniqueKeyTest, 
IndexBasedSpellCheckerTest, FullSolrCloudDistribCmdsTest, 
TestCzechStemFilterFactory, TestPorterStemFilterFactory, 
TestLMJelinekMercerSimilarityFactory, TestPatternTokenizerFactory, 
SolrCoreCheckLockOnStartupTest, RequiredFieldsTest, SystemInfoHandlerTest, 
TestHashPartitioner, JsonLoaderTest, TestIndonesianStemFilterFactory, 
FieldMutatingUpdateProcessorTest, TestShingleFilterFactory, 
DirectSolrSpellCheckerTest, PrimUtilsTest, TestWriterPerf, 
TestPropInjectDefaults, TestWikipediaTokenizerFactory, TestBadConfig, 
URLClassifyProcessorTest, XsltUpdateRequestHandlerTest, 
TestDelimitedPayloadTokenFilterFactory, SolrCmdDistributorTest, 
TestFrenchMinimalStemFilterFactory, DoubleMetaphoneFilterFactoryTest, 
TestPerFieldSimilarity, TestQuerySenderListener, TestKeepFilterFactory, 
TermsComponentTest, UpdateRequestProcessorFactoryTest, UUIDFieldTest, 
DOMUtilTest, CommonGramsFilterFactoryTest, TestLuceneMatchVersion, 
TimeZoneUtilsTest, RecoveryZkTest, TestTrie, PeerSyncTest, SolrCoreTest, 
TestReversedWildcardFilterFactory, FileUtilsTest, 
WordBreakSolrSpellCheckerTest, TestSwedishLightStemFilterFactory, 
TestPersianNormalizationFilterFactory, MinimalSchemaTest, 
TestBM25SimilarityFactory, TestHungarianLightStemFilterFactory, 
TestCoreContainer, TestPortugueseMinimalStemFilterFactory, TestLFUCache, 
TestSystemIdResolver, BinaryUpdateRequestHandlerTest, TestRealTimeGet, 
TestFunctionQuery, IndexSchemaRuntimeFieldTest, NodeStateWatcherTest, 
TestThaiWordFilterFactory, TestReverseStringFilterFactory, 
TestItalianLightStemFilterFactory, SuggesterTest, LeaderElectionTest, 
NumericFieldsTest, TestLMDirichletSimilarityFactory, 
LeaderElectionIntegrationTest, BadIndexSchemaTest, 
TestHunspellStemFilterFactory, SolrPluginUtilsTest, 
OpenExchangeRatesOrgProviderTest, RAMDirectoryFactoryTest, 
TestMergePolicyConfig, TestLatvianStemFilterFactory, CoreAdminHandlerTest, 
TestStopFilterFactory, RequestHandlersTest, TestSuggestSpellingConverter, 
JSONWriterTest, PolyFieldTest, TestBeiderMorseFilterFactory, 
BasicFunctionalityTest, TestValueSourceCache, TestArabicFilters, 
TestBrazilianStemFilterFactory, TestGermanMinimalStemFilterFactory, 
HighlighterConfigTest, TestFastLRUCache, TestRussianLightStemFilterFactory, 
TestNumberUtils, SpellCheckComponentTest, TestReplicationHandler]
   [junit4]   2> 
   [junit4] Completed in 52.81s, 1 test, 1 failure <<< FAILURES!
[...truncated 496 lines...]
   [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> 1097 T1182 C73 REQ [collection1] webapp=null path=null 
params={q=ac&spellcheck.count=2&qt=/suggest_fst&spellcheck.onlyMorePopular=true}
 status=500 QTime=1 
   [junit4]   2> 1098 T1182 oasc.SolrException.log SEVERE REQUEST FAILED: 
q=ac&spellcheck.count=2&qt=/suggest_fst&spellcheck.onlyMorePopular=true:java.lang.NullPointerException
   [junit4]   2>                at 
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:239)
   [junit4]   2>                at 
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:188)
   [junit4]   2>                at 
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:172)
   [junit4]   2>                at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:204)
   [junit4]   2>                at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:1555)
   [junit4]   2>                at 
org.apache.solr.util.TestHarness.query(TestHarness.java:357)
   [junit4]   2>                at 
org.apache.solr.util.TestHarness.query(TestHarness.java:340)
   [junit4]   2>                at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:433)
   [junit4]   2>                at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:426)
   [junit4]   2>                at 
org.apache.solr.spelling.suggest.SuggesterTest.testReload(SuggesterTest.java:91)
   [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> 1099 T1182 oas.SolrTestCaseJ4.tearDown ###Ending testReload
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterFSTTest 
-Dtests.method=testReload -Dtests.seed=40E2533F0B750B7 -Dtests.locale=ca_ES 
-Dtests.timezone=Asia/Jakarta -Dargs="-Dfile.encoding=Cp1252"
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 1294 T1182 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1294 T1182 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1480815136
   [junit4]   2> 1294 T1182 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a7f2f67
   [junit4]   2> 1295 T1182 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 1295 T1182 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=3,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> NOTE: test params are: codec=Lucene40: {}, 
sim=DefaultSimilarity, locale=ca_ES, timezone=Asia/Jakarta
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_32 
(64-bit)/cpus=2,threads=1,free=58661160,total=123207680
   [junit4]   2> NOTE: All tests run in this JVM: [TestSynonymFilterFactory, 
TestJmxIntegration, TestDefaultSimilarityFactory, 
TestGermanLightStemFilterFactory, EchoParamsTest, TestMultiWordSynonyms, 
TestPHPSerializedResponseWriter, UniqFieldsUpdateProcessorFactoryTest, 
TestSolrDeletionPolicy1, PrimitiveFieldTypeTest, SolrInfoMBeanTest, 
TestXIncludeConfig, TestFoldingMultitermQuery, TestRecovery, 
IndexReaderFactoryTest, ZkNodePropsTest, NotRequiredUniqueKeyTest, 
IndexBasedSpellCheckerTest, FullSolrCloudDistribCmdsTest, 
TestCzechStemFilterFactory, TestPorterStemFilterFactory, 
TestLMJelinekMercerSimilarityFactory, TestPatternTokenizerFactory, 
SolrCoreCheckLockOnStartupTest, RequiredFieldsTest, SystemInfoHandlerTest, 
TestHashPartitioner, JsonLoaderTest, TestIndonesianStemFilterFactory, 
FieldMutatingUpdateProcessorTest, TestShingleFilterFactory, 
DirectSolrSpellCheckerTest, PrimUtilsTest, TestWriterPerf, 
TestPropInjectDefaults, TestWikipediaTokenizerFactory, TestBadConfig, 
URLClassifyProcessorTest, XsltUpdateRequestHandlerTest, 
TestDelimitedPayloadTokenFilterFactory, SolrCmdDistributorTest, 
TestFrenchMinimalStemFilterFactory, DoubleMetaphoneFilterFactoryTest, 
TestPerFieldSimilarity, TestQuerySenderListener, TestKeepFilterFactory, 
TermsComponentTest, UpdateRequestProcessorFactoryTest, UUIDFieldTest, 
DOMUtilTest, CommonGramsFilterFactoryTest, TestLuceneMatchVersion, 
TimeZoneUtilsTest, RecoveryZkTest, TestTrie, PeerSyncTest, SolrCoreTest, 
TestReversedWildcardFilterFactory, FileUtilsTest, 
WordBreakSolrSpellCheckerTest, TestSwedishLightStemFilterFactory, 
TestPersianNormalizationFilterFactory, MinimalSchemaTest, 
TestBM25SimilarityFactory, TestHungarianLightStemFilterFactory, 
TestCoreContainer, TestPortugueseMinimalStemFilterFactory, TestLFUCache, 
TestSystemIdResolver, BinaryUpdateRequestHandlerTest, TestRealTimeGet, 
TestFunctionQuery, IndexSchemaRuntimeFieldTest, NodeStateWatcherTest, 
TestThaiWordFilterFactory, TestReverseStringFilterFactory, 
TestItalianLightStemFilterFactory, SuggesterTest, LeaderElectionTest, 
NumericFieldsTest, TestLMDirichletSimilarityFactory, 
LeaderElectionIntegrationTest, BadIndexSchemaTest, 
TestHunspellStemFilterFactory, SolrPluginUtilsTest, 
OpenExchangeRatesOrgProviderTest, RAMDirectoryFactoryTest, 
TestMergePolicyConfig, TestLatvianStemFilterFactory, CoreAdminHandlerTest, 
TestStopFilterFactory, RequestHandlersTest, TestSuggestSpellingConverter, 
JSONWriterTest, PolyFieldTest, TestBeiderMorseFilterFactory, 
BasicFunctionalityTest, TestValueSourceCache, TestArabicFilters, 
TestBrazilianStemFilterFactory, TestGermanMinimalStemFilterFactory, 
HighlighterConfigTest, TestFastLRUCache, TestRussianLightStemFilterFactory, 
TestNumberUtils, SpellCheckComponentTest, TestReplicationHandler, 
SuggesterFSTTest]
   [junit4]   2> 
   [junit4] Completed in 1.32s, 4 tests, 1 error <<< FAILURES!
[...truncated 784 lines...]

[...truncated 17272 lines...]

[...truncated 17272 lines...]

[...truncated 17272 lines...]

[...truncated 17272 lines...]

[...truncated 17272 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to