Skip to content

shared application api key revocation test case #2191

shared application api key revocation test case

shared application api key revocation test case #2191

Triggered via pull request December 2, 2023 04:56
Status Failure
Total duration 4h 47m 7s
Artifacts 2

maven.yml

on: pull_request
Matrix: build
run-benchmark-test
51m 23s
run-benchmark-test
show-report
19s
show-report
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
build (2, group2)
Process completed with exit code 1.
show-report
ServerSentEventsAPITestCase.testInvokeSseApi ────────────────────────────────────────────────────────────────────────────────────────── java.net.SocketTimeoutException: SocketTimeoutException invoking http://localhost:8780/sse/1.0.0/memory: Read timed out ────────────────────────────────────────────────────────────────────────────────────────── javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: SocketTimeoutException invoking http://localhost:8780/sse/1.0.0/memory: Read timed out at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.startSseReceiver(ServerSentEventsAPITestCase.java:375) at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.invokeSseApi(ServerSentEventsAPITestCase.java:349) at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.testInvokeSseApi(ServerSentEventsAPITestCase.java:226) Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking http://localhost:8780/sse/1.0.0/memory: Read timed out at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.startSseReceiver(ServerSentEventsAPITestCase.java:375) at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.invokeSseApi(ServerSentEventsAPITestCase.java:349) at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.testInvokeSseApi(ServerSentEventsAPITestCase.java:226) Caused by: java.net.SocketTimeoutException: Read timed out at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.startSseReceiver(ServerSentEventsAPITestCase.java:375) at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.invokeSseApi(ServerSentEventsAPITestCase.java:349) at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.testInvokeSseApi(ServerSentEventsAPITestCase.java:226)
show-report
ServerSentEventsAPITestCase.testInvokeSseApi ────────────────────────────────────────────────────────────────────────────────────────── null ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: null at org.wso2.am.integration.tests.streamingapis.serversentevents.ServerSentEventsAPITestCase.testInvokeSseApi(ServerSentEventsAPITestCase.java:230)
show-report
WebSubAPITestCase.testInvokeWebSubAPIWithFormUrlEncodedData ────────────────────────────────────────────────────────────────────────────────────────── Subscribe request failed with a 404 response expected [404] but found [202] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Subscribe request failed with a 404 response expected [404] but found [202] at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testInvokeWebSubAPIWithFormUrlEncodedData(WebSubAPITestCase.java:268)
show-report
WebSubAPITestCase.testInvokeWebSubAPIWithFormUrlEncodedData ────────────────────────────────────────────────────────────────────────────────────────── Connection error (is server running at http://localhost:8780/websub/1.0.0 ?): Unexpected end of file from server ────────────────────────────────────────────────────────────────────────────────────────── org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Connection error (is server running at http://localhost:8780/websub/1.0.0 ?): Unexpected end of file from server at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.handleCallbackSubscriptionWithFormUrlEncoded(WebSubAPITestCase.java:435) at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testInvokeWebSubAPIWithFormUrlEncodedData(WebSubAPITestCase.java:265) Caused by: java.net.SocketException: Unexpected end of file from server at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.handleCallbackSubscriptionWithFormUrlEncoded(WebSubAPITestCase.java:435) at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testInvokeWebSubAPIWithFormUrlEncodedData(WebSubAPITestCase.java:265)
show-report
WebSubAPITestCase.testInvokeWebSubApiWithQueryParameters ────────────────────────────────────────────────────────────────────────────────────────── expected [10] but found [0] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [10] but found [0] at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testInvokeWebSubApiWithQueryParameters(WebSubAPITestCase.java:255)
show-report
WebSubAPITestCase.testInvokeWebSubApiWithQueryParameters ────────────────────────────────────────────────────────────────────────────────────────── Connection error (is server running at http://localhost:8780/websub/1.0.0?hub.callback=http%3A%2F%2Ffv-az837-201%3A8080%2Freceiver&hub.mode=subscribe&hub.secret=7c7cd033-6bb9-4cdf-b2bf-2ec00c6fb463&hub.lease_seconds=50000000&hub.topic=_default ?): Unexpected end of file from server ────────────────────────────────────────────────────────────────────────────────────────── org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Connection error (is server running at http://localhost:8780/websub/1.0.0?hub.callback=http%3A%2F%2Ffv-az837-201%3A8080%2Freceiver&hub.mode=subscribe&hub.secret=7c7cd033-6bb9-4cdf-b2bf-2ec00c6fb463&hub.lease_seconds=50000000&hub.topic=_default ?): Unexpected end of file from server at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.handleCallbackSubscriptionWithQueryParameters(WebSubAPITestCase.java:421) at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testInvokeWebSubApiWithQueryParameters(WebSubAPITestCase.java:241) Caused by: java.net.SocketException: Unexpected end of file from server at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.handleCallbackSubscriptionWithQueryParameters(WebSubAPITestCase.java:421) at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testInvokeWebSubApiWithQueryParameters(WebSubAPITestCase.java:241)
show-report
WebSubAPITestCase.testMandatoryParameters ────────────────────────────────────────────────────────────────────────────────────────── Callback server did not receive the expected hub.mode parameter expected [null] but found [subscribe] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: Callback server did not receive the expected hub.mode parameter expected [null] but found [subscribe] at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testMandatoryParameters(WebSubAPITestCase.java:299)
show-report
WebSubAPITestCase.testMandatoryParameters ────────────────────────────────────────────────────────────────────────────────────────── Connection error (is server running at http://localhost:8780/websub/1.0.0 ?): Unexpected end of file from server ────────────────────────────────────────────────────────────────────────────────────────── org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Connection error (is server running at http://localhost:8780/websub/1.0.0 ?): Unexpected end of file from server at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.handleCallbackSubscriptionWithFormUrlEncoded(WebSubAPITestCase.java:435) at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testMandatoryParameters(WebSubAPITestCase.java:295) Caused by: java.net.SocketException: Unexpected end of file from server at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.handleCallbackSubscriptionWithFormUrlEncoded(WebSubAPITestCase.java:435) at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testMandatoryParameters(WebSubAPITestCase.java:295)
show-report
WebSubAPITestCase.testMissingMandatoryParameters ────────────────────────────────────────────────────────────────────────────────────────── WebSub subscription invoked without mandatory parameters. ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: WebSub subscription invoked without mandatory parameters. at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testMissingMandatoryParameters(WebSubAPITestCase.java:325)
show-report
WebSubAPITestCase.testMissingMandatoryParameters ────────────────────────────────────────────────────────────────────────────────────────── expected [true] but found [false] ────────────────────────────────────────────────────────────────────────────────────────── java.lang.AssertionError: expected [true] but found [false] at org.wso2.am.integration.tests.streamingapis.websub.WebSubAPITestCase.testMissingMandatoryParameters(WebSubAPITestCase.java:327)
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
1714 tests run, 4 skipped, 19 failed.

Artifacts

Produced during runtime
Name Size
TEST-TestSuite_1 Expired
60.1 MB
TEST-TestSuite_2 Expired
25.4 MB