Skip to content

Add integration tests for Gateway Policies #2224

Add integration tests for Gateway Policies

Add integration tests for Gateway Policies #2224

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Re-run triggered January 20, 2024 07:42
Status Failure
Total duration 4h 38m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

maven.yml

on: pull_request
Matrix: build
run-benchmark-test
53m 0s
run-benchmark-test
show-report
20s
show-report
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 5 warnings
build (2, group2)
Process completed with exit code 1.
build (1, group1)
Process completed with exit code 1.
show-report
APIInvocationWithMessageTypeProperty.testInovkeAPIWithMessageTypePropertyInSequence ────────────────────────────────────────────────────────────────────────────────────────── java.lang.NullPointerException at org.wso2.am.integration.tests.other.APIInvocationWithMessageTypeProperty.testInovkeAPIWithMessageTypePropertyInSequence(APIInvocationWithMessageTypeProperty.java:67) ────────────────────────────────────────────────────────────────────────────────────────── java.lang.NullPointerException at org.wso2.am.integration.tests.other.APIInvocationWithMessageTypeProperty.testInovkeAPIWithMessageTypePropertyInSequence(APIInvocationWithMessageTypeProperty.java:67)
show-report
JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling ────────────────────────────────────────────────────────────────────────────────────────── Request not throttled by bandwidth condition in application tier expected [true] but found [false] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Request not throttled by bandwidth condition in application tier expected [true] but found [false] at org.wso2.am.integration.tests.throttling.JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling(JWTBandwidthThrottlingTestCase.java:200)
show-report
JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling ────────────────────────────────────────────────────────────────────────────────────────── Request not throttled by bandwidth condition in application tier expected [true] but found [false] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Request not throttled by bandwidth condition in application tier expected [true] but found [false] at org.wso2.am.integration.tests.throttling.JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling(JWTBandwidthThrottlingTestCase.java:200)
show-report
SubscriptionThrottlingPolicyTestCase.testSubscriptionLevelThrottling ────────────────────────────────────────────────────────────────────────────────────────── Request not throttled by SubscriptionThrottlePolicy10per1hour expected [true] but found [false] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Request not throttled by SubscriptionThrottlePolicy10per1hour expected [true] but found [false] at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.SubscriptionThrottlingPolicyTestCase.testSubscriptionLevelThrottling(SubscriptionThrottlingPolicyTestCase.java:285)
show-report
AdvancedThrottlingPolicyTestCase.testChangePolicyOperationLevelToAPILevel ────────────────────────────────────────────────────────────────────────────────────────── Request not throttled by Throttling Policy expected [true] but found [false] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Request not throttled by Throttling Policy expected [true] but found [false] at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.AdvancedThrottlingPolicyTestCase.verifyThrottling(AdvancedThrottlingPolicyTestCase.java:663) at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.AdvancedThrottlingPolicyTestCase.testChangePolicyOperationLevelToAPILevel(AdvancedThrottlingPolicyTestCase.java:362)
show-report
AdvancedThrottlingPolicyTestCase.destroy ────────────────────────────────────────────────────────────────────────────────────────── 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.restapi.admin.throttlingpolicy.AdvancedThrottlingPolicyTestCase.destroy(AdvancedThrottlingPolicyTestCase.java:695)
show-report
AdvancedThrottlingPolicyTestCase.destroy ────────────────────────────────────────────────────────────────────────────────────────── java.lang.NullPointerException at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.AdvancedThrottlingPolicyTestCase.destroy(AdvancedThrottlingPolicyTestCase.java:691) ────────────────────────────────────────────────────────────────────────────────────────── java.lang.NullPointerException at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.AdvancedThrottlingPolicyTestCase.destroy(AdvancedThrottlingPolicyTestCase.java:691)
show-report
WebSocketAPITestCase.testWebSocketAPIInvocation ────────────────────────────────────────────────────────────────────────────────────────── Client cannot connect to server ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Client cannot connect to server at org.wso2.am.integration.tests.websocket.WebSocketAPITestCase.testWebSocketAPIInvocation(WebSocketAPITestCase.java:249)
show-report
WebSocketAPITestCase.testWebSocketAPIInvocationWithJWTToken ────────────────────────────────────────────────────────────────────────────────────────── Client cannot connect to server ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Client cannot connect to server at org.wso2.am.integration.tests.websocket.WebSocketAPITestCase.testWebSocketAPIInvocationWithJWTToken(WebSocketAPITestCase.java:281)
show-report
APILoggingTest.testAPIPerAPILoggingTestcase ────────────────────────────────────────────────────────────────────────────────────────── Invocation fails for GET request expected [200] but found [403] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Invocation fails for GET request expected [200] but found [403] at org.wso2.am.integration.tests.logging.APILoggingTest.testAPIPerAPILoggingTestcase(APILoggingTest.java:143)
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
1728 tests run, 41 skipped, 24 failed.