Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #44 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
1 minute
Revision
a8166c5784ffec81b6950d9744b1791dafc4b179 a8166c5784ffec81b6950d9744b1791dafc4b179
Total tests
151
Fixed in
#45 (Code changes detected)

Tests

  • 151 tests in total
  • 3 tests failed
  • 3 failures are new
  • 39 seconds taken in total.
New test failures 3
Status Test Duration
Collapse Failed AppointmentServiceTest shouldChangeCorrectAppointments_cleanOpenAppointments History
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl.changeAppointmentStatus(AppointmentServiceImpl.java:847)
	at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl.cleanOpenAppointments(AppointmentServiceImpl.java:936)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
(59 more lines...)
Collapse Failed MarkAppointmentsAsMissedTaskTest shouldMarkPastScheduledAppointmentsAsMissed History
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl.changeAppointmentStatus(AppointmentServiceImpl.java:847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(59 more lines...)
Collapse Failed MarkAppointmentsAsMissedTaskTest shouldNotMarkFutureAppointmentsAsMissedOrCompleted History
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl.changeAppointmentStatus(AppointmentServiceImpl.java:847)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(59 more lines...)