mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Introduce a test using `cql-pytest` framework to assert that both prepared an unprepared LWT statements (insert with `IF NOT EXISTS`) with a non-deterministic function call work correctly in case its evaluation affects partition key range computation (hence the choice of `cas_shard()` for lwt query). Tests: cql-pytest/test_non_deterministic_functions.py Signed-off-by: Pavel Solodovnikov <pa.solodovnikov@scylladb.com>