Commit 69bb48b8 authored by Sergei Golubchik's avatar Sergei Golubchik

disable unstable tokudb tests

parent de8cb7a1
# 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
......
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;
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment