shim: handle connection-closed errors during kill after live migration #7161
Annotations
6 errors
|
lint (windows, lcow)
issues found
|
|
lint (windows, lcow):
cmd/containerd-shim-runhcs-v1/exec_hcs.go#L358
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
lint (windows, wcow)
issues found
|
|
lint (windows, wcow):
cmd/containerd-shim-runhcs-v1/exec_hcs.go#L358
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
lint (windows)
issues found
|
|
lint (windows):
cmd/containerd-shim-runhcs-v1/exec_hcs.go#L358
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|