Skip to content

Commit 8413515

Browse files
committed
WIP
1 parent b7111fe commit 8413515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Test/Database/LSMTree/UnitTests.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Test.Database.LSMTree.UnitTests (tests) where
55

66
import Control.Exception (Exception, bracket, try)
7-
import Control.Monad (void)
7+
import Control.Monad (forM_, void)
88
import Control.Tracer (nullTracer)
99
import Data.ByteString (ByteString)
1010
import 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.
221221
unit_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

0 commit comments

Comments
 (0)