mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
52dbcf5d95
* http-json: Ask for a free port by specifying port 0. This will avoid race conditions. * bindings-akka-testing: Delete RandomPorts; it's unused. * ports: Fix the Bazel test glob. * ports: Move FreePort to postgresql-testing and add a test case. * postgresql-testing: Make `FreePort.find()` return a `Port`. * postgresql-testing: Lock free ports until the server starts. This uses a `FileLock`, which should work well on all our supported operating systems as long as everyone agrees to use it. CHANGELOG_BEGIN CHANGELOG_END * postgresql-testing: Try to find a free port 10 times, then give up. * postgresql-testing: Use a shared directory for the port lock. * postgresql-testing: Try an alternative way of getting `%LOCALAPPDATA%`. |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |