Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9328: Disabled rocksdb.non_blocking_manual_compaction test (8.0 version) #5423

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mysql-test/collections/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ perfschema.idx_compare_ews_by_thread_by_event_name : BUG#31041671
perfschema.idx_compare_ews_by_instance : BUG#31791537
perfschema.idx_compare_rwlock_instances : BUG#31791537

# rocksdb suite tests
rocksdb.non_blocking_manual_compaction : BUG#0000 PS-9381 Often fails in Jenkins due to races.

# rocksdb_stress suite tests
rocksdb_stress.drop_cf_stress : BUG#0000 PS-9381 Often fails in Jenkins due to races.

# rpl_gtid suite tests
rpl_gtid.rpl_async_conn_failover_restart @windows : BUG#34132168 Disabled until bug is fixed
rpl_gtid.rpl_gtid_truncate_memory_table_after_start_server : BUG#24351040
Expand Down
Loading