Commit 2d896da92a2a4 added this annotation on the basis that the
send_and_shutdown test cannot be run in parallel, but I cannot see why,
and I have not seen any failures after enabling parallelism here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 77277 Build 74160: arc lint + arc unit
Event Timeline
Comment Actions
Oh, I assumed that openfiles() was counting the number of fds open in the current process, not globally open files. So even with is_exclusive this is still racy, e.g., if some script runs in the background, but ok, I don't see a better solution.