Commit e7f666b
fix: Add retry logic to final GitHub status update
The final GitHub status update in progress_type_request() was not using
retry logic, causing tests to complete but remain stuck in "pending" state
on GitHub if the status update failed (e.g., due to rate limiting or
network issues).
This is the same fix applied to mark_test_failed() in PR #976, now applied
to the normal test completion path.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 58cd57b commit e7f666b
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1933 | 1933 | | |
1934 | 1934 | | |
1935 | 1935 | | |
1936 | | - | |
1937 | | - | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
1938 | 1946 | | |
1939 | 1947 | | |
1940 | 1948 | | |
| |||
0 commit comments