fix(tests): Resolve caio context leak causing EAGAIN on CI #11936
fix(tests): Resolve caio context leak causing EAGAIN on CI #11936Cristhianzl merged 9 commits intomainfrom
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughReplaces async file reading with synchronous Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 6 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
❌ Your project status has failed because the head coverage (42.40%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #11936 +/- ##
==========================================
+ Coverage 35.71% 35.73% +0.01%
==========================================
Files 1528 1528
Lines 73928 73958 +30
Branches 11134 11154 +20
==========================================
+ Hits 26407 26427 +20
- Misses 46081 46093 +12
+ Partials 1440 1438 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…/langflow into cz/fix-load-starter-projects
…/langflow into cz/fix-load-starter-projects
Objective
Fix persistent SystemError: (11, 'Resource temporarily unavailable') in test_get_project_data on Linux CI caused by aiofile/caio async I/O context accumulation.
Changes
Summary by CodeRabbit
Bug Fixes
Tests