testInvokeBasicAuthWithSpecialCharacterIncludedPassword test case added. #2107
Annotations
10 errors and 2 warnings
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)
|
CORSHeadersTestCase.CheckCORSHeadersInResponse
──────────────────────────────────────────────────────────────────────────────────────────
Response code mismatch. expected [200] but found [403]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Response code mismatch. expected [200] but found [403]
at org.wso2.am.integration.tests.header.CORSHeadersTestCase.CheckCORSHeadersInResponse(CORSHeadersTestCase.java:194)
|
CORSHeadersTestCase.CheckCORSHeadersInResponse
──────────────────────────────────────────────────────────────────────────────────────────
Response code mismatch. expected [200] but found [403]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Response code mismatch. expected [200] but found [403]
at org.wso2.am.integration.tests.header.CORSHeadersTestCase.CheckCORSHeadersInResponse(CORSHeadersTestCase.java:194)
|
CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin
──────────────────────────────────────────────────────────────────────────────────────────
Response code mismatch. expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Response code mismatch. expected [true] but found [false]
at org.wso2.am.integration.tests.header.CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin(CORSAccessControlAllowCredentialsHeaderTestCase.java:106)
|
CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin
──────────────────────────────────────────────────────────────────────────────────────────
Response code mismatch. expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Response code mismatch. expected [true] but found [false]
at org.wso2.am.integration.tests.header.CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin(CORSAccessControlAllowCredentialsHeaderTestCase.java:106)
|
APILoggingTest.testAPIPerAPILoggingTestcase
──────────────────────────────────────────────────────────────────────────────────────────
expected [{"apis":[{"context":"/apiloggingtest/1.0.0","logLevel":"OFF","apiId":"d421fb41-947d-43bb-9f6a-ea6c69d6ff4c","resourceMethod":null,"resourcePath":null},{"context":"/apiloggingtest/1.0.0","logLevel":"OFF","apiId":"d421fb41-947d-43bb-9f6a-ea6c69d6ff4c","resourceMethod":"GET","resourcePath":"/*"}]}] but found [{"apis":[{"context":"/apiloggingtest/1.0.0","logLevel":"OFF","apiId":"d421fb41-947d-43bb-9f6a-ea6c69d6ff4c"}]}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: expected [{"apis":[{"context":"/apiloggingtest/1.0.0","logLevel":"OFF","apiId":"d421fb41-947d-43bb-9f6a-ea6c69d6ff4c","resourceMethod":null,"resourcePath":null},{"context":"/apiloggingtest/1.0.0","logLevel":"OFF","apiId":"d421fb41-947d-43bb-9f6a-ea6c69d6ff4c","resourceMethod":"GET","resourcePath":"/*"}]}] but found [{"apis":[{"context":"/apiloggingtest/1.0.0","logLevel":"OFF","apiId":"d421fb41-947d-43bb-9f6a-ea6c69d6ff4c"}]}]
at org.wso2.am.integration.tests.logging.APILoggingTest.testAPIPerAPILoggingTestcase(APILoggingTest.java:138)
|
APILoggingTest.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.logging.APILoggingTest.destroy(APILoggingTest.java:324)
|
APILoggingTest.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.logging.APILoggingTest.destroy(APILoggingTest.java:323)
|
WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI
──────────────────────────────────────────────────────────────────────────────────────────
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.websocket.WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI(WebSocketAPIInvocationWithTracingTestCase.java:169)
|
WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI
──────────────────────────────────────────────────────────────────────────────────────────
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.websocket.WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI(WebSocketAPIInvocationWithTracingTestCase.java:169)
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading