OpenMRS Core Master

Build: #993 failed Changes by Daniel Kayiwa

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
18 minutes
Labels
None
Revisions
openmrs-core
ec94d0a62ae59d7e33a35e845e24c7fe08a686bd ec94d0a62ae59d7e33a35e845e24c7fe08a686bd
openmrs-standalone
af3c68233a53f1bacb4113ede3adbaf33d9ae002 af3c68233a53f1bacb4113ede3adbaf33d9ae002
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
3140
Failing since
#989 (Run by child build TRUNK-STAND)
Fixed in
#995 (Changes by Daniel Kayiwa)

Tests

Responsible

Code commits

openmrs-core
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa ec94d0a62ae59d7e33a35e845e24c7fe08a686bd ec94d0a62ae59d7e33a35e845e24c7fe08a686bd Synchronizing access to the isBaseSetup static variable as another attempt at fixing the randomly failing tests - https://travis-ci.org/openmrs/openmrs-core/builds/71849079

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 3
Status Test View job Duration
Collapse Failed AdministrationServiceTest purgeGlobalProperty_shouldDeleteGlobalPropertyFromDatabase History
Build and Test < 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 AdministrationServiceTest getAllGlobalProperties_shouldReturnAllGlobalPropertiesInTheDatabase History
Build and Test < 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 LocaleUtilityTest getDefaultLocale_shouldNotReturnNullIfGlobalPropertyDoesNotExist History
Build and Test < 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)