From 3f01af45e1ba81822616b3a25e7b6f89f064d14a Mon Sep 17 00:00:00 2001 From: Alexander Esgen Date: Fri, 22 Nov 2024 18:22:20 +0100 Subject: [PATCH] BlockFetch client test: remove in-future check todo The handling of blocks from the future in the ChainDB was removed in https://github.com/IntersectMBO/ouroboros-consensus/pull/1269. --- .../Test/Consensus/MiniProtocol/BlockFetch/Client.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/ouroboros-consensus/test/consensus-test/Test/Consensus/MiniProtocol/BlockFetch/Client.hs b/ouroboros-consensus/test/consensus-test/Test/Consensus/MiniProtocol/BlockFetch/Client.hs index 322af9defb..c03639a6bb 100644 --- a/ouroboros-consensus/test/consensus-test/Test/Consensus/MiniProtocol/BlockFetch/Client.hs +++ b/ouroboros-consensus/test/consensus-test/Test/Consensus/MiniProtocol/BlockFetch/Client.hs @@ -244,7 +244,6 @@ runBlockFetchTest BlockFetchClientTestSetup{..} = withRegistry \registry -> do , mcdbRegistry = registry , mcdbNodeDBs = nodeDBs } - -- TODO: Test with more interesting behaviour for cdbCheckInFuture pure $ ChainDB.updateTracer cdbTracer args (_, (chainDB, ChainDBImpl.Internal{intAddBlockRunner})) <- allocate