Skip to content

Commit

Permalink
restore other slow tests
Browse files Browse the repository at this point in the history
Change-Id: Iccfc9d101be551418dcba5705ab64d1951123deb
  • Loading branch information
chessai committed Jul 2, 2024
1 parent d3c6b35 commit 87be681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/SlowTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main :: IO ()
main = defaultMain suite

loglevel :: LogLevel
loglevel = Info --Warn
loglevel = Warn

-- note that because these tests run in parallel they must all use distinct rocksdb and sqlite dirs.
suite :: TestTree
Expand All @@ -39,7 +39,7 @@ suite = independentSequentialTestGroup "ChainwebSlowTests"
withSystemTempDirectory "compact-resume-test-pact-src" $ \srcPactDbDir ->
withSystemTempDirectory "compact-resume-test-pact-target" $ \targetPactDbDir -> do
Chainweb.Test.MultiNode.compactAndResumeTest loglevel (fastForkingCpmTestVersion pairChainGraph) 6 srcRocksDb targetRocksDb 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
Expand All @@ -62,5 +62,5 @@ suite = independentSequentialTestGroup "ChainwebSlowTests"
Chainweb.Test.MultiNode.pactImportTest loglevel (fastForkingCpmTestVersion twentyChainGraph) 1 rdb pactDbDir step
, testGroup "Network.X05.SelfSigned.Test"
[ Network.X509.SelfSigned.Test.tests
]-}
]
]

0 comments on commit 87be681

Please sign in to comment.