Skip to content

Commit f9eac86

Browse files
author
Wei Deng
committed
CPP-976: prevent ccm brdige from adding two incompatible parameters for DSE-6.x nodes
1 parent bf00e8e commit f9eac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/integration/ccm/bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ CCM::Bridge::generate_create_updateconf_command(CassVersion cassandra_version) {
14911491
updateconf_command.push_back("enable_scripted_user_defined_functions:true");
14921492
}
14931493

1494-
if (cassandra_version >= "4.0.0") {
1494+
if (cassandra_version >= "4.0.0" and !is_dse()) {
14951495
updateconf_command.push_back("enable_materialized_views:true");
14961496
updateconf_command.push_back("enable_user_defined_functions:true");
14971497
}

0 commit comments

Comments
 (0)