Commit 39a0fae
test(jailer): do not kill screen with new_pid_ns
In our setup, if Firecracker is run by the screen
with --new-pid-ns passed to the jailer,
the Firecracker process detaches from the screen
causing the screen process to exit as well.
We attempt to kill the screen process by pid,
which causes a race condition.
This change lets the screen terminate on its own
without attempting to kill it.
Signed-off-by: Nikita Kalyazin <[email protected]>1 parent 850d5c5 commit 39a0fae
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
635 | 641 | | |
636 | 642 | | |
637 | 643 | | |
| |||
0 commit comments