This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: avoid deadlock after failed command execution in pod
When executing the command inside the pod failed entirely (for example, because the pod is not found), "tar cf" got stuck because its stdout was kept open and "tar.Wait()" blocked forever.
- Loading branch information