cms.c2sgmbh/tests/unit/monitoring
Martin Porwoll 151b96d641 fix(monitoring): cache payload instance in logger to prevent flaky tests
The fire-and-forget dynamic import chain (3 awaits) was racing with
test flush timeouts. Caching the resolved payload instance fixes both
the flakiness and eliminates per-call import overhead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:52:17 +00:00
..
alert-evaluator.unit.spec.ts feat(monitoring): add alert evaluator with cooldown and multi-channel dispatch 2026-02-15 00:30:21 +00:00
monitoring-logger.unit.spec.ts fix(monitoring): cache payload instance in logger to prevent flaky tests 2026-02-15 00:52:17 +00:00
monitoring-service.unit.spec.ts feat(monitoring): add monitoring service with system health and service checks 2026-02-15 00:26:28 +00:00
performance-tracker.unit.spec.ts feat(monitoring): add performance tracker with ring buffer 2026-02-15 00:29:58 +00:00
types.test.ts feat(monitoring): add shared types for monitoring system 2026-02-15 00:11:33 +00:00