Skip to content

Commit 00d52bb

Browse files
author
Kazuyoshi Kato
committed
integration: log all processes to investigate the test failure
The test is failing on https://github.com/containerd/containerd/runs/3129202049#step:10:43. I'd like to know whether the order of the array is the cause, or the result is completely off. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent ee27cde commit 00d52bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/client/container_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ func TestContainerPids(t *testing.T) {
462462
if len(processes) > 0 {
463463
actual := processes[0].Pid
464464
if pid != actual {
465-
t.Errorf("expected pid %d but received %d", pid, actual)
465+
t.Errorf("expected pid %d but received %d. processes = %+v", pid, actual, processes)
466466
}
467467
}
468468
}

0 commit comments

Comments
 (0)