mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
76083ed3cf
mysqltest disconnect/connect-combo could be so quick that connect would hit the server before it had processed the disconnect. Since that resulted in one more concurrent connection than we meant to have, global or per-user max-user-connections could be exceeded. This could lead to "random" failures in tests that set those limits.
96 lines
9.6 KiB
Modula-2
96 lines
9.6 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
federated_transactions : Bug#29523 Transactions do not work
|
|
csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables
|
|
thread_cache_size_func : Bug#36733 main.thread_cache_size_func fails randomly
|
|
binlog_cache_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
bulk_insert_buffer_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
delayed_insert_limit_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
delayed_queue_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
innodb_concurrency_tickets_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
innodb_max_purge_lag_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
innodb_sync_spin_loops_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
join_buffer_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_buffer_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_cache_age_threshold_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_cache_block_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_cache_division_limit_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
log_warnings_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_binlog_cache_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_connect_errors_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_heap_table_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_seeks_for_key_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_tmp_tables_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_write_lock_count_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
min_examined_row_limit_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
multi_range_count_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
myisam_max_sort_file_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
myisam_repair_threads_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
myisam_sort_buffer_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
net_retry_count_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_alloc_block_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_cache_limit_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_cache_min_res_unit_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_cache_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_prealloc_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
range_alloc_block_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
rpl_recovery_rank_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
server_id_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
slave_transaction_retries_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
sort_buffer_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
sync_binlog_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
timestamp_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
tmp_table_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
transaction_alloc_block_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
transaction_prealloc_size_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
wait_timeout_basic_32 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
binlog_cache_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
bulk_insert_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
delayed_insert_limit_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
delayed_queue_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
innodb_concurrency_tickets_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
innodb_max_purge_lag_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
innodb_sync_spin_loops_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
join_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_cache_age_threshold_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_cache_block_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
key_cache_division_limit_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
log_warnings_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_binlog_cache_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_connect_errors_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_heap_table_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_seeks_for_key_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_tmp_tables_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
max_write_lock_count_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
min_examined_row_limit_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
multi_range_count_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
myisam_max_sort_file_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
myisam_repair_threads_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
myisam_sort_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
net_retry_count_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_alloc_block_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_cache_limit_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_cache_min_res_unit_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_cache_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
query_prealloc_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
range_alloc_block_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
rpl_recovery_rank_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
server_id_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
slave_transaction_retries_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
sort_buffer_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
sync_binlog_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
timestamp_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
tmp_table_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
transaction_alloc_block_size_basic_64 : Bug #36522: Some tests of system variables have diffs on 64bit platorms
|
|
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
|