Commit c89d17f
committed
test: Add integration tests for loaders and streaming features
New tests:
- test_checkpoint_resume.py - End-to-end resume scenarios
- test_resilient_streaming.py - Resilience with real databases
- Enhanced Snowflake loader tests with state management
- Enhanced PostgreSQL tests with reorg handling
- Updated Redis, DeltaLake, Iceberg, LMDB loader tests
Integration test features:
- Real database containers (PostgreSQL, Redis, Snowflake)
- State persistence and resume testing
- Label joining with actual data
- Reorg detection and invalidation
- Parallel loading with multiple workers
- Error injection and recovery
Tests require Docker for database containers.1 parent 33e54c4 commit c89d17f
File tree
9 files changed
+2159
-530
lines changed- tests
- integration
9 files changed
+2159
-530
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments