Pulse/pkg/proxmox
rcourtman 1542093cba Add unit tests for cluster_client utility functions
Test coverage for error detection and retry logic:
- extractStatusCode: 13 test cases for HTTP status code extraction
- isTransientRateLimitError: 17 test cases for rate limit detection
- isNotImplementedError: 14 test cases for 501 error detection
- isVMSpecificError: 16 test cases for VM-scoped errors
- calculateRateLimitBackoff: backoff timing verification
- isAuthError: 12 test cases for authentication errors

Coverage 35.5% → 37.3%
2025-12-01 00:24:21 +00:00
..
ceph.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
client.go chore: remove additional dead code 2025-11-27 05:13:26 +00:00
client_test.go Add unit tests for coerceUint64 and FlexInt.UnmarshalJSON 2025-11-30 02:17:52 +00:00
cluster_client.go Fix cluster degraded status not recovering after transient failures 2025-11-29 19:04:11 +00:00
cluster_client_test.go Add unit tests for cluster_client utility functions 2025-12-01 00:24:21 +00:00
replication.go Add replication monitoring plumbing and UI 2025-10-22 16:10:15 +00:00
replication_test.go Add unit tests for Proxmox replication utility functions 2025-11-30 02:35:11 +00:00
zfs.go Fix false ZFS log/cache warnings 2025-10-14 20:57:43 +00:00
zfs_test.go Expand monitoring and discovery test coverage 2025-10-16 08:17:08 +00:00