We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0efc54 commit e1c845dCopy full SHA for e1c845d
1 file changed
integration/client/container_linux_test.go
@@ -551,7 +551,7 @@ func TestDaemonReconnectsToShimIOPipesOnRestart(t *testing.T) {
551
t.Fatalf("containerd did not start within 2s: %v", err)
552
}
553
554
- // After we restared containerd we write some messages to the log pipes, simulating shim writing stuff there.
+ // After we restarted containerd we write some messages to the log pipes, simulating shim writing stuff there.
555
// Then we make sure that these messages are available on the containerd log thus proving that the server reconnected to the log pipes
556
runtimeVersion := getRuntimeVersion()
557
logDirPath := getLogDirPath(runtimeVersion, id)
0 commit comments