Changeset: 68a859f8a583 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=68a859f8a583
Modified Files:
        testing/src/Mtest.py.in
Branch: Oct2010
Log Message:

do not conclude from "ERROR = !Connection terminated"
that there was a crash --- it might "just" have been
a timeout


diffs (12 lines):

diff -r bb0a450525aa -r 68a859f8a583 testing/src/Mtest.py.in
--- a/testing/src/Mtest.py.in   Fri Oct 15 10:37:46 2010 +0200
+++ b/testing/src/Mtest.py.in   Sat Oct 16 10:38:07 2010 +0200
@@ -2564,7 +2564,7 @@
 
     segfaulted = False
     # Try to detect segfaults and the like
-    TO = re.compile("(^|[\t ])(Memory [Ff]ault|Segmentation [Ff]ault|Bus 
[Ee]rror|Abort(|ed)|Assertion failed:|!FATAL: BATSIGabort:|ERROR = !Connection 
terminated)([ \t]|$)", re.MULTILINE)
+    TO = re.compile("(^|[\t ])(Memory [Ff]ault|Segmentation [Ff]ault|Bus 
[Ee]rror|Abort(|ed)|Assertion failed:|!FATAL: BATSIGabort:)([ \t]|$)", 
re.MULTILINE)
     # FIXME: this begs for a much nicer solution (100% copy of below)
     if os.path.isfile(TestErrFile):
         for l in open(TestErrFile):
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to