mirror of https://github.com/apache/lucene.git
dont ignore this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88f7c8bd77
commit
a668cc9a5e
|
@ -29,7 +29,6 @@ import org.junit.Ignore;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@Ignore("Fixme! I am so tired of failing all the time. This is cruelty to animals! :(")
|
||||
public class RecoveryZkTest extends FullSolrCloudTest {
|
||||
|
||||
//private static final String DISTRIB_UPDATE_CHAIN = "distrib-update-chain";
|
||||
|
@ -92,8 +91,6 @@ public class RecoveryZkTest extends FullSolrCloudTest {
|
|||
indexThread.join();
|
||||
indexThread2.join();
|
||||
|
||||
Thread.sleep(5000);
|
||||
|
||||
commit();
|
||||
|
||||
// test that leader and replica have same doc count
|
||||
|
|
Loading…
Reference in New Issue