Changeset: e89e428c7ad5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e89e428c7ad5
Removed Files:
        perltests/monetdb5/modules/mal/Tests/All
        perltests/monetdb5/modules/mal/Tests/set_n.sh
        perltests/monetdb5/modules/mal/Tests/set_tuples.sh
        perltests/sql/test/BugTracker-2011/Tests/All
        perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat
        perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh
        perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl
        
perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.err
        
perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.out
        
perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.bat
        
perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.sh
        perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.pl
        
perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.stable.err
        
perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.stable.out
        
perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.timeout
        
perltests/sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.SQL.bat
        perltests/sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.SQL.sh
        perltests/sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.pl
        
perltests/sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.stable.err
        
perltests/sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.stable.out
        
perltests/sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.timeout
        perltests/sql/test/BugTracker-2013/Tests/All
        perltests/sql/test/BugTracker-2013/Tests/perl-undef-0.Bug-3235.SQL.bat
        perltests/sql/test/BugTracker-2013/Tests/perl-undef-0.Bug-3235.SQL.sh
        perltests/sql/test/BugTracker-2013/Tests/perl-undef-0.Bug-3235.pl
        
perltests/sql/test/BugTracker-2013/Tests/perl-undef-0.Bug-3235.stable.err
        
perltests/sql/test/BugTracker-2013/Tests/perl-undef-0.Bug-3235.stable.out
        perltests/sql/test/BugTracker/Tests/All
        perltests/sql/test/BugTracker/Tests/like_perl.SF-1907051.sql
        perltests/sql/test/BugTracker/Tests/like_perl.SF-1907051.stable.err
        perltests/sql/test/BugTracker/Tests/like_perl.SF-1907051.stable.out
        perltests/sql/test/BugTracker/Tests/like_perl.SF-1907051.test
        perltests/sql/test/mapi/Tests/All
        perltests/sql/test/mapi/Tests/perl_dbi.SQL.bat
        perltests/sql/test/mapi/Tests/perl_dbi.SQL.sh
        perltests/sql/test/mapi/Tests/perl_dbi.stable.err
        perltests/sql/test/mapi/Tests/perl_dbi.stable.out
        perltests/sql/test/mapi/Tests/perl_dec38.SQL.bat
        perltests/sql/test/mapi/Tests/perl_dec38.SQL.sh
        perltests/sql/test/mapi/Tests/perl_dec38.pl
        perltests/sql/test/mapi/Tests/perl_dec38.stable.err
        perltests/sql/test/mapi/Tests/perl_dec38.stable.out.int128
        perltests/sql/test/mapi/Tests/perl_int128.SQL.bat
        perltests/sql/test/mapi/Tests/perl_int128.SQL.sh
        perltests/sql/test/mapi/Tests/perl_int128.pl
        perltests/sql/test/mapi/Tests/perl_int128.stable.err
        perltests/sql/test/mapi/Tests/perl_int128.stable.out.int128
Branch: mtest
Log Message:

Remove the perl-based tests


diffs (truncated from 1499 to 300 lines):

diff --git a/perltests/monetdb5/modules/mal/Tests/All 
b/perltests/monetdb5/modules/mal/Tests/All
deleted file mode 100644
--- a/perltests/monetdb5/modules/mal/Tests/All
+++ /dev/null
@@ -1,2 +0,0 @@
-HAVE_PERL?set_n
-HAVE_PERL?set_tuples
diff --git a/perltests/monetdb5/modules/mal/Tests/set_n.sh 
b/perltests/monetdb5/modules/mal/Tests/set_n.sh
deleted file mode 100755
--- a/perltests/monetdb5/modules/mal/Tests/set_n.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ ! "$1" ] ; then
-       echo "Usage: $0 <n>" 2>&1
-       exit 1
-fi
-
-perl -i -p -e 's|^n:=[0-9]+;$|n:='"$1"';|' fastcrack_*.mal
-grep '^n:=' fastcrack_*.mal
diff --git a/perltests/monetdb5/modules/mal/Tests/set_tuples.sh 
b/perltests/monetdb5/modules/mal/Tests/set_tuples.sh
deleted file mode 100755
--- a/perltests/monetdb5/modules/mal/Tests/set_tuples.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ ! "$1" ] ; then
-       echo "Usage: $0 <#tuples>" 2>&1
-       exit 1
-fi
-
-perl -i -p -e 's|^tuples:=[0-9]+;$|tuples:='"$1"';|' fastcrack_*.mal
-grep '^tuples:=' fastcrack_*.mal
diff --git a/perltests/sql/test/BugTracker-2011/Tests/All 
b/perltests/sql/test/BugTracker-2011/Tests/All
deleted file mode 100644
--- a/perltests/sql/test/BugTracker-2011/Tests/All
+++ /dev/null
@@ -1,3 +0,0 @@
-HAVE_PERL?DBD-manyrows.Bug-2889
-HAVE_PERL?perl-short-read-bug.Bug-2897
-HAVE_PERL?perl-table_info.Bug-2885
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat 
b/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat
deleted file mode 100755
--- a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-@echo off
-
-prompt # $t $g  
-echo on
-
-perl "%TSTSRCDIR%\DBD-manyrows.Bug-2889.pl" %MAPIPORT% %TSTDB%
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh 
b/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh
deleted file mode 100755
--- a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-Mlog -x "perl $TSTSRCDIR/DBD-manyrows.Bug-2889.pl $MAPIPORT $TSTDB"
diff --git a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl 
b/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl
deleted file mode 100755
--- a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl
+++ /dev/null
@@ -1,59 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0.  If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V.
-
-#/usr/bin/env perl
-
-use strict;
-use warnings;
-
-$|++;
-
-use DBI();
-
-my $dsn = "dbi:monetdb:database=$ARGV[1];host=localhost;port=$ARGV[0]";
-my $dbh = DBI->connect(
-    $dsn, 'monetdb', 'monetdb'
-);
-
-my $query = qq{
-SELECT
-    *
-FROM
-    functions
-UNION ALL
-SELECT
-    *
-FROM
-    functions
-UNION ALL
-SELECT
-    *
-FROM
-    functions
-UNION ALL
-SELECT
-    *
-FROM
-    functions
-UNION ALL
-SELECT
-    *
-FROM
-    functions
-;
-};
-
-my $sth = $dbh->prepare($query);
-$sth->execute;
-
-# Here we tell DBI to fetch at most 1000 lines (out of ~5000 available)
-my $r = $sth->fetchall_arrayref(undef, 1000);
-
-# Print "200 rows" in my case, should print "1000 rows"
-print scalar(@{$r}) . " rows\n";
-
-$dbh->disconnect();
-
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.err 
b/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.err
deleted file mode 100644
--- a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.err
+++ /dev/null
@@ -1,42 +0,0 @@
-stderr of test 'DBD-manyrows.Bug-2889` in directory 'sql/test/BugTracker-2011` 
itself:
-
-
-# 16:17:35 >  
-# 16:17:35 >   mserver5  --debug=10 --set gdk_nr_threads=0  --set 
"gdk_dbfarm=/net/volund.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-Aug2011-volund.ins.cwi.nl/sql/dbfarm"
 --set mapi_open=true --set mapi_port=39984 --set monet_prompt= --trace 
--forcemito --set mal_listing=2  "--dbname=mTests_test_BugTracker-2011" --set 
mal_listing=0 ; echo ; echo Over..
-# 16:17:35 >  
-
-# builtin opt  gdk_dbname = demo
-# builtin opt  gdk_dbfarm = 
/ufs/fabian/scratch/monetdb/Aug2011/program-x86_64/var/lib/monetdb5/dbfarm
-# builtin opt  gdk_debug = 0
-# builtin opt  gdk_alloc_map = no
-# builtin opt  gdk_vmtrim = yes
-# builtin opt  monet_prompt = >
-# builtin opt  monet_daemon = no
-# builtin opt  mapi_port = 50000
-# builtin opt  mapi_open = false
-# builtin opt  mapi_autosense = false
-# builtin opt  sql_optimizer = default_pipe
-# builtin opt  sql_debug = 0
-# cmdline opt  gdk_nr_threads = 0
-# cmdline opt  gdk_dbfarm = 
/net/volund.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-Aug2011-volund.ins.cwi.nl/sql/dbfarm
-# cmdline opt  mapi_open = true
-# cmdline opt  mapi_port = 39984
-# cmdline opt  monet_prompt = 
-# cmdline opt  mal_listing = 2
-# cmdline opt  gdk_dbname = mTests_test_BugTracker-2011
-# cmdline opt  mal_listing = 0
-
-# 16:17:35 >  
-# 16:17:35 >  ./DBD-manyrows.Bug-2889.SQL.sh DBD-manyrows.Bug-2889 
-# 16:17:35 >  
-
-
-# 16:17:35 >  
-# 16:17:35 >  DBD-bug-2889.pl 39984 mTests_test_BugTracker-2011
-# 16:17:35 >  
-
-
-# 16:17:38 >  
-# 16:17:38 >  Done.
-# 16:17:38 >  
-
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.out 
b/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.out
deleted file mode 100644
--- a/perltests/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.stable.out
+++ /dev/null
@@ -1,56 +0,0 @@
-stdout of test 'DBD-manyrows.Bug-2889` in directory 'sql/test/BugTracker-2011` 
itself:
-
-
-# 16:17:35 >  
-# 16:17:35 >   mserver5  --debug=10 --set gdk_nr_threads=0  --set 
"gdk_dbfarm=/net/volund.ins.cwi.nl/export/scratch0/fabian/vtmp/mtest-Aug2011-volund.ins.cwi.nl/sql/dbfarm"
 --set mapi_open=true --set mapi_port=39984 --set monet_prompt= --trace 
--forcemito --set mal_listing=2  "--dbname=mTests_test_BugTracker-2011" --set 
mal_listing=0 ; echo ; echo Over..
-# 16:17:35 >  
-
-# MonetDB 5 server v11.5.2 "Aug2011-51ef304025ea"
-# Serving database 'mTests_test_BugTracker-2011', using 4 threads
-# Compiled for x86_64-pc-linux-gnu/64bit with 64bit OIDs dynamically linked
-# Found 7.749 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://volund.ins.cwi.nl:39984/
-# MonetDB/GIS module loaded
-# MonetDB/SQL module loaded
-# SQLException:mvc:SQL module not initialized
-
-# SQL catalog created, loading sql scripts once
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/10_math.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/11_times.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/12_url.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/13_date.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/14_inet.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/15_history.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/16_tracelog.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/17_compress.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/18_dictionary.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/19_cluster.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/20_vacuum.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/21_dependency_functions.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/22_clients.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/23_skyserver.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/24_zorder.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/25_debug.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/40_geom.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/80_udf.sql
-# SQL loading sql scripts 
/net/volund.ins.cwi.nl/export/scratch1/fabian/monetdb/Aug2011/program-x86_64/lib/monetdb5/createdb/99_system.sql
-
-
-# 16:17:35 >  
-# 16:17:35 >  ./DBD-manyrows.Bug-2889.SQL.sh DBD-manyrows.Bug-2889 
-# 16:17:35 >  
-
-
-# 16:17:35 >  
-# 16:17:35 >  DBD-bug-2889.pl 39984 mTests_test_BugTracker-2011
-# 16:17:35 >  
-
-1000 rows
-
-# 16:17:38 >  
-# 16:17:38 >  Done.
-# 16:17:38 >  
-
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.bat 
b/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.bat
deleted file mode 100755
--- 
a/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-@echo off
-
-prompt # $t $g  
-echo on
-
-perl "%TSTSRCDIR%\perl-short-read-bug.Bug-2897.pl" %MAPIPORT% %TSTDB% %HOST%
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.sh 
b/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.sh
deleted file mode 100755
--- 
a/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.SQL.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-Mlog -x "perl $TSTSRCDIR/perl-short-read-bug.Bug-2897.pl $MAPIPORT $TSTDB 
$HOST"
diff --git 
a/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.pl 
b/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.pl
deleted file mode 100644
--- a/perltests/sql/test/BugTracker-2011/Tests/perl-short-read-bug.Bug-2897.pl
+++ /dev/null
@@ -1,191 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-
-$|++;
-
-use DBI();
-
-my $dbh = DBI->connect(
-    "dbi:monetdb:host=$ARGV[2];port=$ARGV[0];database=$ARGV[1]", 'monetdb', 
'monetdb'
-);
-
-my $query = qq{
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
-SELECT * FROM tables
-UNION ALL
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to