Changeset: 5441b79f8c79 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5441b79f8c79
Modified Files:
        monetdb5/mal/Tests/tst670.stable.err
Branch: Nov2019
Log Message:

Approve test


diffs (23 lines):

diff --git a/monetdb5/mal/Tests/tst670.stable.err 
b/monetdb5/mal/Tests/tst670.stable.err
--- a/monetdb5/mal/Tests/tst670.stable.err
+++ b/monetdb5/mal/Tests/tst670.stable.err
@@ -10,6 +10,19 @@ stderr of test 'tst670` in directory 'mo
 # 09:29:49 >  "mclient" "-lmal" "-ftest" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-25470" "--port=39422"
 # 09:29:49 >  
 
+MAPI  = (monetdb) /var/tmp/mtest-32320/.s.monetdb.37106
+QUERY = function foo();
+        io.print("go");
+        end foo;
+        user.foo();
+        clients.quit();
+        function foo();
+        io.print("gone");
+        end foo;
+        mdb.List("user","foo");
+        user.foo();
+ERROR = !MALException:mal.interpreter:prematurely stopped client
+
 
 # 09:29:49 >  
 # 09:29:49 >  "Done."
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to