Add Queue to Store byte preservation check
Debian Trixie package bundle / packages (push) Failing after 12m44s

This commit is contained in:
Mario Fetka
2026-07-23 08:07:50 +02:00
parent af6f75c98b
commit febe35c36f
8 changed files with 336 additions and 6 deletions
+8
View File
@@ -45,6 +45,14 @@ not edit spool files manually. A service stop first prevents new work and asks
the managed agents to finish or abandon their current transaction safely.
Queue and Store state must be included in a consistent backup.
`bongo-queuetool message` exports the exact Queue-owned bytes. The
`hold-local`, `deliver-local`, and `delete` commands provide a bounded recovery
and diagnostic path: target 999 is not part of normal routing,
`deliver-local` retains its source entry, and `delete` must finish the
operation explicitly. The STQ-02 fixture uses these commands to compare the
Queue payload against the Store document, including the intentional Queue
trace header.
The 0.7 release matrix exercises byte preservation, disk exhaustion, retry,
expiry, bounce, hold/release, concurrency, invalid commands, quota mapping,
and collector floods under STQ-02 through STQ-12. SMTP and LMTP rows add their