Wait for webhook deployments in handlers tests instead of sleeping (closes #211) #212

Merged
clawbot merged 1 commits from issue-211-handlers-webhook-wait into next 2026-09-23 03:04:31 +02:00
1 Commits
Author SHA1 Message Date
sneak e8e545f5b1 Wait for webhook deployments in handlers tests instead of sleeping (closes #211)
Check / check (pull_request) Skipped
TestHandleWebhookProcessesValidWebhook slept 100ms after posting a
webhook, racing the background deployment that writes its log under the
test's temp directory against temp directory cleanup. The test context
now keeps the webhook service, and the test waits on its
WaitForDeployments, as the webhook service tests already do. The other
webhook handler tests never start a deployment.

Model: opus-5-5
2026-09-23 00:44:56 +00:00