I think this is an incorrect pattern, and meet this error message frequently in
testing. Did anyone meet it also?
Andrew, please verify it. Thanks.
[email protected] wrote:
linux-ha CVS committal
Author : sunjd
Host :
Project : linux-ha
Module : cts
Dir : linux-ha/cts
Modified Files:
CTStests.py.in
Log Message:
Fix a pattern error
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/CTStests.py.in,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -3 -r1.144 -r1.145
--- CTStests.py.in 19 Apr 2006 12:08:29 -0000 1.144
+++ CTStests.py.in 21 Apr 2006 03:32:48 -0000 1.145
@@ -1617,7 +1617,7 @@
#
def errorstoignore(self):
'''Return list of errors which should be ignored'''
- return [ """ERROR: .* Action .*%s_monitor_.* on .* failed .*rc: 0 vs. 7.*:
Error""" % self.rid,
+ return [ """ERROR: .* Action .*%s_monitor_.* on .* failed .*target: 0 vs. rc: 7.*:
Error""" % self.rid,
"""Updating failcount for """
]
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
--
BRs,
Sun Jiang Dong
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/