More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #796 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
2 minutes
Revision
6c7eae4d6218061006c11a8cbe0a003e6886ea41 6c7eae4d6218061006c11a8cbe0a003e6886ea41
Total tests
305
Fixed in
#797 (Code changes detected)

Tests

  • 305 tests in total
  • 2 tests failed
  • 2 failures are new
  • 1 minute taken in total.
New test failures 2
Status Test Duration
Collapse Failed PatientViewedEventListenerTest processMessage_shouldAddThePatientToTheLastViewedUserProperty History
< 1 sec
java.lang.AssertionError: expected:<999> but was:<7>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.openmrs.module.emrapi.event.PatientViewedEventListenerTest.processMessage_shouldAddThePatientToTheLastViewedUserProperty(PatientViewedEventListenerTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(33 more lines...)
Collapse Failed PatientViewedEventListenerTest processMessage_shouldRemoveTheFirstPatientAndAddTheNewOneToTheStartIfTheListIsFull History
< 1 sec
java.lang.AssertionError: expected:<4> but was:<3>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.module.emrapi.event.PatientViewedEventListenerTest.processMessage_shouldRemoveTheFirstPatientAndAddTheNewOneToTheStartIfTheListIsFull(PatientViewedEventListenerTest.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(34 more lines...)