You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
device-health-oracle: fix ClickHouse integration test authentication
Use explicit credentials and the testcontainers ClickHouse module options
(WithUsername, WithPassword, WithDatabase) to match the pattern used by
other integration tests in the repo. Switch to 23.3.8.21-alpine image
which is consistent with the rest of the codebase. Add CHANGELOG entry.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Changes
10
10
11
+
- Controlplane
12
+
- Add `controller_success` activation criterion to device-health-oracle that verifies devices have consistent controller call coverage over a configurable burn-in period by querying ClickHouse
11
13
- Client
12
14
- Rank devices and tunnel endpoints by minimum observed latency (`min_latency_ns`) instead of average when selecting a connection target, preferring paths with the best achievable round-trip time
0 commit comments