summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-stress-test.pl
diff options
context:
space:
mode:
authorunknown <paul@snake-hub.snake.net>2006-03-03 12:15:01 -0600
committerunknown <paul@snake-hub.snake.net>2006-03-03 12:15:01 -0600
commitf31783ccce1b0a42c09116cd1f279ce0ef576a72 (patch)
tree0dc3db2045527f2e12fadb305c25dbfe087910cc /mysql-test/mysql-stress-test.pl
parent2ec1d015a94b1ab7c559421db2e43fc2d2ac25e6 (diff)
downloadmariadb-git-f31783ccce1b0a42c09116cd1f279ce0ef576a72.tar.gz
mysql-stress-test.pl, README.stress:
Revise stress-test README mysql-test/README.stress: Revise stress-test README mysql-test/mysql-stress-test.pl: Revise stress-test README
Diffstat (limited to 'mysql-test/mysql-stress-test.pl')
-rwxr-xr-xmysql-test/mysql-stress-test.pl21
1 files changed, 11 insertions, 10 deletions
diff --git a/mysql-test/mysql-stress-test.pl b/mysql-test/mysql-stress-test.pl
index 899dd06a746..3061506da51 100755
--- a/mysql-test/mysql-stress-test.pl
+++ b/mysql-test/mysql-stress-test.pl
@@ -14,16 +14,17 @@
#
# Design of stress script should allow one:
#
-# - to use for stress testing mysqltest binary as test engine
-# - to use for stress testing both regular test suite and any
-# additional test suites (e.g. mysql-test-extra-5.0)
-# - to specify files with lists of tests both for initialization of
-# stress db and for further testing itself
-# - to define number of threads that will be concurrently used in testing
-# - to define limitations for test run. e.g. number of tests or loops
-# for execution or duration of testing, delay between test executions, etc.
-# - to get readable log file which can be used for identification of
-# errors arose during testing
+# - To stress test the mysqltest binary test engine.
+# - To stress test the regular test suite and any additional test suites
+# (such as mysql-test-extra-5.0).
+# - To specify files with lists of tests both for initialization of
+# stress db and for further testing itself.
+# - To define the number of threads to be concurrently used in testing.
+# - To define limitations for the test run. such as the number of tests or
+# loops for execution or duration of testing, delay between test
+# executions, and so forth.
+# - To get a readable log file that can be used for identification of
+# errors that occur during testing.
#
# Basic scenarios:
#