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

Some problem running on Linux #3

Open
nonzzz opened this issue Nov 14, 2024 · 0 comments
Open

Some problem running on Linux #3

nonzzz opened this issue Nov 14, 2024 · 0 comments

Comments

@nonzzz
Copy link

nonzzz commented Nov 14, 2024

TL;DR

I using this library in my project and run test on WSL2(Ubuntu). I check the source code and compared with Darwin. On Darwin the RAM disk will be destroy by call destroy.sync but the Linux won't. It only do umount not both with remove but Darwin do them together. So i think we should add a rm -rf ${root} for Linux system.

Here is my local task

Fist run test (pass a password, it's ok)
image

Next call task

image

Others

If i remove the directory by manually and the next call can success.

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