Disable rocksdb_rpl.rpl_gtid_crash_safe_optimized

It uses slave_gtid_info=optimized which is not supported in MariaDB
This commit is contained in:
Sergei Petrunia 2019-07-16 18:42:19 +03:00
parent a2dc3b9461
commit 52f6aa1c54

View File

@ -12,6 +12,7 @@ singledelete_idempotent_recovery: MariaDB doesn't support --slave-use-idempotent
rpl_mts_dependency_unique_key_conflicts: MariaDB doesn't support --slave-use-idempotent-for-recovery
rpl_missing_columns_sk_update : Uses log_column_names=ON feature which is only present in FB/MySQL
optimize_myrocks_replace_into: requires @@enable_blind_replace support.
rpl_gtid_crash_safe_optimized: requires slave_gtid_info=optimized
##
## Tests that do not fit MariaDB's test environment (Functional tests only,