Repository: brooklyn-server
Updated Branches:
  refs/heads/master 0bc231224 -> 6418c335f


Mark blueprint integration tests as “Broken”

The brooklyn-server repo does not include entities in brooklyn-library,
such as MongoDB, so cannot be tested here.

It should really be deleted (once we move them to a better home such
as use of the test-framework, with QA running regularly against the
catalog).

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/42a54791
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/42a54791
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/42a54791

Branch: refs/heads/master
Commit: 42a547913e86b1e8a1b4d1de2cf9f68df0f5dc4d
Parents: 21a3664
Author: Aled Sage <aled.s...@gmail.com>
Authored: Fri Sep 23 18:15:13 2016 +0100
Committer: Aled Sage <aled.s...@gmail.com>
Committed: Fri Sep 23 18:15:13 2016 +0100

----------------------------------------------------------------------
 .../launcher/blueprints/CouchbaseBlueprintTest.java     | 12 ++++++------
 .../launcher/blueprints/MongoDbBlueprintTest.java       | 10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/42a54791/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/CouchbaseBlueprintTest.java
----------------------------------------------------------------------
diff --git 
a/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/CouchbaseBlueprintTest.java
 
b/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/CouchbaseBlueprintTest.java
index fde5b41..d4d2686 100644
--- 
a/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/CouchbaseBlueprintTest.java
+++ 
b/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/CouchbaseBlueprintTest.java
@@ -22,22 +22,22 @@ import org.testng.annotations.Test;
 
 public class CouchbaseBlueprintTest extends AbstractBlueprintTest {
 
-    @Test(groups={"Live"})
+    @Test(groups={"Live", "Broken"})
     public void testCouchbaseNode() throws Exception {
         runTest("couchbase-node.yaml");
     }
 
-    @Test(groups={"Live"})
+    @Test(groups={"Live", "Broken"})
     public void testCouchbaseCluster() throws Exception {
         runTest("couchbase-cluster.yaml");
     }
 
-    @Test(groups={"Live"})
+    @Test(groups={"Live", "Broken"})
     public void testCouchbaseClusterSingleNode() throws Exception {
         runTest("couchbase-cluster-singleNode.yaml");
     }
     
-    @Test(groups={"Live"})
+    @Test(groups={"Live", "Broken"})
     public void testCouchbaseWithPillowfight() throws Exception {
         runTest("couchbase-w-pillowfight.yaml");
     }
@@ -53,7 +53,7 @@ public class CouchbaseBlueprintTest extends 
AbstractBlueprintTest {
      * This blueprint uses {minRam: 16384, minCores: 4}.
      * Suspect this is already fixed by Andrea Turli in latest jclouds.
      */
-    @Test(groups={"Live", "WIP"})
+    @Test(groups={"Live", "WIP", "Broken"})
     public void testCouchbaseWithLoadgen() throws Exception {
         runTest("couchbase-w-loadgen.yaml");
     }
@@ -62,7 +62,7 @@ public class CouchbaseBlueprintTest extends 
AbstractBlueprintTest {
      * FIXME Failed with "Unable to match required VM template constraints" - 
caused by NPE
      * (see error described at {@link #testCouchbaseWithLoadgen()}.
      */
-    @Test(groups={"Live", "WIP"})
+    @Test(groups={"Live", "WIP", "Broken"})
     public void testCouchbaseReplicationWithPillowfight() throws Exception {
         runTest("couchbase-replication-w-pillowfight.yaml");
     }

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/42a54791/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/MongoDbBlueprintTest.java
----------------------------------------------------------------------
diff --git 
a/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/MongoDbBlueprintTest.java
 
b/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/MongoDbBlueprintTest.java
index 33c8910..9097729 100644
--- 
a/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/MongoDbBlueprintTest.java
+++ 
b/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/MongoDbBlueprintTest.java
@@ -24,27 +24,27 @@ public class MongoDbBlueprintTest extends 
AbstractBlueprintTest {
 
     // TODO Some tests are failing! Needs investigated.
 
-    @Test(groups={"Integration", "WIP"})
+    @Test(groups={"Integration", "WIP", "Broken"})
     public void testMongoSharded() throws Exception {
         runTest("mongo-sharded.yaml");
     }
 
-    @Test(groups={"Integration"})
+    @Test(groups={"Integration", "Broken"})
     public void testMongoReplicaSet() throws Exception {
         runTest("mongo-blueprint.yaml");
     }
 
-    @Test(groups={"Integration"})
+    @Test(groups={"Integration", "Broken"})
     public void testMongoClientAndSingleServer() throws Exception {
         runTest("mongo-client-single-server.yaml");
     }
 
-    @Test(groups={"Integration", "WIP"})
+    @Test(groups={"Integration", "WIP", "Broken"})
     public void testMongoScripts() throws Exception {
         runTest("mongo-scripts.yaml");
     }
 
-    @Test(groups="Integration")
+    @Test(groups={"Integration", "Broken"})
     public void testMongoSingleServer() throws Exception {
         runTest("mongo-single-server-blueprint.yaml");
     }

Reply via email to