We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdab683 commit 0fc1f04Copy full SHA for 0fc1f04
tests/src/integration/integration.cpp
@@ -373,7 +373,8 @@ test::driver::Cluster Integration::default_cluster(bool is_with_default_contact_
373
if (is_with_default_contact_points) {
374
cluster.with_contact_points(contact_points_);
375
}
376
- if (server_version_ >= "4.0" && protocol_version_ == CASS_PROTOCOL_VERSION_V4) {
+ if (Options::is_cassandra() && server_version_ >= "4.0" &&
377
+ protocol_version_ == CASS_PROTOCOL_VERSION_V4) {
378
cluster.with_beta_protocol(is_beta_protocol_);
379
} else {
380
cluster.with_protocol_version(protocol_version_);
0 commit comments