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
c83810f4
Commit
c83810f4
authored
Sep 17, 2015
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test failures seen on buildbot where file_key_management plugin
is linked statically and dynamic plugin is not available.
parent
7dd137c4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
3 deletions
+10
-3
mysql-test/suite/encryption/t/filekeys_plugin_exists.inc
mysql-test/suite/encryption/t/filekeys_plugin_exists.inc
+4
-0
mysql-test/suite/encryption/t/innodb-bad-key-change2.test
mysql-test/suite/encryption/t/innodb-bad-key-change2.test
+1
-0
mysql-test/suite/encryption/t/innodb-bad-key-change3.test
mysql-test/suite/encryption/t/innodb-bad-key-change3.test
+1
-1
mysql-test/suite/encryption/t/innodb-bad-key-change4.test
mysql-test/suite/encryption/t/innodb-bad-key-change4.test
+1
-0
mysql-test/suite/encryption/t/innodb-bad-key-change5.test
mysql-test/suite/encryption/t/innodb-bad-key-change5.test
+1
-0
mysql-test/suite/encryption/t/innodb_onlinealter_encryption.test
...est/suite/encryption/t/innodb_onlinealter_encryption.test
+2
-2
No files found.
mysql-test/suite/encryption/t/filekeys_plugin_exists.inc
0 → 100644
View file @
c83810f4
if
(
!
$FILE_KEY_MANAGEMENT_SO
)
{
--
skip
Needs
dynamic
file_key_management
plugin
}
mysql-test/suite/encryption/t/innodb-bad-key-change2.test
View file @
c83810f4
...
...
@@ -4,6 +4,7 @@
--
source
include
/
not_valgrind
.
inc
# Avoid CrashReporter popup on Mac
--
source
include
/
not_crashrep
.
inc
--
source
filekeys_plugin_exists
.
inc
#
# MDEV-8750: Server crashes in page_cur_is_after_last on altering table using a wrong encryption key
#
...
...
mysql-test/suite/encryption/t/innodb-bad-key-change3.test
View file @
c83810f4
...
...
@@ -4,7 +4,7 @@
--
source
include
/
not_valgrind
.
inc
# Avoid CrashReporter popup on Mac
--
source
include
/
not_crashrep
.
inc
--
source
filekeys_plugin_exists
.
inc
#
# MDEV-8772: Assertion failure in file ha_innodb.cc line 20027 when importing page compressed and encrypted tablespace using incorrect keys
#
...
...
mysql-test/suite/encryption/t/innodb-bad-key-change4.test
View file @
c83810f4
...
...
@@ -4,6 +4,7 @@
--
source
include
/
not_valgrind
.
inc
# Avoid CrashReporter popup on Mac
--
source
include
/
not_crashrep
.
inc
--
source
filekeys_plugin_exists
.
inc
#
# MDEV-8768: Server crash at file btr0btr.ic line 122 when checking encrypted table using incorrect keys
#
...
...
mysql-test/suite/encryption/t/innodb-bad-key-change5.test
View file @
c83810f4
...
...
@@ -4,6 +4,7 @@
--
source
include
/
not_valgrind
.
inc
# Avoid CrashReporter popup on Mac
--
source
include
/
not_crashrep
.
inc
--
source
filekeys_plugin_exists
.
inc
#
# MDEV-8769: Server crash at file btr0btr.ic line 122 when defragmenting encrypted table using incorrect keys
#
...
...
mysql-test/suite/encryption/t/innodb_onlinealter_encryption.test
View file @
c83810f4
...
...
@@ -59,7 +59,7 @@ set autocommit=1;
--
let
$wait_condition
=
SELECT
COUNT
(
*
)
=
0
FROM
INFORMATION_SCHEMA
.
INNODB_TABLESPACES_ENCRYPTION
WHERE
MIN_KEY_VERSION
=
0
--
source
include
/
wait_condition
.
inc
--
sleep
5
--
sleep
10
--
let
SEARCH_PATTERN
=
foobar
--
echo
# t1 yes on expecting NOT FOUND
--
let
SEARCH_FILE
=
$t1_IBD
...
...
@@ -110,7 +110,7 @@ SHOW CREATE TABLE t5;
SHOW
CREATE
TABLE
t6
;
SHOW
CREATE
TABLE
t7
;
--
sleep
5
--
sleep
10
--
let
SEARCH_PATTERN
=
foobar
--
echo
# t1 yes on expecting NOT FOUND
--
let
SEARCH_FILE
=
$t1_IBD
...
...
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