Build: #285 failed

Job: Unit and Component Tests failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
10 minutes
Revision
a4582641131feda0f9b74bb4f745238a7767a5d2 a4582641131feda0f9b74bb4f745238a7767a5d2
Total tests
2431
Fixed in
#286 (Code changes detected)

Tests

  • 2,431 tests in total
  • 2 tests failed
  • 2 failures are new
  • 9 minutes taken in total.
New test failures 2
Status Test Duration
Collapse Failed ProgramWorkflowServiceTest getPossibleOutcomes_shouldGetOutcomesForASet History
< 1 sec
java.lang.AssertionError: expected:<2> but was:<4>
	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.ProgramWorkflowServiceTest.getPossibleOutcomes_shouldGetOutcomesForASet(ProgramWorkflowServiceTest.java:346)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(34 more lines...)
Collapse Failed ModuleActivatorTest shouldStopDependantModulesOnStopModule History
< 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.module.ModuleActivatorTest.shouldStopDependantModulesOnStopModule(ModuleActivatorTest.java:98)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(32 more lines...)