Whamcloud - gitweb
LU-2602 tests: add missing bug number to error_ignore call
authorBob Glossman <bob.glossman@intel.com>
Fri, 11 Jan 2013 01:07:40 +0000 (17:07 -0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 24 Jan 2013 17:05:17 +0000 (12:05 -0500)
error_ignore called with the wrong number of arguments
led to a corrupted and hard to interpret test log

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I6d2150eaa3c1b8cf044ddafd40d66cd64bb25314
Reviewed-on: http://review.whamcloud.com/4995
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Keith Mannthey <keith.mannthey@intel.com>
lustre/tests/recovery-small.sh

index 9104716..b44ce10 100755 (executable)
@@ -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!"