CI: Report slow Python tests - #24009
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe CI scripts now report the 10 slowest pytest tests that run for at least 10 seconds. The dask_cudf command also emits terminal coverage output. The cuDF CI copyright notice includes 2026. ChangesCI pytest reporting
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to CI Python test wrappers now report slow tests, with terminal coverage output added for dask_cudf. Test selection and execution behavior remain unchanged, and no current merge-blocking risk is identified. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
/merge |
Description
Add pytest
--durations=10 --durations-min=10reporting to the cuDF, pylibcudf, and other-Python CI test wrappers.These options affect only pytest's post-run slow-test report; test selection, execution, assertions, and coverage remain unchanged.
Checklist