Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #220 failed Changes by Wyclif Luyima

Build result summary

Details

Completed
Queue duration
1 second
Duration
5 minutes
Labels
None
Revision
85651b6823d7b700c39245dffbcd738f587de10f 85651b6823d7b700c39245dffbcd738f587de10f
Total tests
893
Failing since
#217 (Child of TRUNK-ONEPOINTTENX-281)
Fixed in
#223 (Child of TRUNK-ONEPOINTTENX-287)

Responsible

This build has been failing since #217
No one has taken responsibility

Code commits

Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima 85651b6823d7b700c39245dffbcd738f587de10f 85651b6823d7b700c39245dffbcd738f587de10f Update test data to match the latest changes in 1.10.x branch

Tests

New test failures 1
Status Test View job Duration
Collapse Failed OrderController1_10Test shouldPlaceANewTestOrder History
Default Job < 1 sec
org.openmrs.module.webservices.validation.ValidationException: 'Order. orderId: null patient: Patient#7 concept: 5497 care setting: org.openmrs.CareSetting[6f0c9a92-6f24-11e3-af88-005056821db0]' failed to validate with reason: specimenSource: TestOrder.error.notAmongAllowedConcepts
	at org.openmrs.module.webservices.validation.ValidateUtil.validate(ValidateUtil.java:59)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.create(DelegatingCrudResource.java:95)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.create(MainResourceController.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
(42 more lines...)
Existing test failures 1
Status Test Failing since View job Duration
java.lang.NullPointerException
	at org.openmrs.api.impl.OrderServiceImpl.getOrderTypeByConcept(OrderServiceImpl.java:823)
	at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
(71 more lines...)