You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
petri: lower severity of com3 emitted logs for all vmm_tests (#2003)
#1937 introduced new vmm_tests which seem to be flaky as they will
occasionally timeout. Upon further investigation, the following message
can be observed in the petri logs: `hv_vmbus: probe failed for device
766e96f8-2ceb-437e-afe3-a93169e48a7b`. It's likely that openhcl is busy
with other tasks (such as writing to com3) so it is unable to handle the
vmbus probe request from vtl0. This PR attempts to fix that by only
emitting high severity logs once kmsg is available.
---------
Co-authored-by: Daman Mulye <[email protected]>
0 commit comments