You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/19 01:34:05 UTC

git commit: Expecting 2 of 3 or the first flaky test to succeed

Repository: jclouds
Updated Branches:
  refs/heads/add-test-retry 2551d0818 -> 80edbb0fd (forced update)


Expecting 2 of 3 or the first flaky test to succeed


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

Branch: refs/heads/add-test-retry
Commit: 80edbb0fd8929dfca9e2666c3f0b32ee7d241d58
Parents: b3882cb
Author: Andrew Phillips <an...@apache.org>
Authored: Sat Oct 18 18:04:13 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sat Oct 18 19:27:21 2014 -0400

----------------------------------------------------------------------
 ...WhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/80edbb0f/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java b/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java
index 96d2e1e..7b7b8c6 100644
--- a/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java
+++ b/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java
@@ -118,6 +118,7 @@ public class PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest
       assertEquals(fn.load(getVpcApi()), Optional.absent());
    }
 
+   @Test(invocationCount = 3, successPercentage = 66)
    public void testCacheIsFasterWhenNoAnnotationPresent() {
       InvocationSuccess keyPairApi = getKeyPairApi();
       ImplicitOptionalConverter fn = forApiVersion("2011-07-15");