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
69bb48b8
Commit
69bb48b8
authored
May 31, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable unstable tokudb tests
parent
de8cb7a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test
...b/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test
+2
-2
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_timeout.test
...db/mysql-test/tokudb/t/i_s_tokudb_lock_waits_timeout.test
+0
-4
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test
...tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test
+2
-2
No files found.
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test
View file @
69bb48b8
# verify that information_schema.tokudb_locks gets populated with locks, information_schema.tokudb_lock_waits gets
if
(
`select @@tokudb_version <= "7.1.
0
"`
)
if
(
`select @@tokudb_version <= "7.1.
6
"`
)
{
--
skip
Not
fixed
in
TokuDB
7.1
.
0
or
earlier
--
skip
Race
condition
in
the
test
in
TokuDB
7.1
.
6
or
earlier
}
# populated with 1 lock_wait and all transactions are present in information_schema.tokudb_trx for 2 clients
...
...
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_timeout.test
View file @
69bb48b8
if
(
`select @@tokudb_version <= "7.1.0"`
)
{
--
skip
Not
fixed
in
TokuDB
7.1
.
0
or
earlier
}
# verify that tokudb_locks and tokudb_lock_waits contents for 2 conflicting transactions with a lock timeout
source
include
/
have_tokudb
.
inc
;
...
...
storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test
View file @
69bb48b8
if
(
`select @@tokudb_version <= "7.1.
0
"`
)
if
(
`select @@tokudb_version <= "7.1.
6
"`
)
{
--
skip
Not
fixed
in
TokuDB
7.1
.
0
or
earlier
--
skip
Race
condition
in
the
test
in
TokuDB
7.1
.
6
or
earlier
}
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients
...
...
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