Skip to content

Commit b35e24c

Browse files
committed
Remove LedgerDB.SnapshotPolicy test
Superseded by the rework of the snapshot policy for predictable snapshots, with dedicated new tests
1 parent a8fa7e2 commit b35e24c

File tree

3 files changed

+1
-296
lines changed

3 files changed

+1
-296
lines changed

ouroboros-consensus/ouroboros-consensus.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ test-suite storage-test
707707
Test.Ouroboros.Storage.ImmutableDB.StateMachine
708708
Test.Ouroboros.Storage.LedgerDB
709709
Test.Ouroboros.Storage.LedgerDB.Serialisation
710-
Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy
711710
Test.Ouroboros.Storage.LedgerDB.Snapshots
712711
Test.Ouroboros.Storage.LedgerDB.StateMachine
713712
Test.Ouroboros.Storage.LedgerDB.StateMachine.TestBlock

ouroboros-consensus/test/storage-test/Test/Ouroboros/Storage/LedgerDB.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
module Test.Ouroboros.Storage.LedgerDB (tests) where
77

88
import qualified Test.Ouroboros.Storage.LedgerDB.Serialisation as Serialisation
9-
import qualified Test.Ouroboros.Storage.LedgerDB.SnapshotPolicy as SnapshotPolicy
109
import qualified Test.Ouroboros.Storage.LedgerDB.Snapshots as Snapshots
1110
import qualified Test.Ouroboros.Storage.LedgerDB.StateMachine as StateMachine
1211
import qualified Test.Ouroboros.Storage.LedgerDB.V1.BackingStore as BackingStore
@@ -23,8 +22,7 @@ tests =
2322
, DbChangelog.tests
2423
]
2524
, -- Independent of the LedgerDB implementation
26-
SnapshotPolicy.tests
27-
, Serialisation.tests
25+
Serialisation.tests
2826
, Snapshots.tests
2927
, -- Tests both V1 and V2
3028
StateMachine.tests

ouroboros-consensus/test/storage-test/Test/Ouroboros/Storage/LedgerDB/SnapshotPolicy.hs

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)