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 1dde7c2 commit 63be310Copy full SHA for 63be310
ouroboros-consensus/test/storage-test/Test/Ouroboros/Storage/LedgerDB/StateMachine.hs
@@ -567,6 +567,9 @@ instance RunModel Model (StateT Environment IO) where
567
lift $ truncateSnapshots testInternals
568
perform UnInit _ _ = error "Uninitialized model created a command different than Init"
569
570
+ monitoring _ (ValidateAndCommit n _) _ _ = tabulate "Rollback depths" [show n]
571
+ monitoring _ _ _ _ = id
572
+
573
-- NOTE
574
--
575
-- In terms of postcondition, we only need to check that the immutable and
0 commit comments