Plan for OpenMRS Core 2.0.x

Build: #8 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Test results

  • 3,130 tests in total
  • 9 tests failed
  • 9 failures are new
  • 32 tests were quarantined / skipped
  • 5 minutes taken in total.

Build 8 has the following 9 errors: 9 new failure(s) occurred since the previous build.

New test failures 9
Status Test Duration
Collapse Failed OrderServiceTest discontinueOrder_shouldFailForADiscontinuedOrder History
< 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...)
Collapse Failed OrderServiceTest discontinueOrder_shouldFailForAStoppedOrder History
< 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...)
Collapse Failed OrderServiceTest discontinueOrder_shouldFailForAVoidedOrder History
< 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.GeneratedMethodAccessor1145.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(158 more lines...)
Collapse Failed OrderServiceTest discontinueOrder_shouldFailForAnExpiredOrder History
< 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...)
Collapse Failed OrderServiceTest discontinueOrder_shouldNotPassForADiscontinuedOrder History
< 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...)
Collapse Failed OrderServiceTest saveOrder_shouldNotAllowRevisingAStoppedOrder History
< 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.GeneratedMethodAccessor708.invoke(Unknown Source)
(160 more lines...)
Collapse Failed OrderServiceTest saveOrder_shouldNotAllowRevisingAVoidedOrder History
< 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.GeneratedMethodAccessor708.invoke(Unknown Source)
(160 more lines...)
Collapse Failed OrderServiceTest saveOrder_shouldNotAllowRevisingAnExpiredOrder History
< 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.GeneratedMethodAccessor708.invoke(Unknown Source)
(160 more lines...)
Collapse Failed OrderServiceTest saveRetrospectiveOrder_shouldFailIfAnActiveDrugOrderForTheSameConceptAndCareSettingExistsAtOrderDateActivated History
< 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...)