Skip to content

Bump APIM version to fix CTL test failures #8578

Bump APIM version to fix CTL test failures

Bump APIM version to fix CTL test failures #8578

Triggered via pull request September 10, 2024 08:48
Status Failure
Total duration 2h 53m 15s
Artifacts 4

main.yml

on: pull_request
Matrix: build-product
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 17 warnings
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testAdvancedThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: advanced policy version: v4.4.0 data: class AdvancedThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: de730166-3b74-42ea-a413-3f091d114d80 policyName: TestPolicyAdvanced displayName: Test Policy description: This is a test throttle policy isDeployed: false type: AdvancedThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } conditionalGroups: [class ConditionalGroupDTO { description: This is a test conditional group conditions: [class ThrottleConditionDTO { type: IPCONDITION invertCondition: false headerCondition: null ipCondition: class IPConditionDTO { ipConditionType: IPSPECIFIC specificIP: 10.100.1.22 startingIP: null endingIP: null } jwtClaimsCondition: null queryParameterCondition: null }, class ThrottleConditionDTO { type: HEADERCONDITION invertCondition: false headerCondition: class HeaderConditionDTO { headerName: Host headerValue: 10.100.7.77 } ipCondition: null jwtClaimsCondition: null queryParameterCondition: null }, class ThrottleConditionDTO { type: QUERYPARAMETERCONDITION invertCondition: false headerCondition: null ipCondition: null jwtClaimsCondition: null queryParameterCondition: class QueryParameterConditionDTO { parameterName: claimUrl parameterValue: claimAttribute } }, class ThrottleConditionDTO { type: JWTCLAIMSCONDITION invertCondition: false headerCondition: null ipCondition: null jwtClaimsCondition: class JWTClaimsConditionDTO { claimUrl: name attribute: admin } queryParameterCondition: null }] limit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } }] } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: advanced policy version: v4.3.0 data: class AdvancedThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: de730166-3b74-42ea-a413-3f091d114d80 policyName: TestPolicyAdvanced displayName: Test Policy description: This is a test throttle policy isDeployed: false type: AdvancedThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } conditionalGroups: [class ConditionalGroupDTO { description: This is a test conditional group conditions: [class ThrottleConditio
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testAdvancedThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: advanced policy version: v4.4.0 data: class AdvancedThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 18c8143b-3cae-4c03-a8a1-c620c3c92fd2 policyName: TestPolicyAdvanced displayName: Test Policy description: This is a test throttle policy isDeployed: false type: AdvancedThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } conditionalGroups: [class ConditionalGroupDTO { description: This is a test conditional group conditions: [class ThrottleConditionDTO { type: IPCONDITION invertCondition: false headerCondition: null ipCondition: class IPConditionDTO { ipConditionType: IPSPECIFIC specificIP: 10.100.1.22 startingIP: null endingIP: null } jwtClaimsCondition: null queryParameterCondition: null }, class ThrottleConditionDTO { type: HEADERCONDITION invertCondition: false headerCondition: class HeaderConditionDTO { headerName: Host headerValue: 10.100.7.77 } ipCondition: null jwtClaimsCondition: null queryParameterCondition: null }, class ThrottleConditionDTO { type: QUERYPARAMETERCONDITION invertCondition: false headerCondition: null ipCondition: null jwtClaimsCondition: null queryParameterCondition: class QueryParameterConditionDTO { parameterName: claimUrl parameterValue: claimAttribute } }, class ThrottleConditionDTO { type: JWTCLAIMSCONDITION invertCondition: false headerCondition: null ipCondition: null jwtClaimsCondition: class JWTClaimsConditionDTO { claimUrl: name attribute: admin } queryParameterCondition: null }] limit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } }] } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: advanced policy version: v4.3.0 data: class AdvancedThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 18c8143b-3cae-4c03-a8a1-c620c3c92fd2 policyName: TestPolicyAdvanced displayName: Test Policy description: This is a test throttle policy isDeployed: false type: AdvancedThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } conditionalGroups: [class ConditionalGroupDTO { description: This is a test conditional group conditions: [class ThrottleConditio
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testApplicationThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.4.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: dd2c4988-59dd-44f0-8d03-43b93076be61 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.3.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: dd2c4988-59dd-44f0-8d03-43b93076be61 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.4.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: dd2c4988-59dd-44f0-8d03-43b93076be61 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.3.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: dd2c4988-59dd-44f0-8d03-43b93076be61 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.ThrottlePolicyExportImportTestCase.testApplicationThrottlePol
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testApplicationThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.4.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 2c1a2dd3-f828-4517-89c6-40935cfdcb75 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.3.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 2c1a2dd3-f828-4517-89c6-40935cfdcb75 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.4.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 2c1a2dd3-f828-4517-89c6-40935cfdcb75 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: application policy version: v4.3.0 data: class ApplicationThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 2c1a2dd3-f828-4517-89c6-40935cfdcb75 policyName: TestPolicyApplication displayName: Test Policy description: This is a test throttle policy isDeployed: false type: ApplicationThrottlePolicy } defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } burstLimit: class BurstLimitDTO { rateLimitCount: 0 rateLimitTimeUnit: null } } }] at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.ThrottlePolicyExportImportTestCase.testApplicationThrottlePol
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testCustomThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: custom rule version: v4.3.0 data: class CustomRuleDTO { class ThrottlePolicyDTO { policyId: feefdd3e-3653-470b-9434-dc0c7a81eda4 policyName: TestPolicyCustom displayName: null description: This is a test custom throttle policy isDeployed: false type: CustomRule } siddhiQuery: FROM RequestStream SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey INSERT INTO EligibilityStream; FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min) SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey INSERT ALL EVENTS into ResultStream; keyTemplate: $userId } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: custom rule version: v4.4.0 data: class CustomRuleDTO { class ThrottlePolicyDTO { policyId: feefdd3e-3653-470b-9434-dc0c7a81eda4 policyName: TestPolicyCustom displayName: null description: This is a test custom throttle policy isDeployed: false type: CustomRule } siddhiQuery: FROM RequestStream SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey INSERT INTO EligibilityStream; FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min) SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey INSERT ALL EVENTS into ResultStream; keyTemplate: $userId } }] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: custom rule version: v4.3.0 data: class CustomRuleDTO { class ThrottlePolicyDTO { policyId: feefdd3e-3653-470b-9434-dc0c7a81eda4 policyName: TestPolicyCustom displayName: null description: This is a test custom throttle policy isDeployed: false type: CustomRule } siddhiQuery: FROM RequestStream SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey INSERT INTO EligibilityStream; FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min) SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey INSERT ALL EVENTS into ResultStream; keyTemplate: $userId } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: custom rule version: v4.4.0 data: class CustomRuleDTO { class ThrottlePolicyDTO { policyId: feefdd3e-3653-470b-9434-dc0c7a81eda4 policyName: TestPolicyCustom displayName: null description: This is a test custom throttle policy isDeployed: false type: CustomRule } siddhiQuery: FROM RequestStream SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey INSERT INTO EligibilityStream; FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min) SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey INSERT ALL EVENTS into ResultStream; keyTemplate: $userId } }] at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.ThrottlePolicyExportImportTestCase.testCustomThrottlePolicyExport(Throttle
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testSubscriptionThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: subscription policy version: v4.4.0 data: class SubscriptionThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 78b842fd-9c53-46aa-b7c1-51024f132dbc policyName: TestPolicySubscription displayName: Test Policy description: This is a test throttle policy isDeployed: false type: SubscriptionThrottlePolicy } graphQLMaxComplexity: 400 graphQLMaxDepth: 10 defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } monetization: class MonetizationInfoDTO { monetizationPlan: DYNAMICRATE properties: {} } rateLimitCount: -1 rateLimitTimeUnit: NA customAttributes: [class CustomAttributeDTO { name: testAttribute value: testValue }] stopOnQuotaReach: false billingPlan: COMMERCIAL permissions: class SubscriptionThrottlePolicyPermissionDTO { permissionType: ALLOW roles: [Internal/creator] } subscriberCount: 0 } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: subscription policy version: v4.3.0 data: class SubscriptionThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 78b842fd-9c53-46aa-b7c1-51024f132dbc policyName: TestPolicySubscription displayName: Test Policy description: This is a test throttle policy isDeployed: false type: SubscriptionThrottlePolicy } graphQLMaxComplexity: 400 graphQLMaxDepth: 10 defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } monetization: class MonetizationInfoDTO { monetizationPlan: DYNAMICRATE properties: {} } rateLimitCount: -1 rateLimitTimeUnit: NA customAttributes: [class CustomAttributeDTO { name: testAttribute value: testValue }] stopOnQuotaReach: false billingPlan: COMMERCIAL permissions: class SubscriptionThrottlePolicyPermissionDTO { permissionType: ALLOW roles: [Internal/creator] } subscriberCount: 0 } }] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: subscription policy version: v4.4.0 data: class SubscriptionThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 78b842fd-9c53-46aa-b7c1-51024f132dbc policyName: TestPolicySubscription displayName: Test Policy description: This is a test throttle policy isDeployed: false type: SubscriptionThrottlePolicy } graphQLMaxComplexity: 400 graphQLMaxDepth: 10 defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } monetization: class MonetizationInfoDTO { monetizationPlan: DYNAMICRATE p
build-product (1, group1)
ThrottlePolicyExportImportTestCase.testSubscriptionThrottlePolicyExport ────────────────────────────────────────────────────────────────────────────────────────── expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: subscription policy version: v4.4.0 data: class SubscriptionThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 849b98f7-f919-4b1a-b82b-93f633e71bf5 policyName: TestPolicySubscription displayName: Test Policy description: This is a test throttle policy isDeployed: false type: SubscriptionThrottlePolicy } graphQLMaxComplexity: 400 graphQLMaxDepth: 10 defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } monetization: class MonetizationInfoDTO { monetizationPlan: DYNAMICRATE properties: {} } rateLimitCount: -1 rateLimitTimeUnit: NA customAttributes: [class CustomAttributeDTO { name: testAttribute value: testValue }] stopOnQuotaReach: false billingPlan: COMMERCIAL permissions: class SubscriptionThrottlePolicyPermissionDTO { permissionType: ALLOW roles: [Internal/creator] } subscriberCount: 0 } }] but found [class ExportThrottlePolicyDTO { type: throttling policy subtype: subscription policy version: v4.3.0 data: class SubscriptionThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 849b98f7-f919-4b1a-b82b-93f633e71bf5 policyName: TestPolicySubscription displayName: Test Policy description: This is a test throttle policy isDeployed: false type: SubscriptionThrottlePolicy } graphQLMaxComplexity: 400 graphQLMaxDepth: 10 defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } monetization: class MonetizationInfoDTO { monetizationPlan: DYNAMICRATE properties: {} } rateLimitCount: -1 rateLimitTimeUnit: NA customAttributes: [class CustomAttributeDTO { name: testAttribute value: testValue }] stopOnQuotaReach: false billingPlan: COMMERCIAL permissions: class SubscriptionThrottlePolicyPermissionDTO { permissionType: ALLOW roles: [Internal/creator] } subscriberCount: 0 } }] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [class ExportThrottlePolicyDTO { type: throttling policy subtype: subscription policy version: v4.4.0 data: class SubscriptionThrottlePolicyDTO { class ThrottlePolicyDTO { policyId: 849b98f7-f919-4b1a-b82b-93f633e71bf5 policyName: TestPolicySubscription displayName: Test Policy description: This is a test throttle policy isDeployed: false type: SubscriptionThrottlePolicy } graphQLMaxComplexity: 400 graphQLMaxDepth: 10 defaultLimit: class ThrottleLimitDTO { type: REQUESTCOUNTLIMIT requestCount: class RequestCountLimitDTO { timeUnit: min unitTime: 1 requestCount: 50 } bandwidth: null eventCount: null } monetization: class MonetizationInfoDTO { monetizationPlan: DYNAMICRATE p
build-product (1, group1)
Process completed with exit code 1.
build-product (4, group4)
OperationPolicyTestCase.testCommonOperationPolicyExport ────────────────────────────────────────────────────────────────────────────────────────── Exported & Expected Policy Specifications are not matching expected [{type=operation_policy_specification, version=v4.3.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}] but found [{type=operation_policy_specification, version=v4.4.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Exported & Expected Policy Specifications are not matching expected [{type=operation_policy_specification, version=v4.3.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}] but found [{type=operation_policy_specification, version=v4.4.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}] at org.wso2.am.integration.tests.operationPolicy.OperationPolicyTestCase.testCommonOperationPolicyExport(OperationPolicyTestCase.java:216)
build-product (4, group4)
ESBJAVA3447PreserveCharsetInContentTypeTestCase.testPreserveCharsetInContentTypeHeader ────────────────────────────────────────────────────────────────────────────────────────── Content-Type header has dropped Charset expected [true] but found [false] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Content-Type header has dropped Charset expected [true] but found [false] at org.wso2.am.integration.tests.header.ESBJAVA3447PreserveCharsetInContentTypeTestCase.testPreserveCharsetInContentTypeHeader(ESBJAVA3447PreserveCharsetInContentTypeTestCase.java:90)
build-product (4, group4)
Process completed with exit code 1.
build-carbon
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-carbon
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-benchmark-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-benchmark-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-product (3, group3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-product (3, group3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v3, actions/cache@v3, malinthaprasan/action-surefire-report@v1, actions/upload-artifact@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-product (3, group3)
794 tests run, 0 skipped, 0 failed.
build-product (1, group1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-product (1, group1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v3, actions/cache@v3, malinthaprasan/action-surefire-report@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-product (1, group1)
574 tests run, 25 skipped, 7 failed.
build-product (2, group2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-product (2, group2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v3, actions/cache@v3, malinthaprasan/action-surefire-report@v1, actions/upload-artifact@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-product (2, group2)
169 tests run, 0 skipped, 0 failed.
build-product (4, group4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-product (4, group4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, actions/setup-node@v3, actions/cache@v3, malinthaprasan/action-surefire-report@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-product (4, group4)
267 tests run, 6 skipped, 2 failed.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "TEST-TestSuite_1", "TEST-TestSuite_2", "TEST-TestSuite_3", "TEST-TestSuite_4". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
TEST-TestSuite_1
23.3 MB
TEST-TestSuite_2
15.2 MB
TEST-TestSuite_3
19.1 MB
TEST-TestSuite_4
33.2 MB