OpenMRS Core Master

Build: #2026 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Test results

  • 4,107 tests in total
  • 1 test failed
  • 1 failure is new
  • 37 tests were quarantined / skipped
  • 9 minutes taken in total.

Build 2,026 has the following 1 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed EncounterServiceTest transferEncounter_shouldTransferAnEncounterWithObservationsButNotOrdersToGivenPatient History
< 1 sec
java.lang.AssertionError: expected null, but was:<Order. orderId: 201 patient: Patient#200 concept: Concept #1 care setting: CareSetting[hashCode=95217d32,uuid=6f0c9a92-6f24-11e3-af88-005056821db0]>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.junit.Assert.assertNull(Assert.java:747)
	at org.openmrs.api.EncounterServiceTest.transferEncounter_shouldTransferAnEncounterWithObservationsButNotOrdersToGivenPatient(EncounterServiceTest.java:2822)