Change the tests to call product APIs with JWT #2344
maven.yml
on: pull_request
Matrix: build
run-benchmark-test
12m 39s
show-report
25s
Annotations
13 errors and 13 warnings
build (2, group2)
Process completed with exit code 1.
|
build (3, group3)
Process completed with exit code 1.
|
build (1, group1)
Process completed with exit code 1.
|
show-report
APIProductLifecycleTest.testCreateAPIProduct
──────────────────────────────────────────────────────────────────────────────────────────
expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: expected [true] but found [false]
at org.wso2.am.integration.tests.apiproduct.lifecycle.APIProductLifecycleTest.testCreateAPIProduct(APIProductLifecycleTest.java:131)
|
show-report
APIProductLifecycleTest.destroy
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.apiproduct.lifecycle.APIProductLifecycleTest.destroy(APIProductLifecycleTest.java:265)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.apiproduct.lifecycle.APIProductLifecycleTest.destroy(APIProductLifecycleTest.java:265)
|
show-report
CrossTenantSubscriptionTestCase.testCreateSubscriptionFromTenant1AppToTenant2APIRestrictedPolicy
──────────────────────────────────────────────────────────────────────────────────────────
null
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: null
at org.wso2.am.integration.tests.crossSubscription.CrossTenantSubscriptionTestCase.testCreateSubscriptionFromTenant1AppToTenant2APIRestrictedPolicy(CrossTenantSubscriptionTestCase.java:573)
|
show-report
CrossTenantSubscriptionTestCase.testCreateSubscriptionFromTenant2AppToTenant1APIRestrictedPolicy
──────────────────────────────────────────────────────────────────────────────────────────
null
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: null
at org.wso2.am.integration.tests.crossSubscription.CrossTenantSubscriptionTestCase.testCreateSubscriptionFromTenant2AppToTenant1APIRestrictedPolicy(CrossTenantSubscriptionTestCase.java:559)
|
show-report
ContentSearchTestCase.testContentSearchWithAccessControl
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.restapi.ContentSearchTestCase.testContentSearchWithAccessControl(ContentSearchTestCase.java:268)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.restapi.ContentSearchTestCase.testContentSearchWithAccessControl(ContentSearchTestCase.java:268)
|
show-report
PublisherAccessControlTestCase.testAPIAdditionWithAccessControlRestriction
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException: org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.other.PublisherAccessControlTestCase.testAPIAdditionWithAccessControlRestriction(PublisherAccessControlTestCase.java:197)
Caused by: org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.other.PublisherAccessControlTestCase.testAPIAdditionWithAccessControlRestriction(PublisherAccessControlTestCase.java:197)
|
show-report
PublisherAccessControlTestCase.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.PublisherAccessControlTestCase.destroy(PublisherAccessControlTestCase.java:342)
|
show-report
PublisherAccessControlTestCase.destroy
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.NullPointerException
at org.wso2.am.integration.tests.other.PublisherAccessControlTestCase.destroy(PublisherAccessControlTestCase.java:342)
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.NullPointerException
at org.wso2.am.integration.tests.other.PublisherAccessControlTestCase.destroy(PublisherAccessControlTestCase.java:342)
|
show-report
APIVisibilityWithDirectURLTestCase.testDirectLink
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.store.api.ApiException:
at org.wso2.am.integration.tests.api.lifecycle.APIVisibilityWithDirectURLTestCase.testDirectLink(APIVisibilityWithDirectURLTestCase.java:152)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.store.api.ApiException:
at org.wso2.am.integration.tests.api.lifecycle.APIVisibilityWithDirectURLTestCase.testDirectLink(APIVisibilityWithDirectURLTestCase.java:152)
|
show-report
APITagVisibilityByRoleTestCase.testAPITagVisibilityAuthorisedUser
──────────────────────────────────────────────────────────────────────────────────────────
Restricted visibility tag is not available for authorised user expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Restricted visibility tag is not available for authorised user expected [true] but found [false]
at org.wso2.am.integration.tests.api.lifecycle.APITagVisibilityByRoleTestCase.testAPITagVisibilityAuthorisedUser(APITagVisibilityByRoleTestCase.java:188)
|
run-benchmark-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 (3, group3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 (4, group4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 (1, group1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v2, malinthaprasan/action-surefire-report@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
1756 tests run, 62 skipped, 14 failed.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
TEST-TestSuite_1
Expired
|
22 MB |
|
TEST-TestSuite_2
Expired
|
18.3 MB |
|
TEST-TestSuite_3
Expired
|
22.5 MB |
|
TEST-TestSuite_4
Expired
|
34 MB |
|