Skip to content

Commit

Permalink
after-merge disable unstable tests
Browse files Browse the repository at this point in the history
they used to be unstable, fixed in 7.1.8
and apparently broken again now
  • Loading branch information
vuvova committed Dec 16, 2015
1 parent a70f700 commit bd69d7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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;
Expand Down

0 comments on commit bd69d7b

Please sign in to comment.