mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
Query time must be fetched after populate. If compaction is executed during populate it may be executed with timestamp later than query_time. This would cause the test expected compaction and compaction during populate to be executed at different time points producing different results. The result would be sporadic test failures depending on relative timing of those operations. If no other mutations happen after populate, and query_time is later than the compaction time during population, we're guaranteed to have the same results. Message-Id: <20211123134808.105068-1-mikolaj.sieluzycki@scylladb.com>