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
1437e734
Commit
1437e734
authored
Apr 21, 2024
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust timeout value in main.ssl_timeout test
fixes sporadic failures under --valgrind
parent
a4b6409f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/main/ssl_timeout.result
mysql-test/main/ssl_timeout.result
+1
-1
mysql-test/main/ssl_timeout.test
mysql-test/main/ssl_timeout.test
+2
-1
No files found.
mysql-test/main/ssl_timeout.result
View file @
1437e734
# connect with read timeout so SLEEP() should timeout
connect ssl_con,localhost,root,,,,,SSL read_timeout=5;
connect ssl_con,localhost,root,,,,,SSL read_timeout=5
$_timeout_adjustment
;
# Check ssl turned on
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
have_ssl
...
...
mysql-test/main/ssl_timeout.test
View file @
1437e734
--
source
include
/
have_ssl_communication
.
inc
--
source
include
/
slow_environ
.
inc
# Save the initial number of concurrent sessions
--
source
include
/
count_sessions
.
inc
--
echo
# connect with read timeout so SLEEP() should timeout
connect
(
ssl_con
,
localhost
,
root
,,,,,
SSL
read_timeout
=
5
);
connect
(
ssl_con
,
localhost
,
root
,,,,,
SSL
read_timeout
=
5
$_timeout_adjustment
);
--
echo
# Check ssl turned on
SELECT
(
VARIABLE_VALUE
<>
''
)
AS
have_ssl
FROM
INFORMATION_SCHEMA
.
SESSION_STATUS
WHERE
VARIABLE_NAME
=
'Ssl_cipher'
;
...
...
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