OpenMRS Core Master

Build: #993 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Test results

  • 3,089 tests in total
  • 3 tests failed
  • 3 failures are new
  • 29 tests were quarantined / skipped
  • 9 minutes taken in total.

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

New test failures 3
Status Test Duration
Collapse Failed AdministrationServiceTest getAllGlobalProperties_shouldReturnAllGlobalPropertiesInTheDatabase History
< 1 sec
java.lang.AssertionError: expected:<20> but was:<144>
	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.AdministrationServiceTest.getAllGlobalProperties_shouldReturnAllGlobalPropertiesInTheDatabase(AdministrationServiceTest.java:467)
Collapse Failed AdministrationServiceTest purgeGlobalProperty_shouldDeleteGlobalPropertyFromDatabase History
< 1 sec
java.lang.AssertionError: expected:<20> but was:<144>
	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.AdministrationServiceTest.purgeGlobalProperty_shouldDeleteGlobalPropertyFromDatabase(AdministrationServiceTest.java:539)
Collapse Failed LocaleUtilityTest getDefaultLocale_shouldNotReturnNullIfGlobalPropertyDoesNotExist History
< 1 sec
java.lang.AssertionError: expected null, but was:<en_GB>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:664)
	at org.junit.Assert.assertNull(Assert.java:646)
	at org.junit.Assert.assertNull(Assert.java:656)
	at org.openmrs.util.LocaleUtilityTest.getDefaultLocale_shouldNotReturnNullIfGlobalPropertyDoesNotExist(LocaleUtilityTest.java:148)