Skip to content

Commit b707550

Browse files
author
Michael Fero
committed
test: Ensuring invalid YAML property is not propagated to Cassandra
1 parent 3efe29c commit b707550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp-driver/test/ccm_bridge/src/bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ bool CCM::Bridge::create_cluster(std::vector<unsigned short> data_center_nodes,
632632

633633
// Generate the cluster update configuration command and execute
634634
execute_ccm_command(generate_create_updateconf_command(cassandra_version_));
635-
if (dse_version_ >= "6.7.0") {
635+
if (is_dse() && dse_version_ >= "6.7.0") {
636636
update_cluster_configuration("user_defined_function_fail_micros", "5000000");
637637
}
638638

0 commit comments

Comments
 (0)