OpenMRS Core Master

Build: #1023 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
27260c15781dec02365bc6a78d7ea3eda8991f11 27260c15781dec02365bc6a78d7ea3eda8991f11
openmrs-standalone
af3c68233a53f1bacb4113ede3adbaf33d9ae002 af3c68233a53f1bacb4113ede3adbaf33d9ae002
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
3145
Failing since
#1022 (Changes by Daniel Kayiwa)
Fixed in
#1026 (Changes by Daniel Kayiwa)

Tests

Responsible

Code commits

openmrs-core
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 27260c15781dec02365bc6a78d7ea3eda8991f11 27260c15781dec02365bc6a78d7ea3eda8991f11 Attempting to fix tests that randomly fail on bamboo

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)