Plan for OpenMRS Core 1.11.x

Build: #279 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Test results

  • 2,989 tests in total
  • 2 tests failed
  • 2 failures are new
  • 25 tests were quarantined / skipped
  • 2 minutes taken in total.

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

New test failures 2
Status Test Duration
Collapse Failed HibernateConceptDAOTest getDrugs_shouldReturnDistinctDrugs History
< 1 sec
java.lang.AssertionError: expected:<1> 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.hibernate.HibernateConceptDAOTest.getDrugs_shouldReturnDistinctDrugs(HibernateConceptDAOTest.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(34 more lines...)
Collapse Failed HibernateConceptDAOTest getDrugs_shouldReturnNonRetired History
< 1 sec
java.lang.AssertionError: expected:<1> 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.hibernate.HibernateConceptDAOTest.getDrugs_shouldReturnNonRetired(HibernateConceptDAOTest.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(34 more lines...)