Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27922/pathfinder/tests/BugTracker/Tests

Added Files:
        JDBC_250_results.SF-1730556.XQUERY.sh 
        noroot.SF-1452237.XQUERY.sh 
Removed Files:
        JDBC_250_results.SF-1730556.XQUERY noroot.SF-1452237.XQUERY 
Log Message:

- To prepare for (arbitrary-)executable tests that expect a MAL server to be 
started by Mtest.py,
  we rename the (arbitrary-)executable tests that expect a MIL server to be 
started by Mtest.py
  from
        <tst>.MAPI(|.(bat|cmd|exe|com|py))
  to
        <tst>.MIL(|.(bat|cmd|exe|com|py))


- To avoid naming-conflicts between (arbitrary-)executable (Unix-) tests
        <tst>.(MIL|MAL|SQL)
  and "normal" MIL/MAL/SQL tests
        <tst>.(mil|mal|sql)
  on case-insensitive file systems,
  we now require an explicite ".sh" extension for the former, i.e.,
        <tst>.(MIL|MAL|SQL|XQUERY).sh
  which also better aligns them with there Windows pendants
        <tst>.(MIL|MAL|SQL|XQUERY).bat

  To limit the required renaming-orgie, we still allow
  (arbitrary) executable tests that do not require any server
  to be named only by there name (on Unix), and keep the ".sh"
  extension optional in these cases:
  Windows: <tst>.(bat|cmd|exe|com)
  Unix:    <tst>[.sh]


--- NEW FILE: noroot.SF-1452237.XQUERY.sh ---
echo 1 | $XQUERY_CLIENT -o xml-noroot

--- JDBC_250_results.SF-1730556.XQUERY DELETED ---

--- noroot.SF-1452237.XQUERY DELETED ---

--- NEW FILE: JDBC_250_results.SF-1730556.XQUERY.sh ---
#!/bin/bash

pdd="`monetdb-clients-config --pkgdatadir`"
JAR="$pdd/lib/jdbcclient.jar"

cat << EOF > .monetdb
user=monetdb
password=monetdb
EOF

LC_CTYPE="en_US.UTF-8"
export LC_CTYPE

Mlog -x "java -jar \"$JAR\" -h $HOST -p $MAPIPORT -d $TSTDB -l xquery -f 
$TST.250.xq"

Mlog -x "java -jar \"$JAR\" -h $HOST -p $MAPIPORT -d $TSTDB -l xquery -f 
$TST.251.xq"

rm -f .monetdb


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to