Build and Release Plan for FHIR2 Module

Build: #379 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
4 minutes
Labels
None
Revisions
Git
1618e5b3e3adb8ba989af154976b79174e560aef 1618e5b3e3adb8ba989af154976b79174e560aef
Release scripts
c4475a9228b197817dce78683d9da8a1e2c4e3a5 c4475a9228b197817dce78683d9da8a1e2c4e3a5
Total tests
4939
Failing since
#378 (Changes by Ian Bacher)
Fixed in
#380 (Code changes detected)

Tests

Responsible

Code commits

Git
Author Commit Message Commit date
Ian Bacher Ian Bacher 1618e5b3e3adb8ba989af154976b79174e560aef 1618e5b3e3adb8ba989af154976b79174e560aef Fix test failures... which didn't fail for me?

Tests

Existing test failures 1
Status Test Failing since View job Duration
org.mockito.exceptions.misusing.UnnecessaryStubbingException: 
Unnecessary stubbings detected in test class: OpenmrsFhirAddressStrategyTest
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of code):
  1. -> at org.openmrs.module.fhir2.web.util.OpenmrsFhirAddressStrategyTest.shouldProperlyHandleStandardProxyHeaders(OpenmrsFhirAddressStrategyTest.java:176)
  2. -> at org.openmrs.module.fhir2.web.util.OpenmrsFhirAddressStrategyTest.shouldProperlyHandleStandardProxyHeaders(OpenmrsFhirAddressStrategyTest.java:177)
Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class.
org.mockito.exceptions.misusing.UnnecessaryStubbingException: 
(7 more lines...)