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

Build: #2214 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 385 tests in total
  • 2 tests failed
  • 2 failures are new
  • 3 tests were quarantined / skipped
  • 41 seconds taken in total.

Build 2,214 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed DiagnosisServiceComponentTest getDiagnosesShouldReturnDiagnosesAfterDate
< 1 sec
java.lang.AssertionError:  Expected: iterable containing [obs is <Obs #1038>]      but: Not matched: <non-coded pain, PRESUMED, PRIMARY>
java.lang.AssertionError: 
Expected: iterable containing [obs is <Obs #1038>]
     but: Not matched: <non-coded pain, PRESUMED, PRIMARY>
	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.emrapi.diagnosis.DiagnosisServiceComponentTest.getDiagnosesShouldReturnDiagnosesAfterDate(DiagnosisServiceComponentTest.java:133)
(35 more lines...)
Collapse Failed DiagnosisServiceComponentTest getDiagnosesShouldReturnDiagnosesInReverseChronologicalOrder
< 1 sec
java.lang.AssertionError:  Expected: is <Obs #1026>      but: was <Obs #1034>
java.lang.AssertionError: 
Expected: is <Obs #1026>
     but: was <Obs #1034>
	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.emrapi.diagnosis.DiagnosisServiceComponentTest.getDiagnosesShouldReturnDiagnosesInReverseChronologicalOrder(DiagnosisServiceComponentTest.java:147)
(35 more lines...)