Update of /cvsroot/monetdb/pathfinder/src/tools/Tests
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv28899/pathfinder/src/tools/Tests

Modified Files:
        mclient-t-s.XQUERY.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.XQUERY.py
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/tools/Tests/mclient-t-s.XQUERY.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mclient-t-s.XQUERY.py       15 Nov 2009 23:01:16 -0000      1.2
+++ mclient-t-s.XQUERY.py       14 Apr 2010 07:43:36 -0000      1.3
@@ -9,5 +9,7 @@
     sys.stderr.write(err)
 
 sys.stdout.write('#~BeginVariableOutput~#\n')
+sys.stderr.write('#~BeginVariableOutput~#\n')
 client(['-t', '-s', '(123)'])
 sys.stdout.write('#~EndVariableOutput~#\n')
+sys.stderr.write('#~EndVariableOutput~#\n')

Index: mclient-t-s.stable.out
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/tools/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:01:25 -0000      1.2
+++ mclient-t-s.stable.out      14 Apr 2010 07:43:36 -0000      1.3
@@ -35,10 +35,9 @@
 Shred       0.000 msec
 Query       4.852 msec
 Print       0.370 msec
-Timer      11.916 msec 
 #~EndVariableOutput~#
 
-# 15:31:23 >  
-# 15:31:23 >  Done.
-# 15:31:23 >  
+# 09:34:08 >  
+# 09:34:08 >  Done.
+# 09:34:08 >  
 

Index: mclient-t-s.stable.err
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/tools/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:01:20 -0000      1.2
+++ mclient-t-s.stable.err      14 Apr 2010 07:43:36 -0000      1.3
@@ -10,6 +10,9 @@
 # 15:31:23 >  /usr/bin/python mclient-t-s.XQUERY.py mclient-t-s 
 # 15:31:23 >  
 
+#~BeginVariableOutput~#
+Timer      13.835 msec 
+#~EndVariableOutput~#
 
 # 15:31:23 >  
 # 15:31:23 >  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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to