Skip to content

Programming exercises: Enable empty template for LocalCI #58818

Programming exercises: Enable empty template for LocalCI

Programming exercises: Enable empty template for LocalCI #58818

GitHub Actions / H2 Tests failed Sep 13, 2024 in 0s

7656 passed, 1 failed and 4 skipped

Tests failed
Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 135 in src/test/java/de/tum/cit/aet/artemis/service/scheduled/DataExportScheduleServiceTest.java

See this annotation in the file changed.

@github-actions github-actions / H2 Tests

de.tum.cit.aet.artemis.service.scheduled.DataExportScheduleServiceTest ► testCronDataExportCreationTaskScheduledEveryDayAt4AMByDefault()

Failed test found in:
  build/test-results/test/TEST-de.tum.cit.aet.artemis.service.scheduled.DataExportScheduleServiceTest.xml
Error:
  org.opentest4j.AssertionFailedError: 
Raw output
org.opentest4j.AssertionFailedError: 
expected: 1L
 but was: 0L
	at app//de.tum.cit.aet.artemis.service.scheduled.DataExportScheduleServiceTest.testCronDataExportCreationTaskScheduledEveryDayAt4AMByDefault(DataExportScheduleServiceTest.java:135)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at [email protected]/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)