Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): avoid running ssh after exhausting memory
In test_balloon.py::test_deflate_on_oom we are exhausting the memory of the microVM trying to trigger the OOM killer. This commit removes SSH commands after launching the memory hogger inside the microVM, to avoid hang connections due to the OOM killer killing sshd. Signed-off-by: Babis Chalios <[email protected]>
- Loading branch information