Skip to content

Phase 8: Integration tests#11

Merged
mcollina merged 1 commit intomainfrom
phase-8-integration-tests
Feb 15, 2026
Merged

Phase 8: Integration tests#11
mcollina merged 1 commit intomainfrom
phase-8-integration-tests

Conversation

@mcollina
Copy link
Copy Markdown
Member

Summary

Add comprehensive end-to-end integration tests covering all storage backends (MemoryStorage, FileStorage, RedisStorage):

  • Basic workflow (enqueue, process, enqueueAndWait)
  • Multiple workers (work distribution)
  • Producer/consumer separation
  • Failure and retry handling
  • Job cancellation
  • Reaper integration (stalled job recovery)
  • High concurrency processing
  • Deduplication behavior
  • Graceful shutdown

Test plan

  • All 24 integration tests pass (12 per backend × 2 backends)
  • All existing tests (110 total) still pass
  • Lint passes
  • TypeScript check passes

🤖 Generated with Claude Code

Tests cover multiple storage backends (Memory, File, Redis):
- Basic workflow (enqueue, process, enqueueAndWait)
- Multiple workers (work distribution)
- Producer/consumer separation
- Failure and retry handling
- Job cancellation
- Reaper integration (stalled job recovery)
- High concurrency processing
- Deduplication behavior
- Graceful shutdown

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mcollina mcollina merged commit 043a957 into main Feb 15, 2026
10 checks passed
@mcollina mcollina deleted the phase-8-integration-tests branch February 15, 2026 23:11
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.

1 participant