We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fdff6 commit 2b010ecCopy full SHA for 2b010ec
test/Database/LSMTree/Model/Session.hs
@@ -592,6 +592,9 @@ openSnapshot label name = do
592
Just table' ->
593
newTableWith conf table'
594
595
+-- TODO: to match the implementation of the real table, this should not corrupt the
596
+-- snapshot if there are _no non-empty files_; however, since there are no such
597
+-- snapshots, this is probably fine
598
corruptSnapshot ::
599
(MonadState Model m, MonadError Err m)
600
=> SnapshotName
0 commit comments