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

Build: #179 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
3 minutes
Revision
6c9dbe7bb34b77ef3833c0c015840ad443b93cc9 6c9dbe7bb34b77ef3833c0c015840ad443b93cc9
Total tests
467
Failing since
#178 (Code changes detected – )
Fixed in
#180 (Code changes detected)

Tests

  • 467 tests in total
  • 2 tests failed
  • 2 failures are new
  • 2 minutes taken in total.
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...)