Add testcase HasThumbnailVariableWhenSearch #2162
maven.yml
on: pull_request
Matrix: build
run-benchmark-test
13m 44s
show-report
14s
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@11d70faf](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@61350a92](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@11d70faf](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
1873 tests run, 767 skipped, 252 failed.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
TEST-TestSuite_1
Expired
|
22.3 MB |
|
TEST-TestSuite_2
Expired
|
8.73 MB |
|