Whamcloud - gitweb
LU-3880 tests: Allow error_ignore to accept any bug number 91/7791/2
authorJames Nunez <james.a.nunez@intel.com>
Fri, 27 Sep 2013 22:00:21 +0000 (16:00 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 25 Oct 2013 02:43:56 +0000 (02:43 +0000)
commitcdc5584358e20d12ca28bb190d2f4aae3b14dbb3
tree210c4262879c3bdbeec302404d89a26dd3096b2a
parent9604442677fcac62ae0599b9e36340587835afe0
LU-3880 tests: Allow error_ignore to accept any bug number

error_ignore is called when a test and an error is encountered
that is supposed to be ignored. The first argument to
error_ignore is a bug number, justification as to why the error
should be ignored, that the routine assumes is a bugzilla bug
number and automatically attaches a “bz” prefix to the number.
This patch removes the assumption that all bug numbers are bugzilla
numbers and moves adding the “bz” to the bug number to the
individual calls to error_ignore. Now, we can use “LU” bug
numbers with error ignore.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I40c47ccf6af76e76bff99c67816e0d2aebd37e71
Reviewed-on: http://review.whamcloud.com/7791
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
lustre/tests/ost-pools.sh
lustre/tests/recovery-small.sh
lustre/tests/replay-single.sh
lustre/tests/sanity.sh
lustre/tests/test-framework.sh