Pulse/internal/monitoring
rcourtman 0bcaa41499 test: Fix unreachable code warning in panic recovery test
Refactor the test to avoid unreachable code after panic by
checking a flag set before the panic instead of after. This
resolves the go vet warning while maintaining test coverage.
2025-12-02 16:30:31 +00:00
..
backoff.go
backoff_test.go
backup_guard_test.go
ceph.go
ceph_test.go
circuit_breaker.go
circuit_breaker_test.go test: Add tests for allow, ensureContainerRootDiskEntry; remove dead code 2025-12-01 20:15:32 +00:00
container_disk_usage.go
container_disk_usage_test.go
container_parsing.go refactor: Remove unreachable dead code branches 2025-12-02 14:41:53 +00:00
container_parsing_test.go test: Add tests for parseContainerMountMetadata, convertContainerDiskInfo, StalenessScore 2025-12-01 20:44:00 +00:00
diagnostic_snapshots.go
diagnostic_snapshots_test.go
docker_commands.go
docker_commands_test.go test: Add tests for GetGuestMetrics, mergeSnapshot, getDockerCommandPayload 2025-12-01 19:58:43 +00:00
docker_host_identity.go
docker_host_identity_test.go test: Add tests for normalizeEndpointHost, SelectInterval, generateDockerHostIdentifier 2025-12-01 20:26:21 +00:00
error_classification_test.go
fake_executor_integration.go
fs_filters.go
fs_filters_test.go
guest_metadata.go
guest_metadata_test.go test: Add tests for monitor helper and metrics functions 2025-12-01 21:18:33 +00:00
harness_integration.go
helpers_test.go test: Add tests for sanitizeGuestAddressStrings, parseContainerConfigNetworks, mergeNVMeTempsIntoDisks 2025-12-01 20:34:48 +00:00
integration_integration_test.go
main_test.go
merge_temps_test.go test: Add tests for sanitizeGuestAddressStrings, parseContainerConfigNetworks, mergeNVMeTempsIntoDisks 2025-12-01 20:34:48 +00:00
metrics.go
metrics_helpers_test.go test: Add tests for monitor helper and metrics functions 2025-12-01 21:18:33 +00:00
metrics_history.go
metrics_history_concurrency_test.go
metrics_history_test.go test: Add tests for lookupClusterEndpointLabel, GetNodeMetrics, stateDetails 2025-12-01 20:07:22 +00:00
metrics_test.go test: Add RecordNodeResult, RecordQueueWait, SetQueueDepth tests 2025-12-02 11:57:05 +00:00
monitor.go perf: Cache err.Error() in storage timeout error handling 2025-12-02 15:39:37 +00:00
monitor_backup_poll_test.go test: Add tests for monitor helper and metrics functions 2025-12-01 21:18:33 +00:00
monitor_container_test.go
monitor_docker_test.go test: Add ApplyDockerReport error path tests 2025-12-02 02:00:06 +00:00
monitor_health_test.go
monitor_host_agents_test.go test: Add ApplyHostReport error path tests 2025-12-02 02:03:03 +00:00
monitor_memory_test.go
monitor_pmg_test.go
monitor_polling.go perf: Cache err.Error() in storage timeout error handling 2025-12-02 15:39:37 +00:00
monitor_polling_test.go test: Add rescheduleTask tests for monitoring package 2025-12-02 12:38:50 +00:00
monitor_proxy_test.go
monitor_snapshots_test.go
monitor_storage_test.go
monitor_test.go test: Fix unreachable code warning in panic recovery test 2025-12-02 16:30:31 +00:00
monitor_timeout_test.go
pbs_convert_test.go test: Add comprehensive tests for PBS snapshot conversion 2025-12-01 22:23:47 +00:00
poller.go
ratetracker.go
ratetracker_concurrency_test.go
ratetracker_test.go
reload.go
scheduler.go refactor: Remove unreachable dead code branches 2025-12-02 14:48:57 +00:00
scheduler_test.go test: Add DispatchDue enqueue error test for monitoring package 2025-12-02 14:21:25 +00:00
staleness_tracker.go refactor: Remove unreachable dead code branches 2025-12-02 14:41:53 +00:00
staleness_tracker_test.go test: Add tests for parseContainerMountMetadata, convertContainerDiskInfo, StalenessScore 2025-12-01 20:44:00 +00:00
storage_backup_preserve_test.go
storage_filters.go
storage_filters_test.go
task_queue.go
task_queue_test.go test: Add WaitNext and key() tests for TaskQueue 2025-12-02 12:02:13 +00:00
temperature.go perf: Use strconv.Itoa instead of fmt.Sprintf for int conversion 2025-12-02 15:21:41 +00:00
temperature_test.go test: Add tests for GPU temperature parsing functions 2025-12-01 21:56:33 +00:00