Whamcloud - gitweb
LU-4116 test: Correct error message search 29/8129/2
authorJames Nunez <james.a.nunez@intel.com>
Thu, 31 Oct 2013 22:07:54 +0000 (16:07 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 19 Nov 2013 14:00:06 +0000 (14:00 +0000)
commit1f38efbe1a5662fa7c3542e243ec987b32874947
tree7615f8d3cc0b8ac4185dba7acb54de541e2a9abc
parentcee48faec902dbdfe4c547b2ed92e86841ef82e3
LU-4116 test: Correct error message search

replay-dual test_18 looks for "entering recovery in server" from
the local (client) console log. The problem is that this string
is split across multiple lines and the message should be searched
for on the MDS.

The error message to search for is changed to "not entering
recovery" and we are looking for it on the MDS.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: Ia091f8c389f4a7321c2565cd85b6cead74ed68d7
Reviewed-on: http://review.whamcloud.com/8129
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
lustre/tests/replay-dual.sh