Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 74ec78006 -> f7f289c9f
Adding MetadataServiceTestCase as a failed test Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f7f289c9 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f7f289c9 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f7f289c9 Branch: refs/heads/stratos-4.1.x Commit: f7f289c9f2e8520531f5d206f57362acfd5b6984 Parents: 74ec780 Author: gayangunarathne <[email protected]> Authored: Wed Dec 2 14:05:35 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Wed Dec 2 14:05:35 2015 +0530 ---------------------------------------------------------------------- .../integration/tests/application/MetadataServiceTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f7f289c9/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java index 5ba3634..2f58695 100644 --- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java +++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java @@ -49,7 +49,7 @@ import static org.testng.AssertJUnit.assertTrue; * Deploy a sample application on mock IaaS and load test metadata service with high load of concurrent read/write * operations from multiple clients */ -@Test(groups = { "application", "metadata" }) +@Test(groups = { "application", "metadata", "failed" }) public class MetadataServiceTestCase extends StratosIntegrationTest { private static final Log log = LogFactory.getLog(MetadataServiceTestCase.class); private static final String RESOURCES_PATH = "/metadata-service-test";
