3 Commits

Author SHA1 Message Date
Yonas Habteab
5f3b7d2337 test: add basic checker scheduling test cases 2025-09-25 17:48:06 +02:00
Yonas Habteab
5af6b3b2f5 tests: fix min severity doesn't get updated
If the logger is started with `Activate()` before `SetActive()`, it won't
log anything, as the logger updates the "min severity" value of loggers
only when starting them, and if they're not active at that point, they
will just be ignored, so the min severity remains at info.
2025-09-25 17:48:05 +02:00
Johannes Schmidt
7373f36cc5 Add unit-tests for HttpServerConnection and HTTP message classes 2025-08-28 13:22:18 +02:00