From b19d547098155fcda02900cdf38f7859e6a41f81 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 6 Dec 2011 00:48:17 -0500 Subject: [PATCH] Remove old tests. --- tests/r/memcat.res | 19 ------------------- tests/r/memcp.res | 27 --------------------------- tests/r/memrm.res | 19 ------------------- tests/r/memslap.res | 33 --------------------------------- tests/r/memstat.res | 33 --------------------------------- tests/t/memcat.test | 4 ---- tests/t/memcp.test | 3 --- tests/t/memrm.test | 3 --- tests/t/memslap.test | 5 ----- tests/t/memstat.test | 3 --- 10 files changed, 149 deletions(-) delete mode 100644 tests/r/memcat.res delete mode 100644 tests/r/memcp.res delete mode 100644 tests/r/memrm.res delete mode 100644 tests/r/memslap.res delete mode 100644 tests/r/memstat.res delete mode 100644 tests/t/memcat.test delete mode 100644 tests/t/memcp.test delete mode 100644 tests/t/memrm.test delete mode 100644 tests/t/memslap.test delete mode 100644 tests/t/memstat.test diff --git a/tests/r/memcat.res b/tests/r/memcat.res deleted file mode 100644 index 7897d154..00000000 --- a/tests/r/memcat.res +++ /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 index 991196e9..00000000 --- a/tests/r/memcp.res +++ /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 index 853cf36d..00000000 --- a/tests/r/memrm.res +++ /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 index 5d93dcea..00000000 --- a/tests/r/memslap.res +++ /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 index 5d93dcea..00000000 --- a/tests/r/memstat.res +++ /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 index 3ff082d6..00000000 --- a/tests/t/memcat.test +++ /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 index cf7728ed..00000000 --- a/tests/t/memcp.test +++ /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 index 90da05cb..00000000 --- a/tests/t/memrm.test +++ /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 index c3c71ff9..00000000 --- a/tests/t/memslap.test +++ /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 index 7625409d..00000000 --- a/tests/t/memstat.test +++ /dev/null @@ -1,3 +0,0 @@ -MEMSTAT="../src/memslap" - -$MEMSTAT --help -- 2.30.2