Skip to content

Commit

Permalink
re-enable SlowTests, oops
Browse files Browse the repository at this point in the history
Change-Id: I8df3d2848fb2ab9844a0781ab3ae2e8e0fcf6593
  • Loading branch information
chessai committed Jun 28, 2024
1 parent 3c99445 commit 6e8ba50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/SlowTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ loglevel = Warn
-- note that because these tests run in parallel they must all use distinct rocksdb and sqlite dirs.
suite :: TestTree
suite = independentSequentialTestGroup "ChainwebSlowTests"
[ {-testCaseSteps "compact-resume" $ \step ->
[ testCaseSteps "compact-resume" $ \step ->
withTempRocksDb "compact-resume-test-rocks" $ \rdb ->
withSystemTempDirectory "compact-resume-test-pact-src" $ \srcPactDbDir ->
withSystemTempDirectory "compact-resume-test-pact-target" $ \targetPactDbDir -> do
Chainweb.Test.MultiNode.compactAndResumeTest loglevel (fastForkingCpmTestVersion pairChainGraph) 6 rdb srcPactDbDir targetPactDbDir step
,-} testCaseSteps "compact-live-node" $ \step ->
, testCaseSteps "compact-live-node" $ \step ->
withTempRocksDb "pact-import-test-rocks" $ \rdb ->
withSystemTempDirectory "pact-import-test-pact-src" $ \srcPactDbDir ->
withSystemTempDirectory "pact-import-test-pact-target" $ \targetPactDbDir -> do
Chainweb.Test.MultiNode.compactLiveNodeTest loglevel (fastForkingCpmTestVersion twentyChainGraph) 1 rdb srcPactDbDir targetPactDbDir step
{-, testCaseSteps "ConsensusNetwork - TimedConsensus - 10 nodes - 30 seconds" $ \step ->
, testCaseSteps "ConsensusNetwork - TimedConsensus - 10 nodes - 30 seconds" $ \step ->
withTempRocksDb "multinode-tests-timedconsensus-peterson-twenty-rocks" $ \rdb ->
withSystemTempDirectory "multinode-tests-timedconsensus-peterson-twenty-pact" $ \pactDbDir ->
Chainweb.Test.MultiNode.test loglevel (timedConsensusVersion petersonChainGraph twentyChainGraph) 10 30 rdb pactDbDir step
Expand All @@ -62,5 +62,4 @@ suite = independentSequentialTestGroup "ChainwebSlowTests"
, testGroup "Network.X05.SelfSigned.Test"
[ Network.X509.SelfSigned.Test.tests
]
-}
]

0 comments on commit 6e8ba50

Please sign in to comment.