Skip to content

Commit

Permalink
Remove the ledger-db-backends-checker executable.
Browse files Browse the repository at this point in the history
The executable is subsumed by the model-based tests for `BackingStore`
implementations. These tests also give a strong indication that the
in-memory and LMDB backing stores do not differ in their behaviour,
since both implementations must match the same model.
  • Loading branch information
jorisdral committed May 29, 2023
1 parent 57489d3 commit dd47004
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
104 changes: 0 additions & 104 deletions ouroboros-consensus-cardano/app/ledger-db-backends-checker.hs

This file was deleted.

19 changes: 0 additions & 19 deletions ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal
Expand Up @@ -569,22 +569,3 @@ test-suite tools-test
, cardano-tools
, tasty
, tasty-hunit

executable ledger-db-backends-checker
import: common-exe
hs-source-dirs: app
main-is: ledger-db-backends-checker.hs
build-depends:
, base
, bytestring
, cardano-binary
, cardano-ledger-core
, cardano-lmdb-simple
, cardano-slotting
, cborg
, containers
, fs-api
, optparse-applicative
, ouroboros-consensus
, ouroboros-consensus-cardano
, ouroboros-consensus-protocol

0 comments on commit dd47004

Please sign in to comment.