kevo/pkg/replication
Jeremy Tregunna 374d0dde65
All checks were successful
Go Tests / Run Tests (1.24.2) (pull_request) Successful in 9m50s
refactor: improve bootstrap API with proper interface-based design for testing
- Convert anonymous interface dependency in BootstrapManager to the new EntryApplier interface
- Update service layer code to use interfaces instead of concrete types
- Fix tests to properly verify bootstrap behavior
- Extend test coverage with proper root cause analysis for failing tests
- Fix persistence tests in replica_registration to explicitly handle delayed persistence
2025-04-26 15:49:39 -06:00
..
applier_test.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
applier.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
bootstrap_generator.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
bootstrap_test.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
bootstrap.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
interfaces.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
lamport_clock_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
lamport_clock.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
replicator_ext.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
replicator_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
replicator.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
serialization_test.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
serialization.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
storage_snapshot.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00