Build and Release Plan for FHIR2 Module

Build: #296 failed Changes by Ian Bacher

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
3 minutes
Labels
None
Revisions
Git
153e481ca8291de58676c14563066ff339ffd8bf 153e481ca8291de58676c14563066ff339ffd8bf
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
2358
Fixed in
#297 (Changes by Darius Jazayeri)

Tests

Responsible

Code commits

Git
Author Commit Message Commit date
Ian Bacher Ian Bacher 153e481ca8291de58676c14563066ff339ffd8bf 153e481ca8291de58676c14563066ff339ffd8bf Refactoring to reduce reliance on OMRS service classes

Tests

New test failures 3
Status Test View job Duration
Collapse Failed FhirImmunizationServiceImplTest searchImmunizations_shouldFetchImmunizationsByPatientIdentifier History
Build and test Module < 1 sec
ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: 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.impl.FhirImmunizationServiceImplTest.searchImmunizations_shouldFetchImmunizationsByPatientIdentifier(FhirImmunizationServiceImplTest.java:203)
Collapse Failed FhirImmunizationServiceImplTest saveImmunization_shouldCreateEncounterAndObsGroupWhenNewImmunization History
Build and test Module 3 secs
ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: 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.impl.FhirImmunizationServiceImplTest.saveImmunization_shouldCreateEncounterAndObsGroupWhenNewImmunization(FhirImmunizationServiceImplTest.java:128)
Collapse Failed FhirImmunizationServiceImplTest updateImmunization_shouldUpdateImmunizationAccordingly History
Build and test Module < 1 sec
ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: 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.impl.FhirImmunizationServiceImplTest.updateImmunization_shouldUpdateImmunizationAccordingly(FhirImmunizationServiceImplTest.java:173)