Skip to content

Commit bd69d7b

Browse files
committed
after-merge disable unstable tests
they used to be unstable, fixed in 7.1.8 and apparently broken again now
1 parent a70f700 commit bd69d7b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_lock_waits_released.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
if (`select @@tokudb_version < "5.6.27"`)
2+
{
3+
--skip Race condition in the test in TokuDB below 5.6.27
4+
}
5+
16
# verify that information_schema.tokudb_locks gets populated with locks, information_schema.tokudb_lock_waits gets
27
# populated with 1 lock_wait and all transactions are present in information_schema.tokudb_trx for 2 clients
38

storage/tokudb/mysql-test/tokudb/t/i_s_tokudb_locks_released.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
if (`select @@tokudb_version < "5.6.27"`)
2+
{
3+
--skip Race condition in the test in TokuDB below 5.6.27
4+
}
5+
16
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients
27

38
source include/have_tokudb.inc;

0 commit comments

Comments
 (0)