mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Update drivers/shared/executor/executor_test.go
Co-Authored-By: notnoop <mahmood@notnoop.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user