scripts/device-crash-test: fix spurious EOFError messages
When the QMP library was updated to match the standalone repository in094ded52, I neglected to update the logging filter(s) in device-crash-test, which allowed the spurious messages to leak through. Update the log filter to re-suppress these messages. Fixes:094ded52Reported-by: Thomas Huth <thuth@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Message-ID: <20251022213109.395149-1-jsnow@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
53b41bb789
commit
41a6620c91
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ def main():
|
|||
# Async QMP, when in use, is chatty about connection failures.
|
||||
# This script knowingly generates a ton of connection errors.
|
||||
# Silence this logger.
|
||||
logging.getLogger('qemu.qmp.qmp_client').setLevel(logging.CRITICAL)
|
||||
logging.getLogger('qemu.qmp.protocol').setLevel(logging.CRITICAL)
|
||||
|
||||
fatal_failures = []
|
||||
wl_stats = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue