Changeset: 2f69e26d0fb6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2f69e26d0fb6
Modified Files:
        testing/Mfilter.py.in
Branch: Aug2011
Log Message:

added filter to ignore path name
in error message of test for bug 2885
(sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.pl)


diffs (19 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -86,6 +86,7 @@ norm_in  = re.compile('(?:'+')|(?:'.join
     r"^(QUERY|ERROR)( =.* connect)( to|)( ')(localhost)(' port )([0-9]+)( 
.*)\n",                                                               # 21: 8
     r"^([Uu]sage: )(/.*/\.libs/|/.*/lt-|)([A-Za-z0-9_]+:?[ \t].*)\n",          
                                                                 # 22: 3
     
r'^(!.*Exception:remote\.[^:]*:\(mapi:monetdb://monetdb@)([^/]*)(/mTests_.*\).*)\n',
                                                        # 25: 3
+    r"^(DBD::monetdb::db table_info warning: Catalog parameter '' ignored at 
)([\./].+|[A-Z]:\\.+)(/[^/]+\.pl line [0-9]+\.)\n",                # 27: 3
     r'^(ERROR REPORTED: DBD:|SyntaxException:parseError)(:.+ at 
)([\./].+|[A-Z]:\\.+)(/[^/]+\.pm line [0-9]+\.)\n',                             
# 28: 4
 # filter for geos 3.3 vs. geos 3.2, can be removed if we have 3.3 everywhere
     r"^(ERROR = !MALException:wkb.FromText:ParseException: Expected )('EMPTY' 
or '\(')( but encountered : '\)')\n",                             # 29: 3
@@ -97,6 +98,7 @@ norm_out = (
     None, None, None, None, '<HOST>', None, '<MAPIPORT>', None,                
                         # 21: 8
     None, '', None,                                                            
                         # 22: 3
     None, 'localhost', None,                                                   
                         # 25: 3
+    None, '...', None,                                                         
                         # 27: 3
     None, None, '...', None,                                                   
                         # 28: 3
     None, "'Z', 'M', 'ZM', 'EMPTY' or '('", None,                              
                         # 29: 3
 )
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to