mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
The basic test for TTL expiration, test_ttl.py::test_ttl_expiration, uses a table with only a partition key. Most of the item expiration logic is exactly the same for tables that also have a sort key, but the step of *deleting* the item is different, so let's add a test that verifies that also in this case, the expired item is properly deleted. Signed-off-by: Nadav Har'El <nyh@scylladb.com>