Changeset: fc1f65c9c106 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fc1f65c9c106
Removed Files:
clients/mapiclient/Tests/All
clients/mapiclient/Tests/SingleServer
clients/mapiclient/Tests/mclient--help
clients/mapiclient/Tests/mclient--help.bat
clients/mapiclient/Tests/mclient--help.stable.err
clients/mapiclient/Tests/mclient--help.stable.err.Windows
clients/mapiclient/Tests/mclient--help.stable.out
clients/mapiclient/Tests/msqldump--help
clients/mapiclient/Tests/msqldump--help.bat
clients/mapiclient/Tests/msqldump--help.stable.err
clients/mapiclient/Tests/msqldump--help.stable.out
clients/mapiclient/Tests/stethoscope--help
clients/mapiclient/Tests/stethoscope--help.bat
clients/mapiclient/Tests/stethoscope--help.stable.err
clients/mapiclient/Tests/stethoscope--help.stable.out
Branch: mtest
Log Message:
Remove tests that are pretty useless.
They only test whether the --help argument hasn't changed.
diffs (truncated from 302 to 300 lines):
diff --git a/clients/mapiclient/Tests/All b/clients/mapiclient/Tests/All
deleted file mode 100644
--- a/clients/mapiclient/Tests/All
+++ /dev/null
@@ -1,3 +0,0 @@
-mclient--help
-msqldump--help
-stethoscope--help
diff --git a/clients/mapiclient/Tests/SingleServer
b/clients/mapiclient/Tests/SingleServer
deleted file mode 100644
diff --git a/clients/mapiclient/Tests/mclient--help
b/clients/mapiclient/Tests/mclient--help
deleted file mode 100755
--- a/clients/mapiclient/Tests/mclient--help
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-Mlog -x mclient --help
diff --git a/clients/mapiclient/Tests/mclient--help.bat
b/clients/mapiclient/Tests/mclient--help.bat
deleted file mode 100755
--- a/clients/mapiclient/Tests/mclient--help.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@echo on
-@prompt # $t $g
-
- mclient --help
diff --git a/clients/mapiclient/Tests/mclient--help.stable.err
b/clients/mapiclient/Tests/mclient--help.stable.err
deleted file mode 100644
--- a/clients/mapiclient/Tests/mclient--help.stable.err
+++ /dev/null
@@ -1,48 +0,0 @@
-stderr of test 'mclient--help` in directory 'clients/mapiclient` itself:
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 300 ./mclient--help mclient--help
-# 16:36:12 >
-
-
-# 13:46:19 >
-# 13:46:19 > Mtimeout -timeout 60 mclient --help
-# 13:46:19 >
-
-Usage: mclient [ options ] [ file or database [ file ... ] ]
-
-Options are:
- -h hostname | --host=hostname host or UNIX domain socket to connect to
- -p portnr | --port=portnr port to connect to
- -u user | --user=user user id
- -d database | --database=database database to connect to (may be URI)
- -e | --echo echo the query
- -E charset | --encoding=charset specify encoding (character set) of the
terminal
- -f kind | --format=kind specify output format
{csv,tab,raw,sql,xml,trash,rowcount}
- -H | --history load/save cmdline history (default off)
- -i | --interactive interpret `\' commands on stdin
- -t | --timer=format use time formatting {none,clock,performance}
(none is default)
- -l language | --language=lang {sql,mal}
- -L logfile | --log=logfile save client/server interaction
- -s stmt | --statement=stmt run single statement
- -X | --Xdebug trace mapi network interaction
- -z | --timezone do not tell server our timezone
- -| cmd | --pager=cmd for pagination
- -v | --version show version information and exit
- -? | --help show this usage message
-
-SQL specific opions
- -n nullstr | --null=nullstr change NULL representation for sql, csv and
tab output modes
- -a | --autocommit turn off autocommit mode
- -R | --allow-remote allow remote content
- -r nr | --rows=nr for pagination
- -w nr | --width=nr for pagination
- -D | --dump create an SQL dump
- -N | --inserts use INSERT INTO statements when dumping
-The file argument can be - for stdin
-
-# 18:57:57 >
-# 18:57:57 > Done.
-# 18:57:57 >
-
diff --git a/clients/mapiclient/Tests/mclient--help.stable.err.Windows
b/clients/mapiclient/Tests/mclient--help.stable.err.Windows
deleted file mode 100644
--- a/clients/mapiclient/Tests/mclient--help.stable.err.Windows
+++ /dev/null
@@ -1,47 +0,0 @@
-stderr of test 'mclient--help` in directory 'clients/mapiclient` itself:
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 300 ./mclient--help mclient--help
-# 16:36:12 >
-
-
-# 13:46:19 >
-# 13:46:19 > Mtimeout -timeout 60 mclient --help
-# 13:46:19 >
-
-Usage: mclient [ options ] [ file or database [ file ... ] ]
-
-Options are:
- -h hostname | --host=hostname host to connect to
- -p portnr | --port=portnr port to connect to
- -u user | --user=user user id
- -d database | --database=database database to connect to (may be URI)
- -e | --echo echo the query
- -E charset | --encoding=charset specify encoding (character set) of the
terminal
- -f kind | --format=kind specify output format
{csv,tab,raw,sql,xml,trash,rowcount}
- -H | --history load/save cmdline history (default off)
- -i | --interactive interpret `\' commands on stdin
- -t | --timer=format use time formatting {none,clock,performance}
(none is default)
- -l language | --language=lang {sql,mal}
- -L logfile | --log=logfile save client/server interaction
- -s stmt | --statement=stmt run single statement
- -X | --Xdebug trace mapi network interaction
- -z | --timezone do not tell server our timezone
- -v | --version show version information and exit
- -? | --help show this usage message
-
-SQL specific opions
- -n nullstr | --null=nullstr change NULL representation for sql, csv and
tab output modes
- -a | --autocommit turn off autocommit mode
- -R | --allow-remote allow remote content
- -r nr | --rows=nr for pagination
- -w nr | --width=nr for pagination
- -D | --dump create an SQL dump
- -N | --inserts use INSERT INTO statements when dumping
-The file argument can be - for stdin
-
-# 18:57:57 >
-# 18:57:57 > Done.
-# 18:57:57 >
-
diff --git a/clients/mapiclient/Tests/mclient--help.stable.out
b/clients/mapiclient/Tests/mclient--help.stable.out
deleted file mode 100644
--- a/clients/mapiclient/Tests/mclient--help.stable.out
+++ /dev/null
@@ -1,17 +0,0 @@
-stdout of test 'mclient--help` in directory 'clients/mapiclient` itself:
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 300 ./mclient--help mclient--help
-# 16:36:12 >
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 60 mclient --help
-# 16:36:12 >
-
-
-# 16:36:12 >
-# 16:36:12 > Done.
-# 16:36:12 >
-
diff --git a/clients/mapiclient/Tests/msqldump--help
b/clients/mapiclient/Tests/msqldump--help
deleted file mode 100755
--- a/clients/mapiclient/Tests/msqldump--help
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-Mlog -x msqldump --help
diff --git a/clients/mapiclient/Tests/msqldump--help.bat
b/clients/mapiclient/Tests/msqldump--help.bat
deleted file mode 100755
--- a/clients/mapiclient/Tests/msqldump--help.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@echo on
-@prompt # $t $g
-
- msqldump --help
diff --git a/clients/mapiclient/Tests/msqldump--help.stable.err
b/clients/mapiclient/Tests/msqldump--help.stable.err
deleted file mode 100644
--- a/clients/mapiclient/Tests/msqldump--help.stable.err
+++ /dev/null
@@ -1,33 +0,0 @@
-stderr of test 'msqldump--help` in directory 'clients/mapiclient` itself:
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 300 ./msqldump--help msqldump--help
-# 16:36:12 >
-
-
-# 09:38:34 >
-# 09:38:34 > Mtimeout -timeout 60 msqldump --help
-# 09:38:34 >
-
-Usage: msqldump [ options ] [ dbname ]
-
-Options are:
- -h hostname | --host=hostname host to connect to
- -p portnr | --port=portnr port to connect to
- -u user | --user=user user id
- -d database | --database=database database to connect to
- -f | --functions dump functions
- -t table | --table=table dump a database table
- -D | --describe describe database
- -N | --inserts use INSERT INTO statements
- -e | --noescape use NO ESCAPE
- -q | --quiet don't print welcome message
- -X | --Xdebug trace mapi network interaction
- -? | --help show this usage message
---functions and --table are mutually exclusive
-
-# 20:47:38 >
-# 20:47:38 > Done.
-# 20:47:38 >
-
diff --git a/clients/mapiclient/Tests/msqldump--help.stable.out
b/clients/mapiclient/Tests/msqldump--help.stable.out
deleted file mode 100644
--- a/clients/mapiclient/Tests/msqldump--help.stable.out
+++ /dev/null
@@ -1,17 +0,0 @@
-stdout of test 'msqldump--help` in directory 'clients/mapiclient` itself:
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 300 ./msqldump--help msqldump--help
-# 16:36:12 >
-
-
-# 16:36:12 >
-# 16:36:12 > Mtimeout -timeout 60 msqlsump --help
-# 16:36:12 >
-
-
-# 16:36:12 >
-# 16:36:12 > Done.
-# 16:36:12 >
-
diff --git a/clients/mapiclient/Tests/stethoscope--help
b/clients/mapiclient/Tests/stethoscope--help
deleted file mode 100755
--- a/clients/mapiclient/Tests/stethoscope--help
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-Mlog -x stethoscope --help
diff --git a/clients/mapiclient/Tests/stethoscope--help.bat
b/clients/mapiclient/Tests/stethoscope--help.bat
deleted file mode 100755
--- a/clients/mapiclient/Tests/stethoscope--help.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@echo on
-@prompt # $t $g
-
- stethoscope --help
diff --git a/clients/mapiclient/Tests/stethoscope--help.stable.err
b/clients/mapiclient/Tests/stethoscope--help.stable.err
deleted file mode 100644
--- a/clients/mapiclient/Tests/stethoscope--help.stable.err
+++ /dev/null
@@ -1,27 +0,0 @@
-stderr of test 'stethoscope--help` in directory 'clients/mapiclient` itself:
-
-
-# 17:08:24 >
-# 17:08:24 > "./stethoscope--help" "stethoscope--help"
-# 17:08:24 >
-
-
-# 17:08:24 >
-# 17:08:24 > Mtimeout -timeout 60 stethoscope --help
-# 17:08:24 >
-
-stethoscope [options]
- -d | --dbname=<database_name>
- -u | --user=<user>
- -P | --password=<password>
- -p | --port=<portnr>
- -h | --host=<hostname>
- -j | --json
- -o | --output=<file>
- -b | --beat=<delay> in milliseconds (default 50)
- -D | --debug
- -? | --help
-
-# 17:08:24 >
-# 17:08:24 > "Done."
-# 17:08:24 >
diff --git a/clients/mapiclient/Tests/stethoscope--help.stable.out
b/clients/mapiclient/Tests/stethoscope--help.stable.out
deleted file mode 100644
--- a/clients/mapiclient/Tests/stethoscope--help.stable.out
+++ /dev/null
@@ -1,17 +0,0 @@
-stdout of test 'stethoscope--help` in directory 'clients/mapiclient` itself:
-
-
-# 11:43:47 >
-# 11:43:47 > Mtimeout -timeout 120 ./stethoscope--help stethoscope--help
-# 11:43:47 >
-
-
-# 11:43:47 >
-# 11:43:47 > Mtimeout -timeout 60 stethoscope --help
-# 11:43:47 >
-
-
-# 11:43:47 >
-# 11:43:47 > Done.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list