Changeset: dbb66ea76f0d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dbb66ea76f0d
Added Files:
        sql/test/wlcr/Tests/wlc70.stable.err
        sql/test/wlcr/Tests/wlc70.stable.out
Branch: wlcr
Log Message:

Approve output


diffs (73 lines):

diff --git a/sql/test/wlcr/Tests/wlc70.stable.err 
b/sql/test/wlcr/Tests/wlc70.stable.err
new file mode 100644
--- /dev/null
+++ b/sql/test/wlcr/Tests/wlc70.stable.err
@@ -0,0 +1,29 @@
+stderr of test 'wlc70` in directory 'sql/test/wlcr` itself:
+
+
+# 12:34:11 >  
+# 12:34:11 >  "/usr/bin/python2" "wlc70.py" "wlc70"
+# 12:34:11 >  
+
+# builtin opt  gdk_dbpath = 
/export/scratch1/mk/wlcr//Linux/var/monetdb5/dbfarm/demo
+# builtin opt  gdk_debug = 0
+# builtin opt  gdk_vmtrim = no
+# builtin opt  monet_prompt = >
+# builtin opt  monet_daemon = no
+# builtin opt  mapi_port = 50000
+# builtin opt  mapi_open = false
+# builtin opt  mapi_autosense = false
+# builtin opt  sql_optimizer = default_pipe
+# builtin opt  sql_debug = 0
+# cmdline opt  gdk_nr_threads = 0
+# cmdline opt  mapi_open = true
+# cmdline opt  mapi_port = 38889
+# cmdline opt  mapi_usock = /var/tmp/mtest-1561/.s.monetdb.38889
+# cmdline opt  monet_prompt = 
+# cmdline opt  gdk_dbpath = 
/export/scratch1/mk/wlcr//Linux/var/MonetDB/mTests_sql_test_wlcr
+# cmdline opt  gdk_debug = 536870922
+
+# 12:34:12 >  
+# 12:34:12 >  "Done."
+# 12:34:12 >  
+
diff --git a/sql/test/wlcr/Tests/wlc70.stable.out 
b/sql/test/wlcr/Tests/wlc70.stable.out
new file mode 100644
--- /dev/null
+++ b/sql/test/wlcr/Tests/wlc70.stable.out
@@ -0,0 +1,34 @@
+stdout of test 'wlc70` in directory 'sql/test/wlcr` itself:
+
+
+# 12:34:11 >  
+# 12:34:11 >  "/usr/bin/python2" "wlc70.py" "wlc70"
+# 12:34:11 >  
+
+# MonetDB 5 server v11.26.0
+# This is an unreleased version
+# Serving database 'mTests_sql_test_wlcr', using 8 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers
+# Found 15.589 GiB available main-memory.
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008-2017 MonetDB B.V., all rights reserved
+# Visit http://www.monetdb.org/ for further information
+# Listening for connection requests on mapi:monetdb://vienna.da.cwi.nl:38889/
+# Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-1561/.s.monetdb.38889
+# MonetDB/GIS module loaded
+# MonetDB/SQL module loaded
+#create table tmp2(i int, s string);
+#insert into tmp2 values(1,'hello'), (2,'world');
+[ 2    ]
+#select * from tmp2;
+% sys.tmp2,    sys.tmp2 # table_name
+% i,   s # name
+% int, clob # type
+% 1,   5 # length
+[ 1,   "hello" ]
+[ 2,   "world" ]
+
+# 12:34:12 >  
+# 12:34:12 >  "Done."
+# 12:34:12 >  
+
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to