Support separate client side MTLS for production and sandbox endpoints #2517
maven.yml
on: pull_request
Matrix: build
run-benchmark-test
48m 46s
show-report
15s
Annotations
13 errors and 14 warnings
build (3, group3)
Process completed with exit code 1.
|
build (4, group4)
Process completed with exit code 1.
|
build (1, group1)
Process completed with exit code 1.
|
show-report
APICreationTestCase.testCreateAndDeployApiWithMutualSSLEnabled
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.APICreationTestCase.testCreateAndDeployApiWithMutualSSLEnabled(APICreationTestCase.java:85)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.APICreationTestCase.testCreateAndDeployApiWithMutualSSLEnabled(APICreationTestCase.java:85)
|
show-report
APICreationTestCase.testCreateAndDeployApiWithMutualSSLEnabled
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.APICreationTestCase.testCreateAndDeployApiWithMutualSSLEnabled(APICreationTestCase.java:85)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.APICreationTestCase.testCreateAndDeployApiWithMutualSSLEnabled(APICreationTestCase.java:85)
|
show-report
APIProductCreationTestCase.testCreateAndDeployApiProductWithMutualSSLEnabled
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.apiproduct.APIProductCreationTestCase.testCreateAndDeployApiProductWithMutualSSLEnabled(APIProductCreationTestCase.java:737)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.apiproduct.APIProductCreationTestCase.testCreateAndDeployApiProductWithMutualSSLEnabled(APIProductCreationTestCase.java:737)
|
show-report
APIProductCreationTestCase.testCreateAndDeployApiProductWithMutualSSLEnabled
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.apiproduct.APIProductCreationTestCase.testCreateAndDeployApiProductWithMutualSSLEnabled(APIProductCreationTestCase.java:737)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.apiproduct.APIProductCreationTestCase.testCreateAndDeployApiProductWithMutualSSLEnabled(APIProductCreationTestCase.java:737)
|
show-report
APISecurityTestCase.initialize
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase.initialize(APISecurityTestCase.java:198)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase.initialize(APISecurityTestCase.java:198)
|
show-report
APISecurityTestCase.initialize
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase.initialize(APISecurityTestCase.java:198)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase.initialize(APISecurityTestCase.java:198)
|
show-report
APISecurityTestCase.cleanUpArtifacts
──────────────────────────────────────────────────────────────────────────────────────────
Missing the required parameter 'apiId' when calling deleteAPI(Async)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException: Missing the required parameter 'apiId' when calling deleteAPI(Async)
at org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase.cleanUpArtifacts(APISecurityTestCase.java:1247)
|
show-report
APISecurityTestCase.cleanUpArtifacts
──────────────────────────────────────────────────────────────────────────────────────────
Missing the required parameter 'apiId' when calling deleteAPI(Async)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException: Missing the required parameter 'apiId' when calling deleteAPI(Async)
at org.wso2.am.integration.tests.api.lifecycle.APISecurityTestCase.cleanUpArtifacts(APISecurityTestCase.java:1247)
|
show-report
OperationPolicyTestCase.testAddOperationPolicyForNotSupportedFlow
──────────────────────────────────────────────────────────────────────────────────────────
expected [400] but found [500]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: expected [400] but found [500]
at org.wso2.am.integration.tests.operationPolicy.OperationPolicyTestCase.testAddOperationPolicyForNotSupportedFlow(OperationPolicyTestCase.java:540)
|
show-report
OperationPolicyTestCase.testOperationPolicyAdditionWithMissingAttributes
──────────────────────────────────────────────────────────────────────────────────────────
expected [400] but found [500]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: expected [400] but found [500]
at org.wso2.am.integration.tests.operationPolicy.OperationPolicyTestCase.testOperationPolicyAdditionWithMissingAttributes(OperationPolicyTestCase.java:520)
|
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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@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 (3, group3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@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 (3, group3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (2, group2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@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 (2, group2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2, 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 (4, group4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@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 (4, group4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (1, group1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@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 (1, group1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
show-report
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@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/
|
show-report
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
show-report
1791 tests run, 72 skipped, 10 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
Expired
|
23.2 MB |
|
TEST-TestSuite_2
Expired
|
15.2 MB |
|
TEST-TestSuite_3
Expired
|
16.7 MB |
|
TEST-TestSuite_4
Expired
|
32.9 MB |
|