File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Test/Database/LSMTree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44module Test.Database.LSMTree.UnitTests (tests ) where
55
66import Control.Exception (Exception , bracket , try )
7- import Control.Monad (void )
7+ import Control.Monad (forM_ , void )
88import Control.Tracer (nullTracer )
99import Data.ByteString (ByteString )
1010import qualified Data.ByteString.Char8 as BS
@@ -219,7 +219,7 @@ unit_union_credit_0 =
219219-- | Blob refs into a union don't get invalidated when updating the union's
220220-- input tables.
221221unit_union_blobref_invalidation :: Assertion
222- unit_union_blobref_invalidation =
222+ unit_union_blobref_invalidation = forM_ @ [] @ IO @ Int [ 1 .. 100 ] $ \ _ ->
223223 withTempIOHasBlockIO " test" $ \ hfs hbio ->
224224 withOpenSession nullTracer hfs hbio testSalt (FS. mkFsPath [] ) $ \ sess ->
225225 withTableWith config sess $ \ t1 -> do
You can’t perform that action at this time.
0 commit comments