Changeset: 25ca77d7003a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25ca77d7003a
Removed Files:
        sql/test/Users/Tests/copyinto.stable.err
        sql/test/Users/Tests/copyinto.stable.out
Branch: mtest
Log Message:

remove out and err files for copyinto


diffs (90 lines):

diff --git a/sql/test/Users/Tests/copyinto.stable.err 
b/sql/test/Users/Tests/copyinto.stable.err
deleted file mode 100644
--- a/sql/test/Users/Tests/copyinto.stable.err
+++ /dev/null
@@ -1,16 +0,0 @@
-stderr of test 'copyinto` in directory 'sql/test/Users` itself:
-
-
-# 19:39:23 >  
-# 19:39:23 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=30584" "--set" 
"mapi_usock=/var/tmp/mtest-23549/.s.monetdb.30584" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/home/niels/scratch/monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_Users"
 "--set" "mal_listing=0" "--set" "embedded_r=yes"
-# 19:39:23 >  
-
-MAPI  = (copyuser) /var/tmp/mtest-236553/.s.monetdb.37944
-QUERY = COPY 5 RECORDS INTO region from r'$DATADIR/region.tbl' USING 
DELIMITERS '|', E'|\n';
-ERROR = !COPY INTO: insufficient privileges: COPY INTO from file(s) requires 
database administrator rights, use 'COPY INTO "region" FROM file ON CLIENT' 
instead
-CODE  = 42000
-
-# 19:39:24 >  
-# 19:39:24 >  "Done."
-# 19:39:24 >  
-
diff --git a/sql/test/Users/Tests/copyinto.stable.out 
b/sql/test/Users/Tests/copyinto.stable.out
deleted file mode 100644
--- a/sql/test/Users/Tests/copyinto.stable.out
+++ /dev/null
@@ -1,64 +0,0 @@
-stdout of test 'copyinto` in directory 'sql/test/Users` itself:
-
-
-# 19:39:23 >  
-# 19:39:23 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=30584" "--set" 
"mapi_usock=/var/tmp/mtest-23549/.s.monetdb.30584" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/home/niels/scratch/monetdb/Linux-x86_64/var/MonetDB/mTests_sql_test_Users"
 "--set" "mal_listing=0" "--set" "embedded_r=yes"
-# 19:39:23 >  
-
-# MonetDB 5 server v11.22.0
-# This is an unreleased version
-# Serving database 'mTests_sql_test_Users', using 4 threads
-# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs and 128bit 
integers dynamically linked
-# Found 7.333 GiB available main-memory.
-# Copyright (c) 1993-July 2008 CWI.
-# Copyright (c) August 2008-2015 MonetDB B.V., all rights reserved
-# Visit http://www.monetdb.org/ for further information
-# Listening for connection requests on mapi:monetdb://localhost.nes.nl:30584/
-# Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-23549/.s.monetdb.30584
-# MonetDB/GIS module loaded
-# Start processing logs sql/sql_logs version 52200
-# Start reading the write-ahead log 'sql_logs/sql/log.22'
-# Finished reading the write-ahead log 'sql_logs/sql/log.22'
-# Finished processing logs sql/sql_logs
-# MonetDB/SQL module loaded
-# MonetDB/R   module loaded
-
-
-# 19:39:23 >  
-# 19:39:23 >  "/usr/bin/python2" "copyinto.SQL.py" "copyinto"
-# 19:39:23 >  
-
-#CREATE TABLE REGION ( R_REGIONKEY INTEGER NOT NULL, R_NAME CHAR(25) NOT NULL, 
R_COMMENT VARCHAR(152));COPY 5 RECORDS INTO region from 
'/home/niels/data/MonetDB/sql/benchmarks/tpch/SF-0.01//region.tbl' USING 
DELIMITERS '|', '|
-#';select count(*) from region;CREATE USER copyuser WITH PASSWORD 'copyuser' 
name 'copyuser' schema sys;GRANT INSERT, SELECT on region to copyuser;
-#CREATE TABLE REGION ( R_REGIONKEY INTEGER NOT NULL, R_NAME CHAR(25) NOT NULL, 
R_COMMENT VARCHAR(152));COPY 5 RECORDS INTO region from 
'/home/niels/data/MonetDB/sql/benchmarks/tpch/SF-0.01//region.tbl' USING 
DELIMITERS '|', '|
-#';select count(*) from region;CREATE USER copyuser WITH PASSWORD 'copyuser' 
name 'copyuser' schema sys;GRANT INSERT, SELECT on region to copyuser;
-[ 5    ]
-#select count(*) from region;
-% .%1 # table_name
-% %1 # name
-% bigint # type
-% 1 # length
-[ 5    ]
-#CREATE USER copyuser WITH PASSWORD 'copyuser' name 'copyuser' schema sys;
-#GRANT INSERT, SELECT on region to copyuser;
-#select count(*) from region;
-% .%1 # table_name
-% %1 # name
-% bigint # type
-% 1 # length
-[ 5    ]
-#GRANT COPY FROM to copyuser;
-#COPY 5 RECORDS INTO region from 
'/home/niels/data/MonetDB/sql/benchmarks/tpch/SF-0.01//region.tbl' USING 
DELIMITERS '|', '|
-#';select count(*) from region;
-[ 5    ]
-#select count(*) from region;
-% .%1 # table_name
-% %1 # name
-% bigint # type
-% 2 # length
-[ 10   ]
-
-# 19:39:24 >  
-# 19:39:24 >  "Done."
-# 19:39:24 >  
-
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to