You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/07/26 21:18:04 UTC

[25/50] usergrid git commit: Should be ignored

Should be ignored


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

Branch: refs/heads/apigee-sso-provider
Commit: 2fb55f05da923b9812f18a30952ab338d1822b70
Parents: d5d89a8
Author: Dave Johnson <sn...@apache.org>
Authored: Thu Jul 7 15:09:57 2016 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Thu Jul 7 15:09:57 2016 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/usergrid/rest/UniqueCatsIT.java    | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/2fb55f05/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java b/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java
index c0209af..6561389 100644
--- a/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java
+++ b/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java
@@ -63,7 +63,7 @@ public class UniqueCatsIT {
     private static final AtomicInteger dupCounter = new AtomicInteger( 0 );
 
     @Test
-    //@Ignore("Intended for use against  prod-like cluster")
+    @Ignore("Intended for use against  prod-like cluster")
     public void testDuplicatePrevention() throws Exception {
 
         int numThreads = 20;
@@ -83,12 +83,7 @@ public class UniqueCatsIT {
 
         final AtomicBoolean failed = new AtomicBoolean(false);
 
-        //String[] targetHosts = {"http://localhost:8080"};
-
-        String[] targetHosts = {
-            "https://ug21-west.e2e.apigee.net",
-            "https://ug21-east.e2e.apigee.net"
-        };
+        String[] targetHosts = {"http://localhost:8080"};
 
         for (int i = 0; i < numCats; i++) {