Commit fd8da991 authored by Sergei Golubchik's avatar Sergei Golubchik

disable still racy tokudb tests

parent 04eec200
# verify that information_schema.tokudb_locks gets populated with locks, information_schema.tokudb_lock_waits gets
if (`select @@tokudb_version <= "7.1.6"`)
if (`select @@tokudb_version <= "7.1.7"`)
{
--skip Race condition in the test in TokuDB 7.1.6 or earlier
--skip Race condition in the test in TokuDB 7.1.7 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.6"`)
if (`select @@tokudb_version <= "7.1.7"`)
{
--skip Race condition in the test in TokuDB 7.1.6 or earlier
--skip Race condition in the test in TokuDB 7.1.7 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