Re: [Monetdb-developers] Tests for XQuery admin GUI (-functionality)

2008-06-18 Thread Ying Zhang
Hi Stefan, There are no tests yet for the functionalities of the admin GUI and I agree that there is an urgent need to add them. One that can be easily done is adding tests containing XQuery queries that call the admin functions over XRPC. This way, it is slightly easier to know in which pa

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/modules/mal batxml.mx, , 1.25, 1.26 clients.mx, , 1.75, 1.76 mal_init.mx, , 1.131, 1.132 tablet.mx, , 1.121, 1.122 txtsim.mx, , 1.4, 1.5

2008-06-18 Thread Romulo Goncalves
Martin Kersten wrote: > Update of /cvsroot/monetdb/MonetDB5/src/modules/mal > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26834/mal > > Modified Files: > batxml.mx clients.mx mal_init.mx tablet.mx txtsim.mx > Log Message: > Just move comments out of the way so they don't end up i

[Monetdb-developers] Tests for XQuery admin GUI (-functionality)

2008-06-18 Thread Stefan Manegold
Peter, Jennie, we should consider adding tests (or identifying them clearly if they already exist) that mimic the functionality required by the XQuery admin GUI. If you could provide me with input what is required and needs to be tested, I could help designing/implementing the actual tests. Plea

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime pathfinder.mx, , 1.421, 1.422 pf_support.mx, , 1.301, 1.302

2008-06-18 Thread Stefan Manegold
On Wed, Jun 18, 2008 at 10:25:41AM +0200, Peter Boncz wrote: > Stefan, > > The pre-parser still uses MPS. It loads and caches modules. When it sees a > query that is just a function call with simle atomic parameters, it uses the > fast-path (i.e. execute a precompiled MIL tree). XRPC always enters

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime pathfinder.mx, , 1.421, 1.422 pf_support.mx, , 1.301, 1.302

2008-06-18 Thread Peter Boncz
Stefan, The pre-parser still uses MPS. It loads and caches modules. When it sees a query that is just a function call with simle atomic parameters, it uses the fast-path (i.e. execute a precompiled MIL tree). XRPC always enters on the fast-path. If the query is of any other form, it is fully reco

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime pathfinder.mx, , 1.421, 1.422 pf_support.mx, , 1.301, 1.302

2008-06-18 Thread Stefan Manegold
On Tue, Jun 17, 2008 at 05:07:29PM +, Peter Boncz wrote: > Update of /cvsroot/monetdb/pathfinder/runtime > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2937 > > Modified Files: > pathfinder.mx pf_support.mx > Log Message: > - BUG 1995879: only use algebra for normal queries >