Skip to content

Commit

Permalink
disable still racy tokudb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Golubchik committed Aug 12, 2014
1 parent 04eec20 commit fd8da99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -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.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

Expand Down
@@ -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

Expand Down

0 comments on commit fd8da99

Please sign in to comment.