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-9293, PS-9328: Disabled binlog.binlog_mysqlbinlog_4g_start_position (8.0 version) #5412

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
4 changes: 4 additions & 0 deletions mysql-test/collections/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ audit_null.audit_plugin_bugs : BUG#28080637 Test fails consistently

# binlog suite tests
binlog.binlog_mysqlbinlog_rewrite_db @windows : BUG#26717205 Requires a debug client binary and fails consistently.
binlog.binlog_mysqlbinlog_4g_start_position : BUG#0000 PS-9381 Requires too much memory/space in Jenkins
binlog_gtid.binlog_xa_select_gtid_executed_explicitly_crash : Bug#28588717 Fails both on FreeBSD and other platforms
binlog_nogtid.binlog_gtid_next_xa : BUG#33650776 Failure of XA COMMIT of prepared txn, can result in txn rollback
# func1 suite tests
Expand Down Expand Up @@ -86,6 +87,9 @@ 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_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