Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #495 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
3 minutes
Revision
184b82821438b46d1eb3257a51969a0e8163ddbb 184b82821438b46d1eb3257a51969a0e8163ddbb
Total tests
704
Fixed in
#496 (Code changes detected)

Tests

  • 704 tests in total
  • 1 test failed
  • 1 failure is new
  • 5 tests were quarantined / skipped
  • 2 minutes taken in total.
New test failures 1
Status Test Duration
Collapse Failed ConceptController1_8Test shouldReturnDefaultAndSelfLinkForCustomUuid History
< 1 sec
java.lang.AssertionError:  Expected: iterable containing [(map containing ["rel"->"self"] and map containing ["uri"->"NEED-TO-CONFIGURE/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65"]), (map containing ["rel"->"default"] and map containing ["uri"->"NEED-TO-CONFIGURE/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65?v=default"])]      but: item 0: map containing ["uri"->"NEED-TO-CONFIGURE/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65"] map was [<rel=self>, <uri=http://localhost:80/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65>]
java.lang.AssertionError: 
Expected: iterable containing [(map containing ["rel"->"self"] and map containing ["uri"->"NEED-TO-CONFIGURE/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65"]), (map containing ["rel"->"default"] and map containing ["uri"->"NEED-TO-CONFIGURE/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65?v=default"])]
     but: item 0: map containing ["uri"->"NEED-TO-CONFIGURE/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65"] map was [<rel=self>, <uri=http://localhost:80/ws/rest/v1/concept/95312123-e0c2-466d-b6b1-cb6e990d0d65>]
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.ConceptController1_8Test.shouldReturnDefaultAndSelfLinkForCustomUuid(ConceptController1_8Test.java:404)
(37 more lines...)