mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Next patch is going to change the way row-level repair code hashes mutation_fragment objects. This patch prepares the sanity check for the hash values not be accidentally changed by hashing some simple fragments and comparing them against known expected values. The hash_mutation_fragment_for_test helper is added for this patch only and will be removed really soon. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>