You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Add retries to get firecracker PID in new ns
When `pid_in_new_ns` is referenced before the pid file is created by
jailer with `--new-pid-ns` flag, it returns `None` and some jailer
integration tests fail. To avoid this supurious failures, adds reties to
`pid_in_new_ns`.
Signed-off-by: Takahiro Itazuri <[email protected]>
0 commit comments