Commit 366bb38
committed
Skip handle_id_changes_on_reprepare() for Scylla
Adds ScyllaSkip annotation to PreparedStatementIT.handle_id_changes_on_reprepare()
This is a test method that comes with the most recent merge with 4.18.0
It checks if in case of performing `USE <keyspace>` the server side will not
reprepare the statement under different ID if keyspace was already defined
in query string. It seems it works this way in select versions of Cassandra
up to 4.0.1 and every higher than that.1 parent 60a66a8 commit 366bb38
File tree
1 file changed
+3
-0
lines changed- integration-tests/src/test/java/com/datastax/oss/driver/core/cql
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
515 | 518 | | |
516 | 519 | | |
517 | 520 | | |
| |||
0 commit comments