Skip to content

Commit

Permalink
Change test groups and shuffle tests between 4 groups
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuGayan committed Oct 9, 2023
1 parent fa4423e commit c002c6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 41 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</test>-->

<test name="apim-integration-tests-api-lifecycle" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group1"/>
<parameter name="group" value="group3"/>
<classes>
<class name="org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase" />
<class name="org.wso2.am.integration.tests.api.lifecycle.AccessibilityOfBlockAPITestCase"/>
Expand Down Expand Up @@ -99,7 +99,7 @@
</test>

<test name="apim-integration-tests-api-lifecycle-2" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group1"/>
<parameter name="group" value="group4"/>
<classes>
<class name="org.wso2.am.integration.tests.rest.MalformedRequestTest"/>
<class name="org.wso2.am.integration.tests.other.ScriptMediatorTestCase"/>
Expand Down Expand Up @@ -146,7 +146,7 @@
</test>

<test name="apim-CORS-tests" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group1"/>
<parameter name="group" value="group4"/>
<classes>
<class name="org.wso2.am.integration.tests.header.CORSAccessControlAllowCredentialsHeaderSetup"/>
<class name="org.wso2.am.integration.tests.jwt.FederatedUserJWTTestCase"/>
Expand All @@ -155,7 +155,7 @@
</test>

<test name="apim-integration-tests-samples" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group1"/>
<parameter name="group" value="group4"/>
<classes>
<class name="org.wso2.am.integration.tests.rest.UriTemplateReservedCharacterEncodingTest"/>
<class name="org.wso2.am.integration.tests.other.APIInvocationFailureTestCase"/>
Expand Down Expand Up @@ -238,7 +238,7 @@
</test>

<test name="apim-store-tests" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group1"/>
<parameter name="group" value="group3"/>
<classes>
<class name="org.wso2.am.integration.tests.other.APIM710AllSubscriptionsByApplicationTestCase"/>
<!--<class name="org.wso2.am.integration.tests.other.CopyNewVersionTestCase"/>-->
Expand Down Expand Up @@ -363,7 +363,7 @@


<test name="apim-integration-tests-application-sharing" preserve-order="true" parallel="false" group-by-instances="true">
<parameter name="group" value="group2"/>
<parameter name="group" value="group1"/>
<classes>
<class name="org.wso2.am.integration.tests.application.groupSharing.ApplicationSharingConfig"/>
<class name="org.wso2.am.integration.tests.application.groupSharing.ApplicationSharingTestCase"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<parameter name="useDefaultListeners" value="false"/>

<test name="apim-restart-tests" preserve-order="true" parallel="false">
<parameter name="group" value="group4"/>
<classes>
<class name="org.wso2.am.integration.tests.server.restart.ServerRestartTestCase"/>
<class name="org.wso2.am.integration.tests.server.restart.APIThrottlingServerRestartTestCase"/>
Expand Down

0 comments on commit c002c6a

Please sign in to comment.