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
bf03b886
Commit
bf03b886
authored
Apr 03, 2009
by
Paul McCullagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo changes used for debugging
parent
823d0cda
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
537 deletions
+28
-537
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+4
-4
mysql-test/r/lowercase_table_qcache.result
mysql-test/r/lowercase_table_qcache.result
+24
-533
No files found.
mysql-test/mysql-test-run.pl
View file @
bf03b886
...
@@ -185,10 +185,10 @@ my $opt_mark_progress;
...
@@ -185,10 +185,10 @@ my $opt_mark_progress;
my
$opt_sleep
;
my
$opt_sleep
;
my
$opt_testcase_timeout
=
15
000
;
# 15 minutes
my
$opt_testcase_timeout
=
15
;
# 15 minutes
my
$opt_suite_timeout
=
360
0
;
# 6 hours
my
$opt_suite_timeout
=
360
;
# 6 hours
my
$opt_shutdown_timeout
=
10
000
;
# 10 seconds
my
$opt_shutdown_timeout
=
10
;
# 10 seconds
my
$opt_start_timeout
=
180
00
;
# 180 seconds
my
$opt_start_timeout
=
180
;
# 180 seconds
sub
testcase_timeout
{
return
$opt_testcase_timeout
*
60
;
};
sub
testcase_timeout
{
return
$opt_testcase_timeout
*
60
;
};
sub
suite_timeout
{
return
$opt_suite_timeout
*
60
;
};
sub
suite_timeout
{
return
$opt_suite_timeout
*
60
;
};
...
...
mysql-test/r/lowercase_table_qcache.result
View file @
bf03b886
This diff is collapsed.
Click to expand it.
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