From c57468c5040a838de6901972b6e49a8548d908d6 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Thu, 14 Dec 2023 21:13:40 +0100 Subject: Updated tests to run successfully (#187) * made sure all tests run * fixed typo * executed spotlessApply * added back web-server tests * updated SimTraceWorkloadTest * commented CapelinRunneer and GreenifierRunner tests * commented one SimTraceWorkloadTest * altered codecov execution * changed codecov --- .../kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-workflow/opendc-workflow-service/src/main') diff --git a/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt index e2655537..01c1f565 100644 --- a/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt @@ -223,7 +223,7 @@ public class WorkflowServiceImpl( /** * Perform a scheduling cycle immediately. */ - private fun () { + private fun doSchedule() { // J2 Create list of eligible jobs val iterator = incomingJobs.iterator() while (iterator.hasNext()) { -- cgit v1.2.3