kevo/pkg/transport
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
..
access_control.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
bootstrap_metrics.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
common_test.go chore: formatting 2025-04-22 14:09:54 -06:00
common.go chore: formatting 2025-04-22 14:09:54 -06:00
errors_test.go feat: implement integrity validation with checksums for replication transport 2025-04-26 14:07:31 -06:00
errors.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
interface.go feat: add replication transport interfaces and protocol schema 2025-04-26 12:33:38 -06:00
metrics_extended.go chore: formatting 2025-04-22 14:09:54 -06:00
metrics_test.go chore: formatting 2025-04-22 14:09:54 -06:00
metrics.go chore: formatting 2025-04-22 14:09:54 -06:00
network.go chore: formatting 2025-04-22 14:09:54 -06:00
registry_test.go chore: formatting 2025-04-22 14:09:54 -06:00
registry.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
replica_persistence.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
replication_metrics.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
replication_test.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
replication.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00
retry_test.go feat: implement integrity validation with checksums for replication transport 2025-04-26 14:07:31 -06:00
retry.go refactor: improve bootstrap API with proper interface-based design for testing 2025-04-26 15:49:39 -06:00