Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: add racing tests #129

Open
cyphar opened this issue Dec 6, 2024 · 0 comments
Open

tests: add racing tests #129

cyphar opened this issue Dec 6, 2024 · 0 comments
Labels
tests Related to the test framework.
Milestone

Comments

@cyphar
Copy link
Member

cyphar commented Dec 6, 2024

We need to add some tests (like those in libpathrs) to test that our implementations are safe against racing attackers (this should already be the case by design, but we really should verify it in our test suite).

This is separate to #6 because it doesn't really make much sense to do the race tests in the binding-agnostic tests (if the core of libpathrs is race-safe then the simple binding wrappers will also be race-safe, and it will be easier to do the tests in libpathrs itself).

@cyphar cyphar added the tests Related to the test framework. label Dec 6, 2024
@cyphar cyphar added this to the 0.2.0 milestone Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Related to the test framework.
Projects
None yet
Development

No branches or pull requests

1 participant