Build: #1212 failed

Job: Build Module failed

Stages & jobs

  1. Build

  2. Package

Job result summary

Completed
Duration
2 minutes
Revision
6c1180cbacaf042ad0409b0f14a07beec6aeb2e9 6c1180cbacaf042ad0409b0f14a07beec6aeb2e9
Total tests
89
Failing since
#1209 (Manual run by Darius Jazayeri)
Fixed in
#1224 (Manual run by Cintia Del Rio)
Number of retries
1

Tests

  • 89 tests in total
  • 2 tests failed
  • 2 failures are new
  • 2 tests were quarantined / skipped
  • 1 minute taken in total.
New test failures 2
Status Test Duration
Collapse Failed DoseHistoryResourceTest testGetOne History
< 1 sec
java.lang.AssertionError:  Expected: is <1>      but: was <0>
java.lang.AssertionError: 
Expected: is <1>
     but: was <0>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.module.ebolaexample.rest.DoseHistoryResourceTest.testGetOne(DoseHistoryResourceTest.java:32)
(37 more lines...)
Collapse Failed ScheduledDoseResourceTest testGetForPatient History
< 1 sec
junit.framework.AssertionFailedError: expected:<1> but was:<0>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.Assert.assertEquals(Assert.java:241)
	at org.openmrs.module.ebolaexample.rest.ScheduledDoseResourceTest.testGetForPatient(ScheduledDoseResourceTest.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)