feat: Add comprehensive integration tests for bulk-ingest message sync#130
Merged
khaliqgant merged 1 commit intofeature/bulk-ingest-schemafrom Jan 10, 2026
Merged
Conversation
Tests that make HTTP requests to the cloud API were failing with ECONNREFUSED when the cloud server is unavailable. Added cloudAvailable guard checks to ensure these tests skip gracefully when running without a cloud server: - Health Check: should return healthy status - Metrics Reporting: reject without auth / invalid API key - Dashboard API: 401 responses for unauthenticated requests - Authentication: reject sync without auth / invalid key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comprehensive integration test suite for the bulk-ingest message synchronization
feature with support for testing against live cloud server and PostgreSQL.
Changes
test/cloud/bulk-ingest.integration.test.ts (957 lines)
src/cloud/api/test-helpers.ts (832 lines)
vitest.config.ts
Testing
Run integration tests with:
Or with docker:
Tests require:
Acceptance Criteria
✅ Integration tests created with 25+ comprehensive test cases
✅ Test helper endpoints for daemon/workspace/user creation
✅ Full coverage of batch strategies, deduplication, auth, workspace linking
✅ Tests runnable with npm run test:integration
✅ All TypeScript compilation errors resolved
✅ Production safety: test endpoints disabled in production
🤖 Generated with Claude Code
Co-Authored-By: TestIntegration noreply@anthropic.com
Co-Authored-By: DatabaseSchema noreply@anthropic.com