Publish ITWorx Pulse source
Public source validation / validate (push) Failing after 3m8s

This commit is contained in:
ITWorx Pulse release export
2026-09-03 02:09:19 +02:00
commit bd774932d5
614 changed files with 77116 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Deterministic fixtures and scenarios
`fixtures/scenarios/` defines failure and recovery behavior without touching the real server.
Codex must build a telemetry simulator/fake sources capable of:
- serving Prometheus-compatible query/metadata responses or a suitable deterministic adapter;
- exposing Unraid/inventory snapshots;
- emitting normalized events;
- changing source freshness;
- simulating service probe results;
- controlling time for alert tests;
- supporting browser end-to-end scenarios.
Every scenario must validate against `specs/simulator-scenario.schema.json`.
Production fault tests must use these fixtures or captured redacted read-only data. Never remove disks, degrade arrays, crash real containers or disrupt the network solely for testing.