Skip to content

feat: Production Readiness Phase 3 - Testing & Validation#288

Merged
laynepenney merged 2 commits intomainfrom
feat/production-readiness-phase-3
Feb 9, 2026
Merged

feat: Production Readiness Phase 3 - Testing & Validation#288
laynepenney merged 2 commits intomainfrom
feat/production-readiness-phase-3

Conversation

@laynepenney
Copy link
Copy Markdown
Collaborator

No description provided.

- Collect file paths first (no lock)
- Only acquire lock briefly for delete operations
- Avoids blocking file system checks under lock
- Zero warnings, all 516 tests pass
Add 12 new error path tests across IPC server and client:
- Server: not started, invalid path, nonexistent worker, stop without start, broadcast with no workers
- Client: nonexistent socket, all send methods not connected, request permission not connected/cancelled

Fix compilation warnings:
- Remove unused imports in mod.rs test module
- Gate Windows-only test imports behind cfg(windows)
- Fix LogLevel import in client.rs tests

All 516 tests passing, zero build warnings
@laynepenney laynepenney merged commit 8ac115d into main Feb 9, 2026
3 checks passed
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