Update of /cvsroot/monetdb/sql/src/test/Tests
In directory
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv28899/sql/src/test/Tests
Modified Files:
mclient-t-s.SQL.py mclient-t-s.stable.err
mclient-t-s.stable.out
Log Message:
updated test and stable output:
mclient now sends the "Timer" information to stderr:
"
2010/04/13 - sjoerd: clients/src/mapiclient/MapiClient.mx,1.202
Once again print timer information to stderr.
If you want to combine timer information with the regular output, you
can do
mclient -t ... 2>&1
This works since the standard output is flushed before the timer
information is printed.
And if you only want timer information, you can do
mclient -t ... >/dev/null
"
Index: mclient-t-s.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/mclient-t-s.SQL.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mclient-t-s.SQL.py 15 Nov 2009 23:00:22 -0000 1.2
+++ mclient-t-s.SQL.py 14 Apr 2010 07:43:36 -0000 1.3
@@ -8,6 +8,6 @@
sys.stdout.write(out)
sys.stderr.write(err)
-sys.stdout.write('#~BeginVariableOutput~#\n')
+sys.stderr.write('#~BeginVariableOutput~#\n')
client(['-t', '-s', 'select 123;'])
-sys.stdout.write('#~EndVariableOutput~#\n')
+sys.stderr.write('#~EndVariableOutput~#\n')
Index: mclient-t-s.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/mclient-t-s.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mclient-t-s.stable.out 15 Nov 2009 23:00:35 -0000 1.2
+++ mclient-t-s.stable.out 14 Apr 2010 07:43:36 -0000 1.3
@@ -26,14 +26,11 @@
# 19:27:54 > /usr/bin/python mclient-t-s.SQL.py mclient-t-s
# 19:27:54 >
-#~BeginVariableOutput~#
% . # table_name
% single_value # name
% tinyint # type
% 3 # length
[ 123 ]
-Timer 1.628 msec
-#~EndVariableOutput~#
# 19:27:54 >
# 19:27:54 > Done.
Index: mclient-t-s.stable.err
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/mclient-t-s.stable.err,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mclient-t-s.stable.err 15 Nov 2009 23:00:27 -0000 1.2
+++ mclient-t-s.stable.err 14 Apr 2010 07:43:36 -0000 1.3
@@ -76,6 +76,9 @@
# 19:27:54 > /usr/bin/python mclient-t-s.SQL.py mclient-t-s
# 19:27:54 >
+#~BeginVariableOutput~#
+Timer 1.683 msec
+#~EndVariableOutput~#
# 19:27:54 >
# 19:27:54 > Done.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins