disable still racy tokudb tests
This commit is contained in:
parent
04eec20000
commit
fd8da99119
@ -1,7 +1,7 @@
|
|||||||
# verify that information_schema.tokudb_locks gets populated with locks, information_schema.tokudb_lock_waits gets
|
# 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
|
# populated with 1 lock_wait and all transactions are present in information_schema.tokudb_trx for 2 clients
|
||||||
|
|
||||||
|
@ -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
|
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user