DNM: clh: debug on issue #2864#2865
Conversation
|
Thank you for raising your pull request. Please note that the main development of Kata Containers has moved to the 2.0-dev branch of https://github.com/kata-containers/kata-containers repository. The kata-containers/runtime repository is kept for 1.x release maintenance. Please check twice if your change should go to the 2.0-dev branch directly. If it is strongly required for adding the change to Kata Containers 1.x releases, please ping @kata-containers/runtime to assign a dedicated developer to be responsible for porting the change to 2.0-dev branch. Thanks! |
|
/test-clh-docker |
It is a potential regression test failure observed as `VmInfoGet failed` after block device hotplug and memory hotplug. Fixes: kata-containers#2864 Signed-off-by: Bo Chen <chen.bo@intel.com>
|
The CI seems to be fine for the first run. Let me run it again and see whether the issue is sort of random. /tet-clh-docker |
|
As we don't see regressions in the master branch, and also the similar error (w/ much higher reproducible rate) has been fixed in the PR #2840, I am closing the test PR now. |
It is a potential regression test failure observed as
VmInfoGet failedafter block device hotplug and memory hotplug.
Fixes: #2864
Signed-off-by: Bo Chen chen.bo@intel.com