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

Build: #208 failed Changes by Michael Seaton <mseaton@pih.org>

Build result summary

Details

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

Code commits

Author Commit Message Commit date
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> cc10968e1a0dc641547ca80cc9439ecbece218a5 cc10968e1a0dc641547ca80cc9439ecbece218a5 REPORT-608:  Maximum number of cell styles was exceeded when running a large report with an XlsReportRenderer.
Added a cached of cell styles in order to reduce the number of new styles being created.

Tests

New test failures 1
Status Test View job Duration
Collapse Failed ExcelBuilderTest shouldSupportMoreThan4000StyledCells History
Default Job < 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 View job 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 View job Duration
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateAPatientCalculation History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateTheSpecifiedPersonCalculation History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateAPatientCalculationWithTheSpecifiedParameterValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyPatientsBornOnOrBeforeTheEvaluationDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldOnlyReturnPatientsWithUnknownAgeIfSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyNonVoidedPatients History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyPatientsInTheGivenAgeRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AllPatientsCohortDefinitionEvaluatorTest evaluate_shouldReturnAllNonVoidedPatientsOptionallyLimitedToThoseInThePassedContext History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsBornAfterTheSpecifiedDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsThatDiedAfterTheSpecifiedDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByBirthRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsThatDiedOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByDeathRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByBirthRangeAndDeathRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsBornOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWithObsWithinTheSpecifiedTimeframe History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldFindNobodyIfNoPatientsMatch History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testEvaluateWithParameterValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testEvaluateWithNoParameters History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testCachingDoesNotHappenIncorrectly History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenCreationDateParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenAllParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenTimeQualifierParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsWithEncountersOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsWithEncountersCreatedOnTheSpecifiedDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenAllNonGroupingParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnAllPatientsWithEncountersIfAllArgumentsToCohortDefinitionAreEmpty History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnMalePatientsWhenMalesAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnFemalePatientsWhenFemalesAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnAllNonVoidedPatientsWhenAllAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWithUnknownGenderWhenUnknownAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnNoPatientsWhenNoneAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrAfterTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrBeforeTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInAProgramOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheGivenStateOnOrAfterTheGivenEndDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheGivenStateOnOrBeforeTheGivenStartDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInGivenStateOnGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnNoPatientsIfNoneHaveTheGivenState History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInAStateOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InverseCohortDefinitionEvaluatorTest evaluate_shouldSuccessfullyUseTheContextBaseCohort History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InverseCohortDefinitionEvaluatorTest evaluate_shouldReturnAllPatientsWhoAreNotInTheInnerCohortDefinition History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful MappedParametersCohortDefinitionEvaluatorTest testEvaluate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestAvgWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsWithAnyObsOfASpecifiedConcept History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestLastWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedRegularExpression History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedText History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec

Jira issues

IssueDescriptionStatus
Unknown Issue TypeREPORT-608Could not obtain issue details from Jira