Skip to content

feat(safety): added NoFileDescriptorLeak (linux)#62

Open
fredbi wants to merge 2 commits intogo-openapi:masterfrom
fredbi:feat/fd-leak
Open

feat(safety): added NoFileDescriptorLeak (linux)#62
fredbi wants to merge 2 commits intogo-openapi:masterfrom
fredbi:feat/fd-leak

Conversation

@fredbi
Copy link
Member

@fredbi fredbi commented Feb 11, 2026

This is a linux-only assertion to guard against file descritor leaks.

Unlike goroutine leak checks, this one does not support parallel tests.

Change type

Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

This is a linux-only assertion to guard against file descritor leaks.

Unlike goroutine leak checks, this one does not support parallel tests.

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant