mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
When we recreate the summary from a missing Summary, we should make sure it is generated sanely, and that it resembles the Summary that would have otherwise been there. In this tests we'll grab one of the Summary tests we've been doing, and just apply them to the non-existent Summary file. We expect the same results on those cases. Plus, a new test is added with some sanity checking. Signed-off-by: Glauber Costa <glauber@scylladb.com>