Pulse/internal
rcourtman 7cb5f74db8 Bump WebSocket read deadlines from 2s to 15s in router integration tests
The four ReadDeadline(time.Now().Add(2 * time.Second)) calls in
router_integration_test.go (lines 1496, 1543, 1573, 1682) were
producing 'read tcp: i/o timeout' failures in CI under -race while
passing locally. The 2-second window is enough to read the welcome
+ initialState messages on a quiet dev workstation but too tight
once the runner is loaded with cumulative test work and the race
detector overhead. rc.5 cleared the same tests in CI but recent
fixture-size growth (k8s clusters 1->3 in 7938f28de plus the SMART
disk-temperature mock data added in 23ea4e487) pushed the
end-to-end server-start-to-welcome-message latency past the 2s
budget. Bumping to 15s gives CI breathing room without affecting
local test duration (the deadline only takes effect when the read
is genuinely stuck).
2026-05-27 18:36:33 +01:00
..
actionplanner Fail closed dry-run action execution 2026-05-05 09:22:04 +01:00
agentexec Bypass approval gate for trusted internal Discovery commands 2026-05-17 21:59:39 +01:00
agenttls Add fingerprint-pinned TLS mode for unified agent 2026-04-22 01:36:46 +01:00
agentupdate Harden unified agent runtime and installer 2026-04-23 23:04:18 +01:00
ai Fix Discovery response JSON extraction 2026-05-25 18:02:28 +01:00
alerts Fix resolved notifications after direct alert dispatch 2026-05-25 20:18:52 +01:00
api Bump WebSocket read deadlines from 2s to 15s in router integration tests 2026-05-27 18:36:33 +01:00
bootstrap feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
cloudcp Ensure cloud emails use support reply-to 2026-05-13 12:10:02 +01:00
config Classify agentless machine availability targets 2026-05-25 21:38:43 +01:00
crypto Harden secure local key file handling 2026-04-22 05:13:01 +01:00
deploy Remove monitored-system volume caps 2026-05-05 12:59:59 +01:00
discovery feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
dockeragent Expand Docker Swarm metadata inventory 2026-05-24 12:07:10 +01:00
hostagent Bypass approval gate for trusted internal Discovery commands 2026-05-17 21:59:39 +01:00
hosted Canonicalize legacy hosted signup principals 2026-05-04 22:52:00 +01:00
hostmetrics feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
kubernetesagent Add Kubernetes RBAC inventory to the agent + canonical + UI 2026-05-25 09:25:03 +01:00
license Remove monitored-system volume caps 2026-05-05 12:59:59 +01:00
logging Stabilize backend race tests for v6 RC publish 2026-04-11 22:46:34 +01:00
maintenancesentinel Record maintenance evidence in resource timelines 2026-05-13 14:19:59 +01:00
metrics feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
mock Fix VMware inventory metric clone race and exempt docker-swarm-node from legacy-host-label assertion 2026-05-27 17:47:09 +01:00
mockmode Gate release mock fixtures behind demo entitlement 2026-04-10 12:33:57 +01:00
mockmodel Sharpen mock summary isolation and role shaping 2026-04-01 12:21:36 +01:00
mockruntime Gate release mock fixtures behind demo entitlement 2026-04-10 12:33:57 +01:00
models Fix KubernetesCluster RBAC slice race and align SECURITY.md sensor-wrapper guidance 2026-05-27 18:13:44 +01:00
monitoring Fix VMware inventory metric clone race and exempt docker-swarm-node from legacy-host-label assertion 2026-05-27 17:47:09 +01:00
notifications Harden repository advisory boundaries 2026-05-24 08:15:29 +01:00
platformsupport Expand Docker Swarm metadata inventory 2026-05-24 12:07:10 +01:00
recovery add VerifyIntent rollup substrate 2026-05-12 22:23:55 +01:00
relay Aggregate simplify-review cleanups (no behavior change) 2026-05-12 17:32:11 +01:00
remoteconfig Fix default agent rollout status noise 2026-05-14 14:37:24 +01:00
repoctl Fix pre-commit sibling roots in worktrees 2026-05-13 15:56:19 +01:00
securityutil Allow insecure dev HTTP agent runtime URLs 2026-04-23 13:48:54 +01:00
sensors feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
servicediscovery Fix Discovery response JSON extraction 2026-05-25 18:02:28 +01:00
ssh/knownhosts feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
storagehealth Fix Unraid storage health explanations 2026-05-08 12:18:09 +01:00
system feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
telemetry Canonicalize usage-data telemetry reporting 2026-04-14 11:05:10 +01:00
testutil Stabilize rc1 mock mode and metrics history 2026-04-11 16:47:37 +01:00
truenas Add TrueNAS services and stabilize dev startup 2026-05-21 12:08:25 +01:00
unifiedresources Drop standalonePageModel snippet from agentless contract test; bump test timeout to 20m 2026-05-27 17:17:13 +01:00
updates Verify SSHSIG on in-app update artifacts 2026-05-09 23:14:07 +01:00
updatesignature Fix v6 demo release signing key deployment 2026-05-05 21:40:14 +01:00
utils Canonicalize ago duration formatting 2026-03-19 03:07:56 +00:00
vmware Surface vSphere VM uptime and guest disk usage 2026-05-23 10:07:21 +01:00
websocket Dedup concurrent /api/state and /api/diagnostics with singleflight 2026-05-25 20:07:02 +01:00