Commit bd69d7b3 authored by Sergei Golubchik's avatar Sergei Golubchik

after-merge disable unstable tests

they used to be unstable, fixed in 7.1.8
and apparently broken again now
parent a70f700a
if (`select @@tokudb_version < "5.6.27"`)
{
--skip Race condition in the test in TokuDB below 5.6.27
}
# verify that information_schema.tokudb_locks gets populated with locks, information_schema.tokudb_lock_waits gets
# populated with 1 lock_wait and all transactions are present in information_schema.tokudb_trx for 2 clients
......
if (`select @@tokudb_version < "5.6.27"`)
{
--skip Race condition in the test in TokuDB below 5.6.27
}
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients
source include/have_tokudb.inc;
......
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