Add Helpdesk outbox worker validation
This commit is contained in:
@@ -136,7 +136,20 @@ non-Helpdesk CRUD, confirms default updates do not send Helpdesk email, verifies
|
||||
explicit outbound Mailpit delivery, and closes the created test ticket. Details
|
||||
are in `docs/helpdesk_smoke_test.md`.
|
||||
|
||||
## 8. Re-Run The Read-Only Validator
|
||||
## 8. Validate Helpdesk Outbox Worker Enrichment
|
||||
|
||||
When Helpdesk/outbox behavior matters, run the repeatable live validator:
|
||||
|
||||
```sh
|
||||
./validate_helpdesk_outbox_worker.py
|
||||
```
|
||||
|
||||
This creates one controlled Helpdesk ticket through Mailpit, verifies redMCP
|
||||
Helpdesk behavior, checks the matching `event_outbox_events` rows, and dry-runs
|
||||
worker enrichment without claiming or marking rows processed. Details are in
|
||||
`docs/helpdesk_outbox_worker_validation.md`.
|
||||
|
||||
## 9. Re-Run The Read-Only Validator
|
||||
|
||||
Finish by running:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user