maedhroz commented on code in PR #2120: URL: https://github.com/apache/cassandra/pull/2120#discussion_r1091423238
########## test/conf/cassandra.yaml: ########## @@ -53,6 +53,7 @@ materialized_views_enabled: true drop_compact_storage_enabled: true file_cache_enabled: true auto_hints_cleanup_enabled: true +accord_transactions_enabled: true Review Comment: You know what...I think you're right. It's probably better to have all of this active in a testing context so we ferret out problems earlier. Changing... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

