ruvector/tests/integration/distributed
rUv 526a9c39c9 feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling
- Add Docker Compose 5-node cluster for Raft consensus testing
- Add comprehensive integration tests for ruvector-raft, ruvector-cluster, ruvector-replication
- Add performance benchmark tests with latency measurements
- Verify all 69 unit tests pass (23 raft + 20 cluster + 26 replication)

Tests cover:
- Raft consensus: leader election, log replication, term management
- Cluster management: node discovery, shard assignment, consistent hashing
- Replication: sync modes, conflict resolution, failover management

Closes #24

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 22:49:37 +00:00
..
cluster_integration_tests.rs feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
docker-compose.yml feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
Dockerfile feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
Dockerfile.test feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
mod.rs feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
node_runner.sh feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
performance_benchmarks.rs feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
raft_consensus_tests.rs feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
replication_tests.rs feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00
sharding_tests.rs feat(test): Add distributed integration tests and Docker infrastructure for horizontal scaling 2025-11-27 22:49:37 +00:00