Commit 5b1a801
ci: retry Deno tests on macos-latest for a known pre-existing teardown race
commit-teardown.test.ts crashes with SIGABRT (mutex lock failed: Invalid
argument) inside the shared commit-thread teardown fixture on Deno macOS CI.
Confirmed pre-existing and unrelated to this PR's diff by finding the
identical crash on two other unrelated PRs in the last 24h (a dependabot
bump and fix/dropped-cf-write-poisons-env), hitting both commit-thread
modes. Filed #746 to track the root cause and added a
retry for macos-latest, mirroring the existing windows-latest retry
(#695) so this pre-existing race doesn't block PR #744.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012F3qheoCwRvpjgjgu5Vc1K1 parent 577015a commit 5b1a801
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
217 | 224 | | |
218 | | - | |
| 225 | + | |
0 commit comments