Update drivers/shared/executor/executor_test.go

Co-Authored-By: notnoop <mahmood@notnoop.com>
This commit is contained in:
Michael Schurter
2019-03-31 20:34:24 -04:00
committed by GitHub
parent d5eea3424a
commit e162e3b631

View File

@@ -393,6 +393,8 @@ func setupRootfsBinary(t *testing.T, rootfs, path string) {
require.NoError(t, err)
}
// TestExecutor_Start_Kill_Immediately_NoGrace asserts that executors shutdown
// immediately when sent a kill signal with no grace period.
func TestExecutor_Start_Kill_Immediately_NoGrace(pt *testing.T) {
pt.Parallel()
for name, factory := range executorFactories {