do not use the same temp dir for test cases run in parallel (#19257)

This commit is contained in:
Paul Brauner 2024-05-23 15:14:11 +02:00 committed by GitHub
parent 935c3fb10e
commit b0ee597a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,8 +188,8 @@ tests tmpDir =
, testCase "daml new --list" $
callCommandSilentIn tmpDir "daml new --list"
, packagingTests tmpDir
, withResource (damlStart (tmpDir </> "sandbox-canton") False) stop damlStartTests
, withResource (damlStart (tmpDir </> "sandbox-canton") True) stop damlStartTestsWithoutValidation
, withResource (damlStart (tmpDir </> "sandbox-canton-1") False) stop damlStartTests
, withResource (damlStart (tmpDir </> "sandbox-canton-2") True) stop damlStartTestsWithoutValidation
, cleanTests cleanDir
, templateTests
, codegenTests codegenDir