Build and Release Plan for FHIR2 Module

Build: #535 failed

Job: Build and test Module failed

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Test results

  • 2,668 tests in total
  • 3 tests failed
  • 3 failures are new
  • 2 tests were quarantined / skipped
  • 1 minute taken in total.

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

New test failures 3
Status Test Duration
Collapse Failed FhirImmunizationServiceImplTest saveImmunization_shouldCreateEncounterAndObsGroupWhenNewImmunization History
< 1 sec
ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException: The Immunization resource requires a concept mapped to 'CIEL:1421', however either multiple concepts are mapped to that term or not concepts are mapped to that term.
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.createImmunizationRequestSetupError(ImmunizationObsGroupHelper.java:66)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.lambda$concept$2(ImmunizationObsGroupHelper.java:89)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.concept(ImmunizationObsGroupHelper.java:88)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.newImmunizationObsGroup(ImmunizationObsGroupHelper.java:95)
	at org.openmrs.module.fhir2.api.translators.impl.ImmunizationTranslatorImpl.toOpenmrsType(ImmunizationTranslatorImpl.java:116)
	at org.openmrs.module.fhir2.api.impl.FhirImmunizationServiceImpl.create(FhirImmunizationServiceImpl.java:78)
(60 more lines...)
Collapse Failed FhirImmunizationServiceImplTest searchImmunizations_shouldFetchImmunizationsByPatientIdentifier History
< 1 sec
ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException: The Immunization resource requires a concept mapped to 'CIEL:1421', however either multiple concepts are mapped to that term or not concepts are mapped to that term.
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.createImmunizationRequestSetupError(ImmunizationObsGroupHelper.java:66)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.lambda$concept$2(ImmunizationObsGroupHelper.java:89)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.concept(ImmunizationObsGroupHelper.java:88)
	at org.openmrs.module.fhir2.api.impl.FhirImmunizationServiceImpl.searchImmunizations(FhirImmunizationServiceImpl.java:113)
	at org.openmrs.module.fhir2.api.impl.FhirImmunizationServiceImplTest.searchImmunizations_shouldFetchImmunizationsByPatientIdentifier(FhirImmunizationServiceImplTest.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(58 more lines...)
Collapse Failed FhirImmunizationServiceImplTest updateImmunization_shouldUpdateImmunizationAccordingly History
< 1 sec
ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException: The Immunization resource requires a concept mapped to 'CIEL:984', however either multiple concepts are mapped to that term or not concepts are mapped to that term.
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.createImmunizationRequestSetupError(ImmunizationObsGroupHelper.java:66)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.lambda$concept$2(ImmunizationObsGroupHelper.java:89)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openmrs.module.fhir2.api.util.ImmunizationObsGroupHelper.concept(ImmunizationObsGroupHelper.java:88)
	at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320)
	at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
(71 more lines...)