We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The freebsd unittests sometimes randomly fail with
error: test failed, to rerun pass `--lib` failures: ---- freebsd::tests::test_process_and_thread_lock stdout ---- thread 'freebsd::tests::test_process_and_thread_lock' panicked at src/freebsd/mod.rs:311:17: assertion failed: active_thread.is_some() note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: freebsd::tests::test_process_and_thread_lock test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
We should figure out why this test is failing and fix.
The text was updated successfully, but these errors were encountered:
#97 marks this test as flaky so we can pass CI
Sorry, something went wrong.
No branches or pull requests
The freebsd unittests sometimes randomly fail with
We should figure out why this test is failing and fix.
The text was updated successfully, but these errors were encountered: