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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a3b23403
Commit
a3b23403
authored
Jul 07, 2006
by
cmiller@zippy.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge cleanup, with a change of verbose test status to Off.
parent
91b8b264
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/lib/mtr_process.pl
mysql-test/lib/mtr_process.pl
+1
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
No files found.
mysql-test/lib/mtr_process.pl
View file @
a3b23403
...
@@ -951,7 +951,7 @@ sub mtr_kill_process ($$$) {
...
@@ -951,7 +951,7 @@ sub mtr_kill_process ($$$) {
my
$timeout
=
shift
;
# Seconds to wait for process
my
$timeout
=
shift
;
# Seconds to wait for process
my
$max_loop
=
$timeout
*
10
;
# Sleeping 0.1 between each kill attempt
my
$max_loop
=
$timeout
*
10
;
# Sleeping 0.1 between each kill attempt
for
(
my
$cur_attempt
=
1
;
$cur_attempt
<=
$
total_retries
;
++
$cur_attempt
)
for
(
my
$cur_attempt
=
1
;
$cur_attempt
<=
$
max_loop
;
++
$cur_attempt
)
{
{
mtr_debug
("
Sending
$signal
to
$pid
...
");
mtr_debug
("
Sending
$signal
to
$pid
...
");
...
...
mysql-test/mysql-test-run.pl
View file @
a3b23403
...
@@ -168,7 +168,7 @@ our $opt_suite;
...
@@ -168,7 +168,7 @@ our $opt_suite;
our
$opt_netware
;
our
$opt_netware
;
our
$opt_script_debug
=
0
;
# Script debugging, enable with --script-debug
our
$opt_script_debug
=
0
;
# Script debugging, enable with --script-debug
our
$opt_verbose
=
1
;
# Verbose output, enable with --verbose
our
$opt_verbose
=
0
;
# Verbose output, enable with --verbose
# Options FIXME not all....
# Options FIXME not all....
...
...
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