Pulse/internal/monitoring
rcourtman 845b096240 test: Add error path tests for acknowledgeDockerCommand
- Use public API AcknowledgeDockerHostCommand instead of private function
- Use strings.Contains instead of custom helper functions
- Add test case for empty hostID (skips validation, succeeds)
2025-12-01 12:08:16 +00:00
..
backoff.go
backoff_test.go
backup_guard_test.go
ceph.go
ceph_test.go ADA: Add unit tests for Ceph helper functions 2025-11-29 19:49:43 +00:00
circuit_breaker.go
circuit_breaker_test.go
container_disk_usage.go
container_disk_usage_test.go Add unit tests for container disk usage utility functions (monitoring) 2025-11-30 13:20:39 +00:00
container_parsing.go refactor: Extract container parsing functions to separate file 2025-12-01 10:40:48 +00:00
diagnostic_snapshots.go
diagnostic_snapshots_test.go Add unit tests for diagnostic snapshot key generation functions 2025-11-30 22:34:09 +00:00
docker_commands.go
docker_commands_test.go test: Add error path tests for acknowledgeDockerCommand 2025-12-01 12:08:16 +00:00
docker_host_identity.go refactor: Extract Docker host identifier functions to separate file 2025-12-01 10:03:47 +00:00
error_classification_test.go Add unit tests for error classification functions in monitoring 2025-12-01 01:37:28 +00:00
fake_executor_integration.go
fs_filters.go
fs_filters_test.go
guest_metadata.go refactor: Extract guest metadata functions to separate file 2025-12-01 10:53:41 +00:00
harness_integration.go
helpers_test.go Add unit tests for monitor.go type conversion utilities 2025-12-01 00:51:20 +00:00
integration_integration_test.go
main_test.go
metrics.go
metrics_helpers_test.go Add unit tests for metrics.go helper functions 2025-11-29 16:44:37 +00:00
metrics_history.go
metrics_history_concurrency_test.go
metrics_history_test.go Add unit tests for MetricsHistory (internal/monitoring) 2025-11-30 21:34:07 +00:00
monitor.go Fix outdated error message path for removed Docker hosts 2025-12-01 12:03:05 +00:00
monitor_container_test.go
monitor_docker_test.go
monitor_health_test.go
monitor_host_agents_test.go
monitor_memory_test.go
monitor_pmg_test.go
monitor_polling.go refactor: remove unnecessary type conversions 2025-11-27 10:33:35 +00:00
monitor_polling_test.go
monitor_proxy_test.go
monitor_snapshots_test.go
monitor_storage_test.go
monitor_timeout_test.go
poller.go
ratetracker.go
ratetracker_concurrency_test.go
ratetracker_test.go Add unit tests for RateTracker.CalculateRates (monitoring) 2025-11-30 07:07:18 +00:00
reload.go
scheduler.go refactor: use builtin max() and fix unused parameter 2025-11-27 10:08:37 +00:00
scheduler_test.go Add unit tests for adaptive scheduler interval selection (scheduler) 2025-11-30 06:11:22 +00:00
staleness_tracker.go
staleness_tracker_test.go
storage_backup_preserve_test.go
storage_filters.go
storage_filters_test.go
task_queue.go
task_queue_test.go Add unit tests for TaskQueue Upsert and Remove methods 2025-11-29 21:38:33 +00:00
temperature.go
temperature_test.go Add unit tests for temperature utility functions 2025-11-30 04:20:28 +00:00