Revert vendor: Update libcontainer vendoring#503
Conversation
|
/test |
This reverts commit ab489ae. To fix shimv2 tests random fails. Fixes: kata-containers#502 Signed-off-by: Hui Zhu <teawater@hyper.sh>
This reverts commit eb4eb55. To fix shimv2 tests random fails. Fixes: kata-containers#502 Signed-off-by: Hui Zhu <teawater@hyper.sh>
This reverts commit a3277aa. To fix shimv2 tests random fails. Fixes: kata-containers#502 Signed-off-by: Hui Zhu <teawater@hyper.sh>
|
I still cannot make sure that these patches can fix all the issue because the issue is around a random fail. |
|
/test |
|
@teawater @jodh-intel I'd like to hear back from @lifupan on his analysis of why some kata-v2 tests are failing before we blindly revert this libcontainer revendoring. |
|
1st test TestContainerListStatsWithIdFilter record:
|
|
/retest |
Hi @sboeuf , I'm not pretty sure that the recent CI fails on shimv2 testcase is triggered by this libcontainer vendor upgrading, but I noticed those fails appeared from that PR #490. If we can make sure that those failures are related with it, I think we can just revert it temporarily until we find the root cause. |
|
2nd test TestContainerListStatsWithIdFilter record:
|
|
/retest |
|
3rd test TestContainerListStatsWithIdFilter record:
|
|
According to the test record, I think this PR handles the issue. |
|
@teawater @lifupan |
@sboeuf |
|
Thanks @lifupan |
According discussion with @lifupan in kata-containers/runtime#1414
Try to revert vendor: Update libcontainer vendoring to fix the issue.