From 23a3a274ce92c72f616082fe38b940797965f391 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Tue, 12 Dec 2023 01:55:52 +0100 Subject: [PATCH] Scheduler-test: investigate further breakage ...which turns out to be due to the DUMP-Statements, which seem to create quite some contention on their own. Test cases with very tight schedule will slip away then; without print statement everything is GREEN now --- tests/vault/gear/scheduler-service-test.cpp | 2 +- wiki/thinkPad.ichthyo.mm | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/tests/vault/gear/scheduler-service-test.cpp b/tests/vault/gear/scheduler-service-test.cpp index 01d430b18..089c4f78b 100644 --- a/tests/vault/gear/scheduler-service-test.cpp +++ b/tests/vault/gear/scheduler-service-test.cpp @@ -84,7 +84,7 @@ namespace test { { simpleUsage(); verify_StartStop(); -// verify_LoadFactor(); // broken, presumably by lates adjustments to control logic + verify_LoadFactor(); invokeWorkFunction(); scheduleRenderJob(); walkingDeadline(); diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm index e35327103..94f1f7167 100644 --- a/wiki/thinkPad.ichthyo.mm +++ b/wiki/thinkPad.ichthyo.mm @@ -93337,13 +93337,23 @@ Date:   Thu Apr 20 18:53:17 2023 +0200
- + + + - - + + + + + + + + + +