Skip to content

Commit 2e8a572

Browse files
committed
Add timestamp to flaky restart monitor test
Signed-off-by: Derek McGowan <[email protected]>
1 parent d527926 commit 2e8a572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/client/restart_monitor_linux_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ version = 2
9999
}
100100
time.Sleep(epsilon)
101101
}
102-
t.Fatalf("the task was not restarted in %s + %s",
103-
interval.String(), epsilon.String())
102+
t.Fatalf("%v: the task was not restarted in %s + %s",
103+
time.Now(), interval.String(), epsilon.String())
104104
}
105105

106106
// withRestartStatus is a copy of "github.com/containerd/containerd/runtime/restart".WithStatus.

0 commit comments

Comments
 (0)