Diff logs between two executions
execution_compareCompare two execution logs to identify divergences, grouping by source, level, and message to ignore variable payloads. For flaky-test debugging, compare a failing run against a passing one to isolate exactly what changed.
Instructions
Diffs two executions' logs, grouped by normalized (source, level, message) so it tolerates differing data payloads (timestamps, ids). Returns log lines only present in A, only present in B, and lines common to both with their counts. This is the tool for flaky-test-style debugging: run the same thing repeatedly with execution_run, then compare a failing run against a passing one to isolate exactly what diverged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionIdA | Yes | ||
| executionIdB | Yes |