From f8c79131c94a5e977e94e1b552d10ac710828c92 Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Thu, 2 Jul 2026 00:04:22 +0200 Subject: [PATCH] docs: refresh run_e2e.sh flag list in AGENTS.md Task 7 added --skip-coverage/--skip-stress/--skip-datasources/ --skip-recorder/--skip-debug/--skip-tcplogger but the AGENTS.md table row was never updated to mention them; it also still listed a --stress flag that has never existed. Sync with the script's actual --help output. Co-Authored-By: Claude Opus 4.6 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 1da0914..ca41078 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -127,7 +127,7 @@ cd Test/E2E/suite && python3 -m unittest tests_py | Script | What it does | |---|---| | `./run_streamhub.sh` | Launch MARTe2 app (UDPStreamer) + StreamHub, optionally web UI (`-w`) and ImGui client (`-g`). Ports documented in its header. | -| `./Test/E2E/suite/run_e2e.sh` | **Streaming-chain E2E suite**: per-scenario generates data + cfgs, runs MARTe2+StreamHub, drives the Go `chain-client` (live/zoom/window/trigger), validates the recorded waveform against an analytic/fed oracle, runs unit suites + coverage, builds a Typst PDF report. Flags: `--skip-build`, `--only `, `--cpp-coverage`, `--pdf-only`, `--stress`. | +| `./Test/E2E/suite/run_e2e.sh` | **Unified E2E suite**: per-scenario generates data + cfgs, runs MARTe2+StreamHub, drives the Go `chain-client` (live/zoom/window/trigger) for `chain` scenarios plus `direct`/`recorder`/`debug`/`tcplogger` scenario kinds, runs a stress matrix, unit suites + coverage, builds a Typst PDF report. Flags: `--skip-build`, `--only `, `--pdf-only`, `--cpp-coverage`, `--skip-coverage`, `--skip-stress`, `--skip-datasources`, `--skip-recorder`, `--skip-debug`, `--skip-tcplogger`. | | `./Test/E2E/suite/run_stress.sh` | **Capacity/stress harness**: sweeps one load axis at a time (signal size/count, subscriber fan-out, source count, WS-client count, zoom rate), gates on survival+liveness (hard) and RSS+zoom-p95 latency (soft). Flags: `--skip-build`, `--only `, `--axis `. | The E2E suite produces `Build/x86-linux/E2E/chain/` artifacts: `report_data.json`,