diff options
author | Sven Sandberg <sven@mysql.com> | 2008-07-08 12:56:05 +0200 |
---|---|---|
committer | Sven Sandberg <sven@mysql.com> | 2008-07-08 12:56:05 +0200 |
commit | e1b5b1ec1eec320fdc23e886c5ebe33f2a9f1445 (patch) | |
tree | 26622eee454e9795610dd654ec5772fd03b6c42f /mysql-test/t/disabled.def | |
parent | db674c9f877c338a38cfbeb372804e5f5b3ed339 (diff) | |
download | mariadb-git-e1b5b1ec1eec320fdc23e886c5ebe33f2a9f1445.tar.gz |
BUG#37962: *_func tests containing sleeps/race conditions
This is not a fix, it just disables the erroneous test cases.
mysql-test/t/disabled.def:
Disabled a number of new tests that contain sleeps and that
have not been checked for race conditions. At least some of
them contain race conditions.
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index d5f90b1ffa7..b3b92066dda 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -96,3 +96,13 @@ transaction_alloc_block_size_basic_64 : Bug #36522: Some tests of system variabl transaction_prealloc_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms wait_timeout_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms wait_timeout_func : BUG#36873 2008-07-06 sven wait_timeout_func.test fails randomly +delayed_insert_limit_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +event_scheduler_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +innodb_max_dirty_pages_pct_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +interactive_timeout_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +query_cache_wlock_invalidate_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +rpl_init_slave_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +rpl_max_binlog_size_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +slow_query_log_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +sql_low_priority_updates_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions +timestamp_func : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions |