Skip to content

Commit

Permalink
do not use the same temp dir for test cases run in parallel (#19257)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da committed May 23, 2024
1 parent 935c3fb commit b0ee597
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0ee597

Please sign in to comment.