OpenMRS Core Master

Build: #1428 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Job result summary

Completed
Duration
16 minutes
Revision
9aadb72ef0890a61af365606487bf073671b858f 9aadb72ef0890a61af365606487bf073671b858f
Total tests
3373
Fixed in
#1429 (Code changes detected)

Configuration changes

Job Build and Test with key TRUNK-MASTER-JOB1 no longer exists.

Tests

  • 3,373 tests in total
  • 3 tests failed
  • 3 failures are new
  • 37 tests were quarantined / skipped
  • 12 minutes taken in total.
New test failures 3
Status Test Duration
Collapse Failed PatientDAOTest getPatients_shouldFindOnlySearchablePersonAttributes History
< 1 sec
java.lang.AssertionError: 
Expected: iterable containing [null]
     but: No item matched: null
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
	at org.openmrs.api.db.PatientDAOTest.getPatients_shouldFindOnlySearchablePersonAttributes(PatientDAOTest.java:2187)
Collapse Failed PatientDAOTest getPatients_shouldGetPatientByShortFamilyName_SignatureNo1 History
< 1 sec
java.lang.AssertionError: expected:<3> but was:<2>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.api.db.PatientDAOTest.getPatients_shouldGetPatientByShortFamilyName_SignatureNo1(PatientDAOTest.java:961)
Collapse Failed PatientDAOTest getPatients_shouldGetPatientByShortFamilyName_SignatureNo2 History
< 1 sec
java.lang.AssertionError: expected:<3> but was:<2>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.api.db.PatientDAOTest.getPatients_shouldGetPatientByShortFamilyName_SignatureNo2(PatientDAOTest.java:1388)