You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/10/01 22:01:09 UTC

[10/19] git commit: Removed stress tests that should not be part of the build

Removed stress tests that should not be part of the build


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

Branch: refs/heads/two-dot-o-rebuildable-index
Commit: 324a333badf673108dd2e59971f178f9af204d03
Parents: 9c63ce6
Author: Todd Nine <to...@apache.org>
Authored: Mon Sep 29 16:00:02 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Mon Sep 29 16:00:02 2014 -0600

----------------------------------------------------------------------
 .../persistence/collection/EntityCollectionManagerStressTest.java  | 2 ++
 .../apache/usergrid/persistence/graph/GraphManagerStressTest.java  | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/324a333b/stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerStressTest.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerStressTest.java b/stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerStressTest.java
index 62a42ec..3f5b071 100644
--- a/stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerStressTest.java
+++ b/stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerStressTest.java
@@ -23,6 +23,7 @@ import java.util.Set;
 
 import org.jukito.UseModules;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -50,6 +51,7 @@ import static org.junit.Assert.assertNotNull;
 
 @RunWith(ITRunner.class)
 @UseModules(TestCollectionModule.class)
+@Ignore("Stress test should not be run in embedded mode")
 public class EntityCollectionManagerStressTest {
     private static final Logger log = LoggerFactory.getLogger( 
             EntityCollectionManagerStressTest.class );

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/324a333b/stack/corepersistence/graph/src/test/java/org/apache/usergrid/persistence/graph/GraphManagerStressTest.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/graph/src/test/java/org/apache/usergrid/persistence/graph/GraphManagerStressTest.java b/stack/corepersistence/graph/src/test/java/org/apache/usergrid/persistence/graph/GraphManagerStressTest.java
index a570b7c..aa2d027 100644
--- a/stack/corepersistence/graph/src/test/java/org/apache/usergrid/persistence/graph/GraphManagerStressTest.java
+++ b/stack/corepersistence/graph/src/test/java/org/apache/usergrid/persistence/graph/GraphManagerStressTest.java
@@ -58,6 +58,7 @@ import static org.mockito.Mockito.when;
 
 @RunWith(ITRunner.class)
 @UseModules(TestGraphModule.class)
+@Ignore("Stress test should not be run in embedded mode")
 public class GraphManagerStressTest {
     private static final Logger log = LoggerFactory.getLogger( GraphManagerStressTest.class );