Conversation
f32147b to
2d816c4
Compare
FD 3 might not be used already.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
==========================================
- Coverage 42.96% 42.03% -0.93%
==========================================
Files 3 3
Lines 775 804 +29
==========================================
+ Hits 333 338 +5
- Misses 442 466 +24 ☔ View full report in Codecov by Sentry. |
|
hi! any chance this could get merged? :) the test failure also got flagged by the Debian Rust tooling. |
|
I'm not sure that this actually consistently helps. The issue here seems to be that GitHub Actions runner sometimes has extra file descriptors open. In what environment are you running tests for Debian? And does this patch consistently fix the issue for you? |
|
Applying the patches did not help unfortunately, tests are executed by autopkgtests in sbuild (I'm not that familiar with internals of that setup), I worked around this by disabling autopkgtests for this package: https://packages.debian.org/sid/librust-command-fds-dev |
FD 3 might not be used already.