You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/07/16 07:36:05 UTC

[1/2] git commit: remove commented out repeated test

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master a0a8c9613 -> 896d4d0fa


remove commented out repeated test


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

Branch: refs/heads/master
Commit: 492762819a3ba7489b83afbf65cf43c137153048
Parents: ce8d19c
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Jul 16 01:12:35 2014 -0400
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Jul 16 01:12:35 2014 -0400

----------------------------------------------------------------------
 .../src/test/java/brooklyn/entity/pool/ServerPoolTest.java     | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/49276281/software/base/src/test/java/brooklyn/entity/pool/ServerPoolTest.java
----------------------------------------------------------------------
diff --git a/software/base/src/test/java/brooklyn/entity/pool/ServerPoolTest.java b/software/base/src/test/java/brooklyn/entity/pool/ServerPoolTest.java
index 8fe09b9..e9f616e 100644
--- a/software/base/src/test/java/brooklyn/entity/pool/ServerPoolTest.java
+++ b/software/base/src/test/java/brooklyn/entity/pool/ServerPoolTest.java
@@ -94,12 +94,6 @@ public class ServerPoolTest extends AbstractServerPoolTest {
         assertTrue(app2.getAttribute(Attributes.SERVICE_UP));
     }
 
-//    @Test(invocationCount=100, groups="Integration")
-//    public void testResizingPoolUpManyTimes() {
-//        testResizingPoolUp();
-//    }
-
-
     @Test
     public void testResizePoolDownSucceedsWhenEnoughMachinesAreFree() {
         TestApplication app = createAppWithChildren(1);


[2/2] git commit: This closes #64

Posted by he...@apache.org.
This closes #64


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/896d4d0f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/896d4d0f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/896d4d0f

Branch: refs/heads/master
Commit: 896d4d0fae02456925a855e102991dc854fd12ca
Parents: a0a8c96 4927628
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Jul 16 01:30:50 2014 -0400
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Jul 16 01:30:50 2014 -0400

----------------------------------------------------------------------
 .../src/test/java/brooklyn/entity/pool/ServerPoolTest.java     | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------