fix tests - #3586
Conversation
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #3586 +/- ##
==========================================
- Coverage 76.99% 76.99% -0.01%
==========================================
Files 1260 1260
Lines 119791 119800 +9
Branches 10603 10604 +1
==========================================
- Hits 92237 92236 -1
- Misses 24500 24507 +7
- Partials 3054 3057 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Greptile SummaryThis change automatically installs the pinned Chromium and Firefox browsers for cockpit tests, documents that behavior, and releases Torch Inductor compilation resources when a local model stops. A focused concurrent reproduction exercised the local-model cleanup path while a separate model performed lazy Inductor compilation. Cleanup terminated the shared compile-worker processes, but the concurrent model completed successfully with a result and without a closed-pool error or blocking. This disproves the reported failure consequence, so no code changes are requested. Merge safety: safe to merge. Confidence Score: 5/5The tested local-model cleanup behavior allows an overlapping Inductor compilation to complete after compile workers are shut down. No actionable findings remain. The reported concurrent compilation failure was directly exercised and contradicted by the observed successful completion. Files Needing Attention: None.
What T-Rex did
Reviews (1): Last reviewed commit: "fix tests" | Re-trigger Greptile |
Problem
Three broken tests:
Solution
Fixed.