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

Build: #208 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
2 minutes
Revision
cc10968e1a0dc641547ca80cc9439ecbece218a5
Total tests
477
Failing since
#207 (Child of CALC-CALC-42)
Fixed in
#209 (Changes by Michael Seaton <mseaton@pih.org>)

Tests

  • 477 tests in total
  • 3 tests failed
  • 1 failure is new
  • 287 tests were fixed
  • 2 minutes taken in total.
New test failures 1
Status Test Duration
Collapse Failed ExcelBuilderTest shouldSupportMoreThan4000StyledCells
< 1 sec
java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook. Are you trying to assign a style from one workbook to the cell of a differnt workbook?
	at org.apache.poi.hssf.usermodel.HSSFCellStyle.verifyBelongsToWorkbook(HSSFCellStyle.java:801)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:898)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:894)
	at org.openmrs.module.reporting.common.ExcelUtil.setStyle(ExcelUtil.java:228)
	at org.openmrs.module.reporting.common.ExcelBuilder.addCell(ExcelBuilder.java:98)
	at org.openmrs.module.reporting.common.ExcelBuilderTest.shouldSupportMoreThan4000StyledCells(ExcelBuilderTest.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(26 more lines...)
Existing test failures 2
Status Test Failing since Duration
java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook. Are you trying to assign a style from one workbook to the cell of a differnt workbook?
	at org.apache.poi.hssf.usermodel.HSSFCellStyle.verifyBelongsToWorkbook(HSSFCellStyle.java:801)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:898)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:894)
	at org.openmrs.module.reporting.common.ExcelUtil.setStyle(ExcelUtil.java:228)
	at org.openmrs.module.reporting.common.ExcelUtilTest.shouldAddStyle(ExcelUtilTest.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(25 more lines...)
java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook. Are you trying to assign a style from one workbook to the cell of a differnt workbook?
	at org.apache.poi.hssf.usermodel.HSSFCellStyle.verifyBelongsToWorkbook(HSSFCellStyle.java:801)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:898)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:894)
	at org.openmrs.module.reporting.common.ExcelUtil.setStyle(ExcelUtil.java:228)
	at org.openmrs.module.reporting.common.ExcelBuilder.addCell(ExcelBuilder.java:98)
	at org.openmrs.module.reporting.report.renderer.CohortDetailReportRenderer.render(CohortDetailReportRenderer.java:177)
	at org.openmrs.module.reporting.report.renderer.CohortDetailReportRendererTest.shouldRenderIndicatorsWithDifferentDatasets(CohortDetailReportRendererTest.java:130)
(27 more lines...)
Fixed tests 287
Status Test Failing since Duration
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateAPatientCalculation
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateAPatientCalculationWithTheSpecifiedParameterValues
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateTheSpecifiedPersonCalculation
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldOnlyReturnPatientsWithUnknownAgeIfSpecified
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyNonVoidedPatients
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyPatientsBornOnOrBeforeTheEvaluationDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyPatientsInTheGivenAgeRange
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful AllPatientsCohortDefinitionEvaluatorTest evaluate_shouldReturnAllNonVoidedPatientsOptionallyLimitedToThoseInThePassedContext
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsBornAfterTheSpecifiedDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsBornOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByBirthRange
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByBirthRangeAndDeathRange
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByDeathRange
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsThatDiedAfterTheSpecifiedDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsThatDiedOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldFindNobodyIfNoPatientsMatch
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWithObsWithinTheSpecifiedTimeframe
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testCachingDoesNotHappenIncorrectly
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testEvaluateWithNoParameters
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testEvaluateWithParameterValues
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsWithEncountersCreatedOnTheSpecifiedDateIfPassedInTimeIsAtMidnight
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsWithEncountersOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnAllPatientsWithEncountersIfAllArgumentsToCohortDefinitionAreEmpty
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenAllNonGroupingParametersAreSet
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenAllParametersAreSet
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenCreationDateParametersAreSet
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenTimeQualifierParametersAreSet
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnAllNonVoidedPatientsWhenAllAreIncluded
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnFemalePatientsWhenFemalesAreIncluded
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnMalePatientsWhenMalesAreIncluded
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnNoPatientsWhenNoneAreIncluded
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWithUnknownGenderWhenUnknownAreIncluded
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInAProgramOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrAfterTheGivenDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrBeforeTheGivenDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInAStateOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnNoPatientsIfNoneHaveTheGivenState
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInGivenStateOnGivenDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheGivenStateOnOrAfterTheGivenEndDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheGivenStateOnOrBeforeTheGivenStartDate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InverseCohortDefinitionEvaluatorTest evaluate_shouldReturnAllPatientsWhoAreNotInTheInnerCohortDefinition
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful InverseCohortDefinitionEvaluatorTest evaluate_shouldSuccessfullyUseTheContextBaseCohort
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful MappedParametersCohortDefinitionEvaluatorTest testEvaluate
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsWithAnyObsOfASpecifiedConcept
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestAvgWithManyPropertiesSpecified
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestLastWithManyPropertiesSpecified
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedLocations
Failing since build #207 (Child of CALC-CALC-42) < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedRegularExpression
Failing since build #207 (Child of CALC-CALC-42) < 1 sec