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

Uhyve is not "reentrant" / can't create two vms in the same process #791

Open
jounathaen opened this issue Nov 12, 2024 · 1 comment
Open

Comments

@jounathaen
Copy link
Member

This is, because upon the creation of a new VM, KVM gets initialized which results in a panic.

We want this, to have multiple tests in a single integration test file.

CC: @n0toose

@n0toose
Copy link
Member

n0toose commented Nov 13, 2024

Note: To reproduce this, add two tests sequentially in the test-kernels (by copying and pasting the same test with a different name) and run cargo test --test serial -- --nocapture (or replace serial with another test).

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

2 participants