-
Notifications
You must be signed in to change notification settings - Fork 29
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
cargo test --test fs-test
fails on main
#726
Comments
Here is a CI run where this has also happened: |
This was referenced Nov 6, 2024
temporary workaround: decrease the CPUs used from |
This was fixed in hermit-os/kernel#1372. I'll do a kernel release soon. :) |
then I'll close this (despite it not being 100% officially resolved) because tracking this here is probably not worth it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce, run
cargo test new_file_test
orcargo test --test fs-test
: #725 (review)The text was updated successfully, but these errors were encountered: