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

Modified Files:
        mclient-t-s.XQUERY.py mclient-t-s.stable.err 
        mclient-t-s.stable.out 
Log Message:

Since mclient now sends it's global wall-clock timing ("Timer") to stderr,
we now also have mclient send the break-down timing information of PF/XQuery
("Trans","Shred","Query","Print","Update") to sdterr.

Updates tests an stable output accordingly.

Thanks go to Sjoerd for the idea and the initial implementation!


Index: mclient-t-s.XQUERY.py
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/tools/Tests/mclient-t-s.XQUERY.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mclient-t-s.XQUERY.py       14 Apr 2010 07:43:36 -0000      1.3
+++ mclient-t-s.XQUERY.py       15 Apr 2010 11:10:17 -0000      1.4
@@ -8,8 +8,6 @@
     sys.stdout.write(out)
     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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mclient-t-s.stable.out      14 Apr 2010 07:43:36 -0000      1.3
+++ mclient-t-s.stable.out      15 Apr 2010 11:10:17 -0000      1.4
@@ -27,16 +27,9 @@
 # 15:31:23 >  /usr/bin/python mclient-t-s.XQUERY.py mclient-t-s 
 # 15:31:23 >  
 
-#~BeginVariableOutput~#
 <?xml version="1.0" encoding="utf-8"?>
 <XQueryResult>123</XQueryResult>
 
-Trans       2.823 msec
-Shred       0.000 msec
-Query       4.852 msec
-Print       0.370 msec
-#~EndVariableOutput~#
-
 # 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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mclient-t-s.stable.err      14 Apr 2010 07:43:36 -0000      1.3
+++ mclient-t-s.stable.err      15 Apr 2010 11:10:17 -0000      1.4
@@ -11,6 +11,10 @@
 # 15:31:23 >  
 
 #~BeginVariableOutput~#
+Trans       2.823 msec
+Shred       0.000 msec
+Query       4.852 msec
+Print       0.370 msec
 Timer      13.835 msec 
 #~EndVariableOutput~#
 


------------------------------------------------------------------------------
Download Intel&#174; 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