Integration test for revision deployment approval workflow #2163
maven.yml
on: pull_request
Matrix: build
run-benchmark-test
26m 0s
show-report
12s
Annotations
13 errors and 5 warnings
run-benchmark-test
Process completed with exit code 1.
|
build (2, group2)
Process completed with exit code 1.
|
build (1, group1)
Process completed with exit code 1.
|
show-report
AdvancedWebAppDeploymentConfig.deployWebApps[org.testng.TestRunner@2f52fbd3](0)
──────────────────────────────────────────────────────────────────────────────────────────
Unable to deploy API Revisions:null expected [201] but found [400]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to deploy API Revisions:null expected [201] but found [400]
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.createAPIs(AdvancedWebAppDeploymentConfig.java:104)
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.initialize(AdvancedWebAppDeploymentConfig.java:68)
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.deployWebApps(AdvancedWebAppDeploymentConfig.java:55)
|
show-report
AdvancedWebAppDeploymentConfig.cleanUpArtifacts
──────────────────────────────────────────────────────────────────────────────────────────
Unable to retrieve revisionsnull expected [200] but found [0]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to retrieve revisionsnull expected [200] but found [0]
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.cleanUpArtifacts(AdvancedWebAppDeploymentConfig.java:61)
|
show-report
AdvancedWebAppDeploymentConfig.cleanUpArtifacts
──────────────────────────────────────────────────────────────────────────────────────────
Unable to retrieve revisionsnull expected [200] but found [0]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to retrieve revisionsnull expected [200] but found [0]
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.cleanUpArtifacts(AdvancedWebAppDeploymentConfig.java:61)
|
show-report
AdvancedWebAppDeploymentConfig.deployWebApps[org.testng.TestRunner@17767024](0)
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.NullPointerException
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.createAPIs(AdvancedWebAppDeploymentConfig.java:104)
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.NullPointerException
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.createAPIs(AdvancedWebAppDeploymentConfig.java:104)
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.initialize(AdvancedWebAppDeploymentConfig.java:68)
at org.wso2.am.integration.tests.other.AdvancedWebAppDeploymentConfig.deployWebApps(AdvancedWebAppDeploymentConfig.java:55)
|
show-report
APISecurityAuditTestCase.destroy
──────────────────────────────────────────────────────────────────────────────────────────
Unable to retrieve revisionsnull expected [200] but found [0]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to retrieve revisionsnull expected [200] but found [0]
at org.wso2.am.integration.tests.other.APISecurityAuditTestCase.destroy(APISecurityAuditTestCase.java:78)
|
show-report
AddEditRemoveRESTResourceTestCase.initialize[org.testng.TestRunner@2f52fbd3](0)
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.NullPointerException
at org.wso2.am.integration.tests.api.lifecycle.AddEditRemoveRESTResourceTestCase.initialize(AddEditRemoveRESTResourceTestCase.java:84)
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.NullPointerException
at org.wso2.am.integration.tests.api.lifecycle.AddEditRemoveRESTResourceTestCase.initialize(AddEditRemoveRESTResourceTestCase.java:84)
|
show-report
JWTRevocationTestCase.setEnvironment
──────────────────────────────────────────────────────────────────────────────────────────
Unable to deploy API Revisions:null expected [201] but found [400]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to deploy API Revisions:null expected [201] but found [400]
at org.wso2.am.integration.tests.jwt.JWTRevocationTestCase.setEnvironment(JWTRevocationTestCase.java:75)
|
show-report
JWTRevocationTestCase.destroy
──────────────────────────────────────────────────────────────────────────────────────────
Unable to retrieve revisionsnull expected [200] but found [0]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to retrieve revisionsnull expected [200] but found [0]
at org.wso2.am.integration.tests.jwt.JWTRevocationTestCase.destroy(JWTRevocationTestCase.java:158)
|
show-report
APICreationTestCase.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.APICreationTestCase.cleanUpArtifacts(APICreationTestCase.java:90)
|
show-report
APICreationTestCase.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.APICreationTestCase.cleanUpArtifacts(APICreationTestCase.java:90)
|
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/
|
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 (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/
|
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
1872 tests run, 767 skipped, 251 failed.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
TEST-TestSuite_1
Expired
|
22.2 MB |
|
TEST-TestSuite_2
Expired
|
8.82 MB |
|