mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
This patch adds a test for the different units which are supposed to be usable for assigning a "duration" type in CQL. It turns out that all documented units are supported correctly except µs (with a unicode mu), so the test reproduces issue #8001. The test xfails on Scylla (because µs is not supported) and passes on Cassandra. Refs: #8001. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210131192220.407481-1-nyh@scylladb.com>