We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5092713 commit 627bfbdCopy full SHA for 627bfbd
test/e2e/framework/pod/utils.go
@@ -43,7 +43,7 @@ const InfiniteSleepCommand = "trap exit TERM; while true; do sleep 1; done"
43
//
44
// This is useful for testing scenarios where the container is terminated
45
// with a non-zero exit code.
46
-const InfiniteSleepCommandWithoutGracefulShutdown = "sleep infinity"
+const InfiniteSleepCommandWithoutGracefulShutdown = "while true; do sleep 1; done"
47
48
// GenerateScriptCmd generates the corresponding command lines to execute a command.
49
func GenerateScriptCmd(command string) []string {
0 commit comments