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

random failures in the freebsd test_process_and_thread_lock unittest #96

Open
benfred opened this issue Oct 28, 2024 · 1 comment
Open

Comments

@benfred
Copy link
Owner

benfred commented Oct 28, 2024

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.

@benfred
Copy link
Owner Author

benfred commented Oct 28, 2024

#97 marks this test as flaky so we can pass CI

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

No branches or pull requests

1 participant