You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.Errorf("error while getting stat for %s: %v", stateJSONPath, err)
164
169
}
165
170
166
-
finishedC, err:=task.Wait(ctx)
167
-
iferr!=nil {
168
-
t.Fatal(err)
169
-
}
170
171
iferr=task.Kill(ctx, syscall.SIGKILL); err!=nil {
171
172
t.Error(err)
172
173
}
173
-
<-finishedC
174
-
}
175
-
176
-
// TestDaemonRuntimeRoot ensures plugin.linux.runtime_root is not ignored
177
-
funcTestDaemonRuntimeRoot(t*testing.T) {
178
-
testDaemonRuntimeRoot(t, false)
179
-
}
180
-
181
-
// TestDaemonRuntimeRootNoShim ensures plugin.linux.runtime_root is not ignored when no_shim is true
182
-
funcTestDaemonRuntimeRootNoShim(t*testing.T) {
183
-
t.Skip("no_shim is not functional now: https://github.com/containerd/containerd/issues/2181")
0 commit comments