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

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

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
1 second
Duration
2 minutes
Labels
None
Revision
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 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.

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

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