Plan for OpenMRS Core 2.0.x
Build: #9 failed Changes by vishnurao <vishnumechineni@gmail.com>
Build result summary
Details
- Completed
- Queue duration
- 1 second
- Duration
- 11 minutes
- Labels
- None
- Revisions
-
- openmrs-core
-
a737002972136ca3611735e1c6a9d1e4819aeb89
- openmrs-standalone
-
81e413d039896eb4d3965502d05345bb8c866160
- Release scripts
-
a9c6b4741f415820e397e9b150cf80baca7f9368
- Total tests
- 3186
- Failing since
- #8 (Changes by nehashrl <nehashrl@INnehashrl.local> – )
- Fixed in
- #10 (Changes by Wyclif Luyima)
Tests
- 0 New failures
- 9 Existing failures
- 0 Fixed
- 35 Quarantined / skipped
Responsible
This build has been failing since #8
No one has taken responsibility
Code commits
| Author | Commit | Commit date | |
|---|---|---|---|
|
|
vishnurao <vishnumechineni@gmail.com> |
a737002972136ca3611735e1c6a9d1e4819aeb89
|
|
Tests
| Status | Test | Failing since | View job | Duration | |
|---|---|---|---|---|---|
|
OrderServiceTest
discontinueOrder_shouldFailForADiscontinuedOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.discontinueOrder(OrderServiceImpl.java:695)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(162 more lines...)
|
|||||
|
OrderServiceTest
discontinueOrder_shouldFailForAVoidedOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.discontinueOrder(OrderServiceImpl.java:695)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(162 more lines...)
|
|||||
|
OrderServiceTest
saveRetrospectiveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndCareSettingExistsAtOrderDateActivated
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Cannot have more than one active order for the same orderable and care setting")
but: exception with message a string containing "Cannot have more than one active order for the same orderable and care setting" message was "Order.cannot.have.more.than.one"
Stacktrace was: org.openmrs.api.AmbiguousOrderException: Order.cannot.have.more.than.one
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:223)
at org.openmrs.api.impl.OrderServiceImpl.saveRetrospectiveOrder(OrderServiceImpl.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(162 more lines...)
|
|||||
|
OrderServiceTest
saveOrder_shouldNotAllowRevisingAVoidedOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:171)
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(164 more lines...)
|
|||||
|
OrderServiceTest
saveOrder_shouldNotAllowRevisingAStoppedOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:171)
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:91)
at sun.reflect.GeneratedMethodAccessor1210.invoke(Unknown Source)
(160 more lines...)
|
|||||
|
OrderServiceTest
saveOrder_shouldNotAllowRevisingAnExpiredOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:171)
at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:91)
at sun.reflect.GeneratedMethodAccessor1210.invoke(Unknown Source)
(160 more lines...)
|
|||||
|
OrderServiceTest
discontinueOrder_shouldFailForAnExpiredOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.discontinueOrder(OrderServiceImpl.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(162 more lines...)
|
|||||
|
OrderServiceTest
discontinueOrder_shouldFailForAStoppedOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.discontinueOrder(OrderServiceImpl.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(162 more lines...)
|
|||||
|
OrderServiceTest
discontinueOrder_shouldNotPassForADiscontinuedOrder
|
Failing since build #8 (Changes by nehashrl <nehashrl@INnehashrl.local>) | Build and Test | < 1 sec | ||
java.lang.AssertionError:
Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "Order.stopped.cannot.discontinued")
but: exception with message a string containing "Order.stopped.cannot.discontinued" message was "Cannot discontinue an order that is already stopped, expired or voided"
Stacktrace was: org.openmrs.api.APIException: Cannot discontinue an order that is already stopped, expired or voided
at org.openmrs.api.impl.OrderServiceImpl.stopOrder(OrderServiceImpl.java:730)
at org.openmrs.api.impl.OrderServiceImpl.discontinueOrder(OrderServiceImpl.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(162 more lines...)
|
|||||