Files
DuncanandWill Pfleger 634f358af0 test(buzz-agent): trim redundant databricks auth coordinator tests
Remove three tests whose guarantees are covered by strictly stronger
existing tests, and collapse two near-duplicate cases, without changing
any production code or what the suite proves:

- Drop the same-process denial-sidecar read test (proven cross-process by
  test_crossprocess_userinitiated_denial_shared_with_waiting_auto).
- Drop the UserInitiated rejected-fresh-bearer case (behaves identically
  to the retained Auto case here; the load-bearing contrast is the
  retained Headless variant).
- Drop the RAII lock-drop test (subsumed by the real-process crash-release
  test that kills an actual holder).
- Merge the 429 refresh classifier case into the invalid_request test as a
  second table row, preserving the no-OAuth-body distinction.
- Deduplicate the gated fake-LLM helper by threading an optional gate
  through the shared connection loop instead of copying its HTTP handler.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
2026-08-11 12:35:14 -04:00
..