Skip to content

Run DB integration tests concurrently - #2134

Draft
sgillespie wants to merge 6 commits into
IntersectMBO:masterfrom
sgillespie:feature/concurrent-tests
Draft

Run DB integration tests concurrently#2134
sgillespie wants to merge 6 commits into
IntersectMBO:masterfrom
sgillespie:feature/concurrent-tests

TODO[REBASEME]: Run "blocks with txs" in parallel

c3c0790
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.checks.fourmolu failed Jul 21, 2026 in 6s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/6v0anpshsj26wpv2qdacl09y9id526xx-fourmolu-check.drv

Log

Loaded config from: /nix/store/7vsmx55n5948w9a4k4saiqhnisvkna4d-source/fourmolu.yaml
cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Babbage.hs
@@ -9,7 +9,7 @@
  import qualified Cardano.Db as DB
  import Cardano.Mock.ChainSync.Server (IOManager)
  import Data.Text (Text)
- import Test.Tasty (TestTree, testGroup, testGroup)
+ import Test.Tasty (TestTree, testGroup)
  import Test.Tasty.HUnit (Assertion, testCase)

  import qualified Test.Cardano.Db.Mock.Unit.Babbage.Reward as BabReward