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/20 04:02:39 UTC

git commit: Adding another common flaky test

Repository: jclouds
Updated Branches:
  refs/heads/add-test-retry 80edbb0fd -> 0ed316bb7


Adding another common flaky test


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

Branch: refs/heads/add-test-retry
Commit: 0ed316bb76aa669fc4754166a403d68ea23a09e1
Parents: 80edbb0
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 19 15:35:02 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 19 15:35:02 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/0ed316bb/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 7b7b8c6..6906946 100644
--- a/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java
+++ b/core/src/test/java/org/jclouds/rest/functions/PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest.java
@@ -133,6 +133,7 @@ public class PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersionTest
             "lookup cache saved " + (first - cached) + " microseconds when no annotation present");
    }
 
+   @Test(invocationCount = 3, successPercentage = 66)
    public void testCacheIsFasterWhenAnnotationPresent() {
       InvocationSuccess floatingIpApi = getKeyPairApi();
       ImplicitOptionalConverter fn = forApiVersion("2011-07-15");