Skip to content

Commit 6024fdd

Browse files
committed
Skip should_set_all_occurrences_of_variable() test
Skip should_set_all_occurrences_of_variable() test of BoundStatementCcmIT due to scylladb/scylladb#10956. It was decided that Scylla will have different behavior compared to Cassandra when there are multiple uses of the same named variable - only a single copy of that value will be sent by the driver and the driver will receive a single "slot" for that value.
1 parent 044c81f commit 6024fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/com/datastax/oss/driver/core/cql/BoundStatementCcmIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ public void should_compute_routing_key_when_indices_randomly_distributed() {
374374
}
375375

376376
@Test
377+
@ScyllaSkip /* Skipping due to https://github.com/scylladb/scylla/issues/10956. */
377378
public void should_set_all_occurrences_of_variable() {
378379
CqlSession session = sessionRule.session();
379380
PreparedStatement ps = session.prepare("INSERT INTO test3 (pk1, pk2, v) VALUES (:i, :i, :i)");

0 commit comments

Comments
 (0)