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

Job result summary

Completed
Duration
3 minutes
Revision
2ca94f8292e208419b1a8d6b424d4650fec1e394 2ca94f8292e208419b1a8d6b424d4650fec1e394
Total tests
2989
Fixed in
#280 (Code changes detected)

Tests

  • 2,989 tests in total
  • 2 tests failed
  • 2 failures are new
  • 25 tests were quarantined / skipped
  • 2 minutes taken in total.
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...)