From fd80c17ab62951296fa463cc9b20598afe578c6c Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 12 Nov 2025 14:49:46 -0800 Subject: [PATCH] Filter out kernel message when guests are slow Ignore more kernel messages when debug guests are being slow. Signed-off-by: Zach Brown --- tests/funcs/filter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index 5e4675b5..6e5fa2e2 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -121,6 +121,7 @@ t_filter_dmesg() # in debugging kernels we can slow things down a bit re="$re|hrtimer: interrupt took .*" + re="$re|clocksource: Long readout interval" # fencing tests force unmounts and trigger timeouts re="$re|scoutfs .* forcing unmount"