move some many-times test to integration group so build runs faster
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/01d6136a Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/01d6136a Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/01d6136a Branch: refs/heads/master Commit: 01d6136a6255a86c4ddb36c9840dfc62083478b6 Parents: b15a471 Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Authored: Fri Jul 18 02:02:50 2014 -0400 Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Committed: Fri Jul 18 09:15:18 2014 -0400 ---------------------------------------------------------------------- core/src/test/java/brooklyn/entity/rebind/RebindEntityTest.java | 2 +- .../management/ha/HighAvailabilityManagerSplitBrainTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/01d6136a/core/src/test/java/brooklyn/entity/rebind/RebindEntityTest.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/brooklyn/entity/rebind/RebindEntityTest.java b/core/src/test/java/brooklyn/entity/rebind/RebindEntityTest.java index d16bea6..1292dea 100644 --- a/core/src/test/java/brooklyn/entity/rebind/RebindEntityTest.java +++ b/core/src/test/java/brooklyn/entity/rebind/RebindEntityTest.java @@ -194,7 +194,7 @@ public class RebindEntityTest extends RebindTestFixtureWithApp { // Saw this fail during development (fixed now); but want at least one of these tests to be run // many times for stress testing purposes - @Test(invocationCount=100, groups="Integeration") + @Test(invocationCount=100, groups="Integration") public void testRestoresEntityIdAndDisplayNameManyTimes() throws Exception { testRestoresEntityIdAndDisplayName(); } http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/01d6136a/core/src/test/java/brooklyn/management/ha/HighAvailabilityManagerSplitBrainTest.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/brooklyn/management/ha/HighAvailabilityManagerSplitBrainTest.java b/core/src/test/java/brooklyn/management/ha/HighAvailabilityManagerSplitBrainTest.java index 26627d6..ddf6b73 100644 --- a/core/src/test/java/brooklyn/management/ha/HighAvailabilityManagerSplitBrainTest.java +++ b/core/src/test/java/brooklyn/management/ha/HighAvailabilityManagerSplitBrainTest.java @@ -274,7 +274,7 @@ public class HighAvailabilityManagerSplitBrainTest { assertEquals(n2.mgmt.getApplications().size(), 1); } - @Test(invocationCount=50) + @Test(invocationCount=50, groups="Integration") public void testIfNodeStopsBeingAbleToWriteManyTimes() throws Exception { testIfNodeStopsBeingAbleToWrite(); }