We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe52a7c commit 1aa5566Copy full SHA for 1aa5566
test/Test/Database/LSMTree/StateMachine.hs
@@ -1582,11 +1582,9 @@ arbitraryActionWithVars _ label ctx (ModelState st _stats) =
1582
]
1583
++ [ (2, fmap Some $ Union <$> genTableVar <*> genTableVar)
1584
| length tableVars <= 5 -- no more than 5 tables at once
1585
- , False -- TODO: enable once table union is implemented
1586
1587
++ [ (2, fmap Some $ Unions <$> genUnionsTableVars)
1588
1589
- , False -- TODO: enable once table unions is implemented
1590
1591
1592
genActionsCursor :: [(Int, Gen (Any (LockstepAction (ModelState h))))]
0 commit comments