Skip to content

Commit

Permalink
disable unstable tokudb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Golubchik committed May 31, 2014
1 parent de8cb7a commit 69bb48b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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.0"`)
if (`select @@tokudb_version <= "7.1.6"`)
{
--skip Not fixed in TokuDB 7.1.0 or earlier
--skip Race condition in the test in TokuDB 7.1.6 or earlier
}
# 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,7 +1,3 @@
if (`select @@tokudb_version <= "7.1.0"`)
{
--skip Not fixed in TokuDB 7.1.0 or earlier
}
# verify that tokudb_locks and tokudb_lock_waits contents for 2 conflicting transactions with a lock timeout

source include/have_tokudb.inc;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (`select @@tokudb_version <= "7.1.0"`)
if (`select @@tokudb_version <= "7.1.6"`)
{
--skip Not fixed in TokuDB 7.1.0 or earlier
--skip Race condition in the test in TokuDB 7.1.6 or earlier
}
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients

Expand Down

0 comments on commit 69bb48b

Please sign in to comment.