Commit 5d5b948
Fix 3 issues from AI review: timeout after restart, stale case.py, float consistency
- Use common.delete_file instead of raw os.remove for intermediate
step cleanup (prevents filesystem errors from crashing a passing test)
- Guard finally block's create_directory so it cannot mask the original
exception on failure
- Use direct case.restart_check instead of getattr with default (fail
loudly if attribute is removed rather than silently skipping tests)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e05cd1c commit 5d5b948
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
0 commit comments