From 0a97cd7de5a3fe3191121921cc3441ef8b81bb3f Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Thu, 10 Jan 2013 17:07:40 -0800 Subject: [PATCH] LU-2602 tests: add missing bug number to error_ignore call error_ignore called with the wrong number of arguments led to a corrupted and hard to interpret test log Signed-off-by: Bob Glossman Change-Id: I6d2150eaa3c1b8cf044ddafd40d66cd64bb25314 Reviewed-on: http://review.whamcloud.com/4995 Tested-by: Hudson Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Keith Mannthey --- lustre/tests/recovery-small.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 9104716..b44ce10 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -788,7 +788,8 @@ test_24b() { lctl set_param fail_loc=0x0 client_reconnect [ $rc1 -eq 0 -o $rc2 -eq 0 ] && - error_ignore "multiop didn't fail fsync: $rc1 or close: $rc2" || true + error_ignore 5494 "multiop didn't fail fsync: $rc1 or close: $rc2" || + true dmesg | grep "dirty page discard:" || \ error "no discarded dirty page found!" -- 1.8.3.1