Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10785/tests/BugTracker/Tests

Added Files:
        slow_compilation.SF-2898944.sh 
Log Message:
propagated changes of Wednesday Nov 18 2009 - Thursday Nov 19 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/18 - stmane:
          tests/BugTracker/Tests/slow_compilation.SF-2898944.sh,1.1.2.1
  
  added test (compilation via pf, only) for
  ID: 2898944 "pf takes 'forever' (> 1 hour) to compile particular query"
  
https://sourceforge.net/tracker/?func=detail&aid=2898944&group_id=56967&atid=482468
  
  Seems to work fine, now;
  compiling both queries with both `pf -A` & `pf -M`
  takes less than 2 secs on my machine with a debug build.
  Set timeout to 6 secs.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: slow_compilation.SF-2898944.sh ---
#!/usr/bin/env bash

q=slow_compilation.SF-2898944.q1.xq
p='pf -M'
echo "\"$p $q >/dev/null\""
echo "\"$p $q >/dev/null\"" >&2
$p $q >/dev/null
p='pf -A'
echo "\"$p $q >/dev/null\""
echo "\"$p $q >/dev/null\"" >&2
$p $q >/dev/null

q=slow_compilation.SF-2898944.q2.xq
p='pf -M'
echo "\"$p $q >/dev/null\""
echo "\"$p $q >/dev/null\"" >&2
$p $q >/dev/null
p='pf -A'
echo "\"$p $q >/dev/null\""
echo "\"$p $q >/dev/null\"" >&2
$p $q >/dev/null


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to