disable still racy tokudb tests

This commit is contained in:
Sergei Golubchik 2014-08-12 17:12:08 +02:00
parent 04eec20000
commit fd8da99119
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# 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

View File

@ -1,6 +1,6 @@
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