You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/02/20 01:40:59 UTC

[4/5] lucene-solr:master: SOLR-8129: Harden HdfsChaosMonkeyNothingIsSafeTest some

SOLR-8129: Harden HdfsChaosMonkeyNothingIsSafeTest some


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/72f71275
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/72f71275
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/72f71275

Branch: refs/heads/master
Commit: 72f71275b28635cc4383fa12923245aaba69d592
Parents: 06707cc
Author: markrmiller <ma...@apache.org>
Authored: Sun Feb 19 20:37:48 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Sun Feb 19 20:38:32 2017 -0500

----------------------------------------------------------------------
 .../org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.java    | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72f71275/solr/core/src/test/org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.java b/solr/core/src/test/org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.java
index 58d52d2..4e6122e 100644
--- a/solr/core/src/test/org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.java
@@ -44,14 +44,12 @@ import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import com.carrotsearch.randomizedtesting.annotations.ThreadLeakLingering;
-
 @Slow
 @SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
-@ThreadLeakLingering(linger = 60000)
+//@ThreadLeakLingering(linger = 60000)
 @SuppressObjectReleaseTracker(bugUrl="Testing purposes")
 public class ChaosMonkeyNothingIsSafeTest extends AbstractFullDistribZkTestBase {
-  private static final int FAIL_TOLERANCE = 60;
+  private static final int FAIL_TOLERANCE = 100;
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());