Skip to content

Commit 16ff0e6

Browse files
weideng1Wei Deng
authored andcommitted
CPP-975: remove special handling for 4.0 in ExecutionProfileTest.Integration_Cassandra_Consistency as the error message is consistent with earlier C* versions (#547)
1 parent 4756929 commit 16ff0e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/src/integration/tests/test_exec_profile.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ CASSANDRA_INTEGRATION_TEST_F(ExecutionProfileTest, Consistency) {
307307
cass_version = static_cast<CCM::DseVersion>(cass_version).get_cass_version();
308308
}
309309
std::string expected_message = "SERIAL is not supported as conditional update commit consistency";
310-
if (cass_version >= "4.0.0") {
311-
expected_message = "You must use conditional updates for serializable writes";
312-
}
313310
ASSERT_TRUE(contains(result.error_message(), expected_message));
314311

315312
// Execute a simple query with assigned profile (should fail)

0 commit comments

Comments
 (0)