fix: make the sampling invariant test actually enforce the constraint

The test passed overlay and sampling as separate objects while production
aliases them, so an in-place mutation slipped through it. Also syncs the
telemetry schema page and adds the missing postgres round-trip assertion.
This commit is contained in:
2026-07-31 22:01:51 -04:00
parent cce7562d07
commit 15b9b02e96
6 changed files with 57 additions and 8 deletions
+1
View File
@@ -116,6 +116,7 @@ class _DummyRecorder:
cost,
cached_prompt_tokens,
model_reported,
sampling,
) -> None: ...