OpenMRS Core Master

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
28 seconds
Duration
30 minutes
Labels
None
Revisions
openmrs-core
350433a0df478cbbdbc3be9b7df8b9d4b5289b82 350433a0df478cbbdbc3be9b7df8b9d4b5289b82
openmrs-standalone
a007b20569b3776ca375346af549436b53296a95 a007b20569b3776ca375346af549436b53296a95
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a bb61e06483cd415a55b72cceac8d10ad00ee4e8a
Total tests
3535
Fixed in
#1576 (Changes by Darius Jazayeri <jazayeri@alum.mit.edu>)

Tests

Responsible

  • djazayeri djazayeri Automatically assigned

Code commits

openmrs-core
Author Commit Message Commit date
Darius Jazayeri <jazayeri@alum.mit.edu> Darius Jazayeri <jazayeri@alum.mit.edu> 350433a0df478cbbdbc3be9b7df8b9d4b5289b82 350433a0df478cbbdbc3be9b7df8b9d4b5289b82 Fixing flaky test
in case the clock ticks during this method, we need birthdate < deathdate

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 1
Status Test View job Duration
Collapse Failed FormServiceTest duplicateForm_shouldClearChangedDetailsAndUpdateCreationDetails History
Build and Test 5 secs
java.lang.AssertionError: expected:<1.49152281E12> but was:<1.49152268E12>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:519)
	at org.junit.Assert.assertEquals(Assert.java:609)
	at org.openmrs.api.FormServiceTest.duplicateForm_shouldClearChangedDetailsAndUpdateCreationDetails(FormServiceTest.java:405)