diff options
-rw-r--r-- | tests/bcachefs/bcachefs-test-libs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bcachefs/bcachefs-test-libs.sh b/tests/bcachefs/bcachefs-test-libs.sh index e74cd25..7c7e130 100644 --- a/tests/bcachefs/bcachefs-test-libs.sh +++ b/tests/bcachefs/bcachefs-test-libs.sh @@ -167,7 +167,7 @@ check_counters() local max_fail=$((nr_commits / ratio)) - local counters=$(bcachefs show-super -f counters "$dev"|grep -E '(fail|restart|blocked)'|grep -v path_relock_fail) + local counters=$(bcachefs show-super -f counters "$dev"|grep -E '(fail|restart|blocked)'|grep -v path_relock_fail|grep -v mem_realloced) while IFS= read -r line; do linea=($line) |