Files
google--adk-python/tests
Max Ind f25daed85e test(telemetry): Order the recorded telemetry by when it was emitted
The functional goldens sorted a span's children by name and its log records
by their own contents. That is deterministic, but it reads nothing like the
run it records: the tool call sorts before the inference that asked for it,
and a golden diff moves records around for reasons that have nothing to do
with the change under review.

The scenarios are single-threaded, so emission order is deterministic too.
Child spans are now ordered by start time and log records by their observed
timestamp, and the goldens read down the run.

Co-authored-by: Max Ind <maxind@google.com>
PiperOrigin-RevId: 966554122
2026-08-18 06:17:08 -07:00
..
2026-01-20 14:50:09 -08:00