Add concurrent test for "transaction in progress"

MonadBaseControl wizardry courtesy of @jwiegley
This commit is contained in:
Joe Nelson
2016-02-20 17:45:55 -08:00
parent 6b4b763bc4
commit 52e689b830
3 changed files with 50 additions and 0 deletions
+5
View File
@@ -127,6 +127,7 @@ Test-Suite spec
Hs-Source-Dirs: test, src
Main-Is: Main.hs
Other-Modules: Feature.AuthSpec
, Feature.ConcurrentSpec
, Feature.CorsSpec
, Feature.DeleteSpec
, Feature.InsertSpec
@@ -148,6 +149,7 @@ Test-Suite spec
, SpecHelper
, TestTypes
Build-Depends: aeson
, async
, base
, base64-string
, bytestring
@@ -164,6 +166,7 @@ Test-Suite spec
, http-types
, interpolatedstring-perl6
, jwt
, monad-control
, optparse-applicative
, parsec
, process
@@ -173,6 +176,8 @@ Test-Suite spec
, string-conversions
, text
, time
, transformers
, transformers-base
, unordered-containers
, vector
, wai