From 9f9e2c444e9466832d66ebe7f6f87c3fb0711ee4 Mon Sep 17 00:00:00 2001 From: Dongie Agnir Date: Thu, 17 Nov 2022 11:33:54 -0800 Subject: [PATCH] Add endpoint-tests Maven profile This profile is used to run only the generated endpoint tests for a module. This is helpful when doing automated model updates for a service client, which may include rules and test updates to make sure that the SDK still builds properly with such updates. --- pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/pom.xml b/pom.xml index ab8f0e91ca6f..f7d11e4a5d25 100644 --- a/pom.xml +++ b/pom.xml @@ -793,6 +793,51 @@ + + endpoint-tests + + + doRelease + + + + true + true + true + true + true + true + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + integration-test + + integration-test + verify + + + + ${argLine} + + **/*ClientEndpointTests.java + **/*EndpointProviderTests.java + + false + 2 + + + + + + + + stability-tests