anotheroneofthese is deploying the project #262
deploy-project.yaml
on: pull_request
Build and Test the Project
1m 29s
Deploy to Kubernetes Prod
0s
Deploy to Kubernetes Stage
0s
Annotations
6 errors
no.nb.mlt.wls.order.controller.OrderControllerTest ► createOrder with duplicate payload returns OK:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml
Error:
java.lang.AssertionError: Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
|
no.nb.mlt.wls.order.controller.OrderControllerTest ► createOrder payload with different data but same ID returns DB entry:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml
Error:
java.lang.AssertionError: Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
|
no.nb.mlt.wls.order.controller.OrderControllerTest ► createOrder with valid payload creates order:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml
Error:
java.lang.AssertionError: Status expected:<201 CREATED> but was:<500 INTERNAL_SERVER_ERROR>
|
no.nb.mlt.wls.order.controller.OrderControllerTest ► createOrder where SynQ says it's a duplicate returns OK:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml#L0
Failed test found in:
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml
Error:
java.lang.AssertionError: Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
|
Build and Test the Project
Process completed with exit code 1.
|
Build and Test the Project
Failed test were found and 'fail-on-error' option is set to true
|