Skip to content

Commit c3f1f0e

Browse files
authored
Merge pull request #5775 from kzys/pid-order
integration: log all processes to investigate the test failure
2 parents a963242 + 00d52bb commit c3f1f0e

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)