mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
test_partial_delete_selected_column() does a long string of various updates and deletes, each specifies a different timestamp. In one of these updates, the timestamp was forgotten. This means that the server picks the current time, a large number. As the test is currently written, it doesn't matter which timestamp was chosen, the test would still succeed (if timestamp >= 15, and it must be since the timestamp is the time from the epoch). But the intention was probably to use timestamp = 15, so let's make this intention clear. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20180905095552.11883-2-nyh@scylladb.com>
68 KiB
68 KiB