-
Notifications
You must be signed in to change notification settings - Fork 678
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
Unexpected ENOTTY in sys::test_termios::test_tcgetattr #154
Comments
Is this related to #155? |
I believe this is a separate issue. If I comment out test_wait from #155 this issue still reproduces. |
@carllerche, actually looks like this is sort of related to #155 at least in that it does not reproduce if I set RUST_TEST_THREADS=1. I ran I don't think this is the same
Anyway, setting RUST_TEST_THREADS=1 avoids these races. |
* Make test_tcgetattr deterministic. The old version behaved differently depending on what file descriptors were opened by the harness or by other tests, and could race against other tests. * Close some file descriptor leaks Fixes nix-rust#154
* Make test_tcgetattr deterministic. The old version behaved differently depending on what file descriptors were opened by the harness or by other tests, and could race against other tests. * Close some file descriptor leaks Fixes nix-rust#154
* Make test_tcgetattr deterministic. The old version behaved differently depending on what file descriptors were opened by the harness or by other tests, and could race against other tests. * Close some file descriptor leaks Fixes nix-rust#154
680: Fix some bugs in the termios tests r=asomers * Make test_tcgetattr deterministic. The old version behaved differently depending on what file descriptors were opened by the harness or by other tests, and could race against other tests. * Close some file descriptor leaks Fixes #154
I occasionally see this failure if I run cargo test over and over:
The text was updated successfully, but these errors were encountered: