Skip to content

test: add async backpressure integration coverage#62

Merged
darthfork merged 3 commits into
mainfrom
test/issue-55-async-integration
May 10, 2026
Merged

test: add async backpressure integration coverage#62
darthfork merged 3 commits into
mainfrom
test/issue-55-async-integration

Conversation

@darthfork
Copy link
Copy Markdown
Owner

Summary

  • add HTTP-level integration coverage for async queue saturation and queue-full drop metrics
  • cover async processor panic recovery and worker continuation from observable /metrics output
  • cover graceful processor drain behavior for accepted queued events
  • document async worker/queue configuration, backpressure responses, failure metrics, and drain behavior

Closes #55

Test plan

  • make unit-test
  • make integration-test
  • PATH="$(go env GOPATH)/bin:$PATH" make lint

@darthfork darthfork merged commit 4a69cb4 into main May 10, 2026
3 checks passed
@darthfork darthfork deleted the test/issue-55-async-integration branch May 10, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add async ingestion and backpressure integration coverage

1 participant