Merge pull request #5775 from kzys/pid-order
integration: log all processes to investigate the test failure
This commit is contained in:
commit
c3f1f0e5ee
@ -462,7 +462,7 @@ func TestContainerPids(t *testing.T) {
|
||||
if len(processes) > 0 {
|
||||
actual := processes[0].Pid
|
||||
if pid != actual {
|
||||
t.Errorf("expected pid %d but received %d", pid, actual)
|
||||
t.Errorf("expected pid %d but received %d. processes = %+v", pid, actual, processes)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user