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

Build: #179 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Test results

  • 467 tests in total
  • 2 tests failed
  • 2 failures are new
  • 2 minutes taken in total.

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

New test failures 2
Status Test Duration
Collapse Failed AllDefinitionLibrariesComponentTest testGetAllDefinitionTypes History
< 1 sec
java.lang.AssertionError:  Expected: iterable over [<interface org.openmrs.module.reporting.cohort.definition.CohortDefinition>, <interface org.openmrs.module.reporting.data.patient.definition.PatientDataDefinition>] in any order      got: <[interface org.openmrs.module.reporting.data.patient.definition.PatientDataDefinition, interface org.openmrs.module.reporting.data.encounter.definition.EncounterDataDefinition, interface org.openmrs.module.reporting.cohort.definition.CohortDefinition]> 
java.lang.AssertionError: 
Expected: iterable over [<interface org.openmrs.module.reporting.cohort.definition.CohortDefinition>, <interface org.openmrs.module.reporting.data.patient.definition.PatientDataDefinition>] in any order
     got: <[interface org.openmrs.module.reporting.data.patient.definition.PatientDataDefinition, interface org.openmrs.module.reporting.data.encounter.definition.EncounterDataDefinition, interface org.openmrs.module.reporting.cohort.definition.CohortDefinition]>

	at org.junit.Assert.assertThat(Assert.java:502)
	at org.junit.Assert.assertThat(Assert.java:492)
	at org.openmrs.module.reporting.definition.library.AllDefinitionLibrariesComponentTest.testGetAllDefinitionTypes(AllDefinitionLibrariesComponentTest.java:28)
(27 more lines...)
Collapse Failed AllDefinitionLibrariesComponentTest testSetup History
< 1 sec
java.lang.AssertionError:  Expected: is <2>      got: <3> 
java.lang.AssertionError: 
Expected: is <2>
     got: <3>

	at org.junit.Assert.assertThat(Assert.java:502)
	at org.junit.Assert.assertThat(Assert.java:492)
	at org.openmrs.module.reporting.definition.library.AllDefinitionLibrariesComponentTest.testSetup(AllDefinitionLibrariesComponentTest.java:23)
(27 more lines...)