Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv11496/pathfinder/tests/BugTracker/Tests
Modified Files:
update-with-timing.SF-2852928.XQUERY.py
update-with-timing.SF-2852928.stable.err
update-with-timing.SF-2852928.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: update-with-timing.SF-2852928.stable.err
===================================================================
RCS file:
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/update-with-timing.SF-2852928.stable.err,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- update-with-timing.SF-2852928.stable.err 14 Apr 2010 07:59:57 -0000
1.3
+++ update-with-timing.SF-2852928.stable.err 15 Apr 2010 11:10:17 -0000
1.4
@@ -11,6 +11,10 @@
# 11:40:58 >
#~BeginVariableOutput~#
+Trans 18.834 msec
+Shred 13.006 msec
+Query 15.582 msec
+Print 24.157 msec
Timer 83.995 msec
#~EndVariableOutput~#
Index: update-with-timing.SF-2852928.stable.out
===================================================================
RCS file:
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/update-with-timing.SF-2852928.stable.out,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- update-with-timing.SF-2852928.stable.out 14 Apr 2010 07:59:57 -0000
1.4
+++ update-with-timing.SF-2852928.stable.out 15 Apr 2010 11:10:17 -0000
1.5
@@ -26,13 +26,6 @@
# 11:40:58 > /usr/bin/python update-with-timing.SF-2852928.XQUERY.py
update-with-timing.SF-2852928
# 11:40:58 >
-#~BeginVariableOutput~#
-
-Trans 18.834 msec
-Shred 13.006 msec
-Query 15.582 msec
-Print 24.157 msec
-#~EndVariableOutput~#
<?xml version="1.0" encoding="utf-8"?>
<XQueryResult><hello lang="en" x="y">
<foo>text of node foo<bar>text of node bar</bar></foo>
Index: update-with-timing.SF-2852928.XQUERY.py
===================================================================
RCS file:
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/update-with-timing.SF-2852928.XQUERY.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- update-with-timing.SF-2852928.XQUERY.py 14 Apr 2010 07:59:57 -0000
1.5
+++ update-with-timing.SF-2852928.XQUERY.py 15 Apr 2010 11:10:17 -0000
1.6
@@ -26,12 +26,10 @@
['--input=hello-SF.2852928.xml',
'--collection=hello-SF.2852928.xml,10'],
hellodoc)
- sys.stdout.write('#~BeginVariableOutput~#\n')
sys.stderr.write('#~BeginVariableOutput~#\n')
client('xquery',
['-t',
'-s', 'do insert <a/> into doc("hello-SF.2852928.xml")/hello'])
- sys.stdout.write('#~EndVariableOutput~#\n')
sys.stderr.write('#~EndVariableOutput~#\n')
client('xquery', ['-s', 'doc("hello-SF.2852928.xml")'])
client('xquery', ['-s', 'pf:del-doc("hello-SF.2852928.xml")'])
------------------------------------------------------------------------------
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