Check updated title and version in the swagger definition #7097
Annotations
11 errors and 2 warnings
OASTestCase.testAPIDefinitionUpdate
──────────────────────────────────────────────────────────────────────────────────────────
expected:<io.swagger.models.Operation@f0dc4718[null]> but was:<io.swagger.models.Operation@8f8b5b9c[null]>
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: expected:<io.swagger.models.Operation@f0dc4718[null]> but was:<io.swagger.models.Operation@8f8b5b9c[null]>
at org.wso2.am.integration.tests.oas.OASTestCase.testAPIDefinitionUpdate(OASTestCase.java:122)
|
OASTestCase.testAPIDefinitionUpdate
──────────────────────────────────────────────────────────────────────────────────────────
expected:<io.swagger.models.Operation@f0dc4718[null]> but was:<io.swagger.models.Operation@8f8b5b9c[null]>
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: expected:<io.swagger.models.Operation@f0dc4718[null]> but was:<io.swagger.models.Operation@8f8b5b9c[null]>
at org.wso2.am.integration.tests.oas.OASTestCase.testAPIDefinitionUpdate(OASTestCase.java:122)
|
CustomHeaderTestCase.testInvokeAPIWIthCustomApiKeyHeader
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.header.CustomHeaderTestCase.testInvokeAPIWIthCustomApiKeyHeader(CustomHeaderTestCase.java:188)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.header.CustomHeaderTestCase.testInvokeAPIWIthCustomApiKeyHeader(CustomHeaderTestCase.java:188)
|
CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse
──────────────────────────────────────────────────────────────────────────────────────────
Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
at org.wso2.am.integration.tests.header.CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse(CORSHeadersTestCase.java:177)
|
CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse
──────────────────────────────────────────────────────────────────────────────────────────
Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
at org.wso2.am.integration.tests.header.CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse(CORSHeadersTestCase.java:177)
|
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)
|
APIM4765ResourceOrderInSwagger.swaggerResourceOrderTest
──────────────────────────────────────────────────────────────────────────────────────────
Resource order is not equal to the given order. expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Resource order is not equal to the given order. expected [true] but found [false]
at org.wso2.am.integration.tests.other.APIM4765ResourceOrderInSwagger.swaggerResourceOrderTest(APIM4765ResourceOrderInSwagger.java:93)
|
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)
|
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/setup-java@v2, malinthaprasan/action-surefire-report@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/
|
|
The logs for this run have expired and are no longer available.
Loading