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 <[email protected]>
Authored: Sat Oct 18 18:04:13 2014 -0400
Committer: Andrew Phillips <[email protected]>
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");

Reply via email to