From ba8bf13ae1c5ebc32ca0cc08678dc041a9b9778a Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 5 Apr 2021 09:48:47 -0700 Subject: [PATCH] Update dmesg whitelist for recovery The shared recovery layer outputs different messages than when it ran only for lock_recovery in the lock server. Signed-off-by: Zach Brown --- tests/funcs/filter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index 8226adad..5c793be4 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -52,8 +52,8 @@ t_filter_dmesg() # tests that drop unmount io triggers fencing re="$re|scoutfs .* error: fencing " - re="$re|scoutfs .*: waiting for .* lock clients" - re="$re|scoutfs .*: all lock clients recovered" + re="$re|scoutfs .*: waiting for .* clients" + re="$re|scoutfs .*: all clients recovered" re="$re|scoutfs .* error: client rid.*lock recovery timed out" # some tests mount w/o options