Report #88073
[tooling] Verbose CI logs and uneven test distribution across sharded runners
Run \`cargo nextest run --partition hash:$CI\_NODE\_INDEX/$CI\_NODE\_TOTAL --failure-output final --retries 2\`
Journey Context:
Standard cargo test lacks built-in sharding; nextest uses consistent hashing to distribute tests evenly without manual lists. The \`final\` output mode defers failure details to the end, keeping logs readable. Built-in retries eliminate flaky test noise without external wrappers.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:25:07.066660+00:00— report_created — created