generate_error_signature
Generate a stable 12-character hash from a trace's normalized error message to group duplicate CI failures across parallel runs, avoiding manual trace inspection.
Instructions
Generates a stable 12-char hash signature for a test failure by normalizing the error message (stripping paths, numbers, UUIDs). Use to group duplicate failures across parallel CI runs without reading each trace manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Absolute path to trace.zip, or a URL (https://) to download it from |