Changeset: 3f1721a22e02 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3f1721a22e02
Modified Files:
testing/src/Mfilter.py.in
Branch: Jun2010
Log Message:
normalize remote error messages
diffs (19 lines):
diff -r 2f5fdc1b61c0 -r 3f1721a22e02 testing/src/Mfilter.py.in
--- a/testing/src/Mfilter.py.in Tue Jun 15 19:58:36 2010 +0200
+++ b/testing/src/Mfilter.py.in Tue Jun 15 20:29:10 2010 +0200
@@ -143,6 +143,7 @@
r"^([Uu]sage: )(/.*/|)(lt-|)([A-Za-z0-9_]+)([ \t].*)\n",
# 22: 5
r'^(.*: )(illegal|invalid)( option -- .*)\n',
# 23: 3
r'^(01/Jan/1970 01:00:00 shttpd_open_port: bind\(|!ERROR:
MAPIlisten:binding to stream socket \()([0-9]+)(\): Address already in use|\)
failed)\n', # 24: 3
+
r'^(!.*Exception:remote\.[^:]*:\(mapi:monetdb://monetdb@)([^/]*)(/mTests_.*\).*)\n',
# 25: 3
r'^(.*: at )(\([0-9]+,[0-9]+\-[0-9]+,[0-9]+\))(: .*)\n',
# 90: 3
r'^(fatal error|ERROR)(: err:FORG0005, fn:exactly-one called with a
sequence containing zero or more than one item..*)()\n', # 99: 3
])+')', re.MULTILINE)
@@ -174,6 +175,7 @@
None, '', '', None, None,
# 22: 5
None, 'invalid', None,
# 23: 3
None, '...', None,
# 24: 3
+ None, 'localhost', None,
# 25: 3
None, '...', None,
# 90: 3
'=ERROR', None, '\n#',
# 99: 3
## '=ERROR', None, '''
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list