You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2018/12/07 04:24:57 UTC

[2/3] curator git commit: CURATOR-490 set SKIP status on retries

CURATOR-490 set SKIP status on retries


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/eaebdd95
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/eaebdd95
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/eaebdd95

Branch: refs/heads/CURATOR-490
Commit: eaebdd95c2d50a933eb443d9e84da5db389da18f
Parents: 1584e45
Author: randgalt <ra...@apache.org>
Authored: Thu Dec 6 23:24:22 2018 -0500
Committer: randgalt <ra...@apache.org>
Committed: Thu Dec 6 23:24:22 2018 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/curator/test/BaseClassForTests.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/eaebdd95/curator-test/src/main/java/org/apache/curator/test/BaseClassForTests.java
----------------------------------------------------------------------
diff --git a/curator-test/src/main/java/org/apache/curator/test/BaseClassForTests.java b/curator-test/src/main/java/org/apache/curator/test/BaseClassForTests.java
index 7c4af65..9ae6a5d 100644
--- a/curator-test/src/main/java/org/apache/curator/test/BaseClassForTests.java
+++ b/curator-test/src/main/java/org/apache/curator/test/BaseClassForTests.java
@@ -160,6 +160,7 @@ public class BaseClassForTests
                 return false;
             }
 
+            result.setStatus(ITestResult.SKIP);
             if ( result.getThrowable() != null )
             {
                 log.error("Retrying 1 time", result.getThrowable());