mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Backfill unit test for NEWIPC
This commit is contained in:
@@ -132,6 +132,7 @@ func TestExecutor_IsolationAndConstraints(t *testing.T) {
|
||||
|
||||
require.Contains(config.Namespaces, lconfigs.Namespace{Type: lconfigs.NEWNS})
|
||||
require.Contains(config.Namespaces, lconfigs.Namespace{Type: lconfigs.NEWPID})
|
||||
require.Contains(config.Namespaces, lconfigs.Namespace{Type: lconfigs.NEWIPC})
|
||||
|
||||
// Shut down executor
|
||||
require.NoError(executor.Shutdown("", 0))
|
||||
|
||||
Reference in New Issue
Block a user