forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly adhere to DbType#supportsParallelWrites in SqlLedger (digita…
…l-asset#2902) Since we still have issues with parallel writes when using H2, we should properly only use a single DB connection and executor thread for that. Because we didn't do that before for Sandbox, tests like PackageManagement appeared to be flaky due to racy inserts in H2.
- Loading branch information
Showing
2 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters