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

Build: #211 failed Manual run by Mark Goodrich

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 76 tests in total
  • 1 test failed
  • 1 failure is new
  • 2 tests were quarantined / skipped
  • 58 seconds taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed IdentifierSourceControllerTest importIdentifiers_shouldAcceptJson History
Default Job < 1 sec
org.mockito.exceptions.misusing.InvalidUseOfMatchersException:  Misplaced argument matcher detected here:  -> at org.openmrs.module.idgen.web.controller.IdentifierSourceRestControllerTest.shouldThrowAnExceptionWhenARequiredParameterIsMissing(IdentifierSourceRestControllerTest.java:209)  You cannot use argument matchers outside of verification or stubbing. Examples of correct usage of argument matchers:     when(mock.get(anyInt())).thenReturn(null);     doThrow(new RuntimeException()).when(mock).someVoidMethod(anyObject());     verify(mock).someMethod(contains("foo"))  Also, this error might show up because you use argument matchers with methods that cannot be mocked. Following methods *cannot* be stubbed/verified: final/private/equals()/hashCode(). 
org.mockito.exceptions.misusing.InvalidUseOfMatchersException: 
Misplaced argument matcher detected here:

-> at org.openmrs.module.idgen.web.controller.IdentifierSourceRestControllerTest.shouldThrowAnExceptionWhenARequiredParameterIsMissing(IdentifierSourceRestControllerTest.java:209)

You cannot use argument matchers outside of verification or stubbing.
Examples of correct usage of argument matchers:
(37 more lines...)
Skipped tests 2
Status Test Failing since View job
Skipped RemoteIdentifierSourceProcessorTest org.openmrs.module.idgen.processor.RemoteIdentifierSourceProcessorTest History
Default Job
Skipped IdentifierSourceServiceLoadTest org.openmrs.module.idgen.service.IdentifierSourceServiceLoadTest History
Default Job