Remove old tests.
authorBrian Aker <brian@tangent.org>
Tue, 6 Dec 2011 05:48:17 +0000 (00:48 -0500)
committerBrian Aker <brian@tangent.org>
Tue, 6 Dec 2011 05:48:17 +0000 (00:48 -0500)
tests/r/memcat.res [deleted file]
tests/r/memcp.res [deleted file]
tests/r/memrm.res [deleted file]
tests/r/memslap.res [deleted file]
tests/r/memstat.res [deleted file]
tests/t/memcat.test [deleted file]
tests/t/memcp.test [deleted file]
tests/t/memrm.test [deleted file]
tests/t/memslap.test [deleted file]
tests/t/memstat.test [deleted file]

diff --git a/tests/r/memcat.res b/tests/r/memcat.res
deleted file mode 100644 (file)
index 7897d15..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-memcat v1.0
-
-       Cat a set of key values to stdout.
-
-Current options. A '=' means the option takes a value.
-
-        --version 
-               Display the version of the application and then exit.
-        --help 
-               Diplay this message and then exit.
-        --verbose 
-               Give more details on the progression of the application.
-        --debug 
-               Provide output only useful for debugging.
-        --servers=
-               List which servers you wish to connect to.
-        --flag 
-               Provide flag information for storage operation.
-
diff --git a/tests/r/memcp.res b/tests/r/memcp.res
deleted file mode 100644 (file)
index 991196e..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-memcp v1.0
-
-       Copy a set of files to a memcached cluster.
-
-Current options. A '=' means the option takes a value.
-
-        --version 
-               Display the version of the application and then exit.
-        --help 
-               Diplay this message and then exit.
-        --verbose 
-               Give more details on the progression of the application.
-        --debug 
-               Provide output only useful for debugging.
-        --servers=
-               List which servers you wish to connect to.
-        --flag=
-               Provide flag information for storage operation.
-        --expire=
-               Set the expire option for the object.
-        --set 
-               Use set command with memcached when storing.
-        --add 
-               Use add command with memcached when storing.
-        --replace 
-               Use replace command with memcached when storing.
-
diff --git a/tests/r/memrm.res b/tests/r/memrm.res
deleted file mode 100644 (file)
index 853cf36..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-memrm v1.0
-
-       Erase a key or set of keys from a memcached cluster.
-
-Current options. A '=' means the option takes a value.
-
-        --version 
-               Display the version of the application and then exit.
-        --help 
-               Diplay this message and then exit.
-        --verbose 
-               Give more details on the progression of the application.
-        --debug 
-               Provide output only useful for debugging.
-        --servers=
-               List which servers you wish to connect to.
-        --expire=
-               Set the expire option for the object.
-
diff --git a/tests/r/memslap.res b/tests/r/memslap.res
deleted file mode 100644 (file)
index 5d93dce..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-memslap v1.0
-
-       Generates a load against a memcached custer of servers.
-
-Current options. A '=' means the option takes a value.
-
-        --concurrency=
-               Number of users to simulate with load.
-        --debug 
-               Provide output only useful for debugging.
-        --execute-number=
-               Number of times to execute the given test.
-        --flag 
-               Provide flag information for storage operation.
-        --flush 
-               Flush servers before running tests.
-        --help 
-               Diplay this message and then exit.
-        --initial-load=
-               Number of key pairs to load before executing tests.
-        --non-blocking 
-               Set TCP up to use non-blocking IO.
-        --servers=
-               List which servers you wish to connect to.
-        --tcp-nodelay 
-               Set TCP socket up to use nodelay.
-        --test=
-               Test to run.
-        --verbose 
-               Give more details on the progression of the application.
-        --version 
-               Display the version of the application and then exit.
-
diff --git a/tests/r/memstat.res b/tests/r/memstat.res
deleted file mode 100644 (file)
index 5d93dce..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-memslap v1.0
-
-       Generates a load against a memcached custer of servers.
-
-Current options. A '=' means the option takes a value.
-
-        --concurrency=
-               Number of users to simulate with load.
-        --debug 
-               Provide output only useful for debugging.
-        --execute-number=
-               Number of times to execute the given test.
-        --flag 
-               Provide flag information for storage operation.
-        --flush 
-               Flush servers before running tests.
-        --help 
-               Diplay this message and then exit.
-        --initial-load=
-               Number of key pairs to load before executing tests.
-        --non-blocking 
-               Set TCP up to use non-blocking IO.
-        --servers=
-               List which servers you wish to connect to.
-        --tcp-nodelay 
-               Set TCP socket up to use nodelay.
-        --test=
-               Test to run.
-        --verbose 
-               Give more details on the progression of the application.
-        --version 
-               Display the version of the application and then exit.
-
diff --git a/tests/t/memcat.test b/tests/t/memcat.test
deleted file mode 100644 (file)
index 3ff082d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-MEMCAT="../src/memcat"
-
-$MEMCAT --help
diff --git a/tests/t/memcp.test b/tests/t/memcp.test
deleted file mode 100644 (file)
index cf7728e..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MEMCP="../src/memcp"
-
-$MEMCP --help
diff --git a/tests/t/memrm.test b/tests/t/memrm.test
deleted file mode 100644 (file)
index 90da05c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MEMRM="../src/memrm"
-
-$MEMRM --help
diff --git a/tests/t/memslap.test b/tests/t/memslap.test
deleted file mode 100644 (file)
index c3c71ff..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-MEMSLAP="../src/memslap"
-
-$MEMSLAP --help
-
-$MEMSLAP --initial-load=5000 --verbose --flush --concurrency=500 --execute-number=500 > /dev/null
diff --git a/tests/t/memstat.test b/tests/t/memstat.test
deleted file mode 100644 (file)
index 7625409..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MEMSTAT="../src/memslap"
-
-$MEMSTAT --help