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 4
4
module Test.Database.LSMTree.UnitTests (tests ) where
5
5
6
6
import Control.Exception (Exception , bracket , try )
7
- import Control.Monad (void )
7
+ import Control.Monad (forM_ , void )
8
8
import Control.Tracer (nullTracer )
9
9
import Data.ByteString (ByteString )
10
10
import qualified Data.ByteString.Char8 as BS
@@ -219,7 +219,7 @@ unit_union_credit_0 =
219
219
-- | Blob refs into a union don't get invalidated when updating the union's
220
220
-- input tables.
221
221
unit_union_blobref_invalidation :: Assertion
222
- unit_union_blobref_invalidation =
222
+ unit_union_blobref_invalidation = forM_ @ [] @ IO @ Int [ 1 .. 100 ] $ \ _ ->
223
223
withTempIOHasBlockIO " test" $ \ hfs hbio ->
224
224
withOpenSession nullTracer hfs hbio testSalt (FS. mkFsPath [] ) $ \ sess ->
225
225
withTableWith config sess $ \ t1 -> do
You can’t perform that action at this time.
0 commit comments