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 00:04:36 UTC

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

Repository: jclouds
Updated Branches:
  refs/heads/add-test-retry [created] 2551d0818


Expecting 3 of 5 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/2551d081
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/2551d081
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/2551d081

Branch: refs/heads/add-test-retry
Commit: 2551d08181080e337f046e62fdbfcb9f1988e441
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 18:04:13 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/2551d081/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..3a68400 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 = 5, successPercentage = 60)
    public void testCacheIsFasterWhenNoAnnotationPresent() {
       InvocationSuccess keyPairApi = getKeyPairApi();
       ImplicitOptionalConverter fn = forApiVersion("2011-07-15");