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

broader detection of aborts and other server crashes


diffs (12 lines):

diff -r a3f3bbc22d70 -r d16b66f3ef64 testing/src/Mtest.py.in
--- a/testing/src/Mtest.py.in   Wed Oct 13 11:29:33 2010 +0200
+++ b/testing/src/Mtest.py.in   Wed Oct 13 11:33:00 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))([ \t]|$)", re.MULTILINE)
+    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)
     # 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