Update of /cvsroot/monetdb/sql/src/test/BugConstraints/Tests
In directory sc8-pr-cvs16:/tmp/cvs-serv16112/Tests

Modified Files:
        All 
Added Files:
        check_constraint.SF-1714829.sql.src 
        check_constraint.SF-1714829.stable.err 
        check_constraint.SF-1714829.stable.out 
Log Message:
Rename test to indicate from where it came (SF bug report).
Approve test


--- NEW FILE: check_constraint.SF-1714829.stable.out ---
stdout of test 'check_constraint.SF-1714829` in directory 
'src/test/BugConstraints` itself:


# 18:38:29 >  
# 18:38:29 >  Mtimeout -timeout 180 mserver5 
"--config=/ufs/goncalve/scratch/MonetDB/MonetDB5/etc/monetdb5.conf" --debug=10 
--set 
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/MonetDB5/lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/MonetDB5/lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/MonetDB5/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/dbfarm" 
--set "sql_logdir=/ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/sql_logs" 
--set 
"xquery_logdir=/ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/xquery_logs" 
--set mapi_port=33981 --set xrpc_port=46761 --set monet_prompt= --trace 
"--dbname=mTests_src_test_BugConstraints" --dbinit=' include sql;' ; echo ; 
echo Over..
# 18:38:29 >  

# MonetDB Server v5.0.0_beta2_1
# Copyright (c) 1993-2007 CWI, all rights reserved
# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked
# dbname:mTests_src_test_BugConstraints
# Visit http://monetdb.cwi.nl/ for further information

Ready.

Over..

# 18:38:29 >  
# 18:38:29 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=33981 
# 18:38:29 >  


# 18:38:29 >  
# 18:38:29 >  Done.
# 18:38:29 >  


Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugConstraints/Tests/All,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- All 8 May 2007 15:36:10 -0000       1.3
+++ All 8 May 2007 16:40:39 -0000       1.4
@@ -2,4 +2,4 @@
 delete_primarykey_1643845
 drop_column_1643542
 update_primarykey_1643375
-check
+check_constraint.SF-1714829

--- NEW FILE: check_constraint.SF-1714829.sql.src ---
$RELSRCDIR/../check_constraint.SF-1714829.sql

--- NEW FILE: check_constraint.SF-1714829.stable.err ---
stderr of test 'check_constraint.SF-1714829` in directory 
'src/test/BugConstraints` itself:


# 18:38:29 >  
# 18:38:29 >  Mtimeout -timeout 180 mserver5 
"--config=/ufs/goncalve/scratch/MonetDB/MonetDB5/etc/monetdb5.conf" --debug=10 
--set 
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/MonetDB5/lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/MonetDB5/lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/MonetDB5/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/dbfarm" 
--set "sql_logdir=/ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/sql_logs" 
--set 
"xquery_logdir=/ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/xquery_logs" 
--set mapi_port=33981 --set xrpc_port=46761 --set monet_prompt= --trace 
"--dbname=mTests_src_test_BugConstraints" --dbinit=' include sql;' ; echo ; 
echo Over..
# 18:38:29 >  

#warning: please don't forget to set your vault key!
#(see /ufs/goncalve/scratch/MonetDB/MonetDB5/etc/monetdb5.conf)

# 18:38:29 >  
# 18:38:29 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=33981 
# 18:38:29 >  

MAPI  = [EMAIL PROTECTED]:33981
QUERY = create table t1 (id int CHECK (f1() = 1));
ERROR = !syntax error, unexpected CHECK, expecting ',' or ')' in: "create table 
t1 (id int check"
MAPI  = [EMAIL PROTECTED]:33981
QUERY = drop table t1;
ERROR = !DROP TABLE: no such table 't1'

# 18:38:29 >  
# 18:38:29 >  Done.
# 18:38:29 >  



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to