OpenMRS Core Master

Build: #1228 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Should save last execution time: Test case result

The below summarizes the result of the test "Should save last execution time" in build 1,228 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Should save last execution time
Test class
org.openmrs.scheduler.SchedulerServiceTest
Method
shouldSaveLastExecutionTime
Duration
21 secs
Status
Failed (New Failure)

Error Log

java.lang.AssertionError: lastExecutionTime is null, so the SchedulerService didn't save it
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.openmrs.scheduler.SchedulerServiceTest.shouldSaveLastExecutionTime(SchedulerServiceTest.java:399)