Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
5 hours
Duration
13 minutes
Labels
None
Revision
717180f57c86501bdfcb90787cc2e5bf9909c0eb
Total tests
2442
Fixed in
#327 (Changes by Rafal Korytkowski)

Tests

Responsible

No one has taken responsibility for this failure

Code commits

Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski 717180f57c86501bdfcb90787cc2e5bf9909c0eb Merge pull request #950 from mhawila/TRUNK-4389
TRUNK-4389: Added DRUG_ORDER_TYPE_UUID & TEST_ORDER_TYPE_UUID constants ...
mhawila <a.mhawila@gmail.com> mhawila <a.mhawila@gmail.com> cdb90e75c2fae11492fba94121c05ea3968143f5 TRUNK-4389: Added DRUG_ORDER_TYPE_UUID & TEST_ORDER_TYPE_UUID constants to OrderType class, Added unit test method saveOrder_shouldSetOrderTypeOfDrugOrderToDrugOrderIfNotSetAndConceptNotMapped to OrderServiceTest, Added unit tests and code to set order type of drug/test order to drug/test order respectively if not set and concept not mapped in saveOrder() method

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 5
Status Test View job Duration
Collapse Failed OrderEntryIntegrationTest shouldAllowRetrospectiveDataEntryOfOrders
Unit and Component Tests < 1 sec
org.openmrs.api.APIException: Order type java class does not match the order class org.openmrs.Order
	at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:125)
	at sun.reflect.GeneratedMethodAccessor489.invoke(Unknown Source)
	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)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(56 more lines...)
Collapse Failed OrderServiceTest saveOrder_shouldPassForADiscontinuationOrderWithNoPreviousOrder
Unit and Component Tests < 1 sec
org.openmrs.api.APIException: Order type java class does not match the order class org.openmrs.Order
	at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:125)
	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)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(58 more lines...)
Collapse Failed OrderServiceTest saveOrder_shouldPassIfAnActiveOrderForTheSameConceptExistsInADifferentCareSetting
Unit and Component Tests < 1 sec
org.openmrs.api.APIException: Order type java class does not match the order class org.openmrs.Order
	at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:125)
	at sun.reflect.GeneratedMethodAccessor489.invoke(Unknown Source)
	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)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(56 more lines...)
Collapse Failed OrderServiceTest saveOrder_shouldDefaultToCareSettingAndOrderTypeDefinedInTheOrderContextIfNull
Unit and Component Tests < 1 sec
org.openmrs.api.APIException: Failed to load class:org.openmrs.RadiologyOrder
	at org.openmrs.OrderType.getJavaClass(OrderType.java:163)
	at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:124)
	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)
(68 more lines...)
Collapse Failed OrderServiceTest saveOrder_shouldSetOrderTypeIfNullButMappedToTheConceptClass
Unit and Component Tests < 1 sec
org.openmrs.api.APIException: Order type java class does not match the order class org.openmrs.Order
	at org.openmrs.api.impl.OrderServiceImpl.saveOrder(OrderServiceImpl.java:125)
	at sun.reflect.GeneratedMethodAccessor489.invoke(Unknown Source)
	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)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(56 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-4389Could not obtain issue details from Jira