Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9d682d54
Commit
9d682d54
authored
Mar 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments for "--big-test" aka "--big" and move it to the section "Control what tests to run"
parent
caeb6e27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+4
-4
No files found.
mysql-test/mysql-test-run.pl
View file @
9d682d54
...
...
@@ -592,6 +592,7 @@ sub command_line_setup () {
'
skip-rpl
'
=>
\
$opt_skip_rpl
,
'
skip-im
'
=>
\
$opt_skip_im
,
'
skip-test=s
'
=>
\
$opt_skip_test
,
'
big-test
'
=>
\
$opt_big_test
,
# Specify ports
'
master_port=i
'
=>
\
$opt_master_myport
,
...
...
@@ -607,7 +608,7 @@ sub command_line_setup () {
'
record
'
=>
\
$opt_record
,
'
check-testcases
'
=>
\
$opt_check_testcases
,
#
???
#
Extra options used when starting mysqld
'
mysqld=s
'
=>
\
@opt_extra_mysqld_opt
,
# Run test on running server
...
...
@@ -652,7 +653,6 @@ sub command_line_setup () {
'
vardir=s
'
=>
\
$opt_vardir
,
# Misc
'
big-test
'
=>
\
$opt_big_test
,
'
comment=s
'
=>
\
$opt_comment
,
'
debug
'
=>
\
$opt_debug
,
'
fast
'
=>
\
$opt_fast
,
...
...
@@ -3557,6 +3557,8 @@ Options to control what test suites or cases to run
skip-rpl Skip the replication test cases.
skip-im Don't start IM, and skip the IM test cases
skip-test=PREFIX Skip test cases which name are prefixed with PREFIX
big-test Pass "--big-test" to mysqltest which will set the environment
variable BIG_TEST, which can be checked from test cases.
Options that specify ports
...
...
@@ -3624,8 +3626,6 @@ Deprecated options
Options not yet described, or that I want to look into more
big-test
debug
local
local-master
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment