You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve test infrastructure issues for meta corruption investigation
- Fixed undefined subscriptionCounts and receivedDocs variables in offline sync test
- Added proper subscription tracking infrastructure for sync tests
- Cleaned up ESLint issues and type errors
- Offline sync test now passes, allowing focus on the main corruption issue
The main "should trigger subscriptions on inbound syncing" test continues to fail
with the actual meta corruption problem:
- Stale CAR files (missing car file errors)
- Missing blocks when CRDT clock references unavailable storage
- Race conditions in attachment process where carLog shows 0 length after attach
This provides a stable baseline for investigating the root cause of meta
synchronization issues in distributed database scenarios.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments