daml/compatibility/bazel_tools
Moritz Kiefer 0f75732a22
Allocate parties in test-tool compat tests (#6496)
* Allocate parties in test-tool compat tests

Compatibility is really something you care about in a production
setup. Implicit party allocation is a development feature and not
available on most ledgers. Therefore, this PR switches the tests over
to allocate parties explicitly. For sandbox-next we also disable the
implicit party allocation feature completely which allows us to
include the ClosedWorldIT test. Sadbonx-classic does not allow
disabling it atm.

In principle, we could run in both configurations but I don’t think
the additional costs (we have hundreds of those tests and this would
double the number) are worth it due to the same reasons that I’ve
given at the beginning for why explicit allocation is more important.

changelog_begin
changelog_end

* Fix postgresql tests

changelog_begin
changelog_end
2020-06-25 16:40:06 +02:00
..
client_server Randomize postgres ports in compatibility tests (#5880) 2020-05-07 09:46:06 +02:00
create-daml-app Fix waitForSelector calls in create-daml-app-tests (#6253) 2020-06-08 11:26:03 +02:00
daml_ledger Include create-daml-app tests in compatibility tests (#5945) 2020-05-13 10:39:51 +02:00
daml_script Implement version name shortening for Windows (#5863) 2020-05-06 11:48:07 +00:00
daml_trigger Setup compatibility tests for DAML Trigger (#6112) 2020-05-27 12:32:37 +00:00
data_dependencies Validate data-dependencies test DARs (#6320) 2020-06-12 17:21:00 +00:00
test_utils Include create-daml-app tests in compatibility tests (#5945) 2020-05-13 10:39:51 +02:00
BUILD Include puppeteer tests in compat tests (#6018) 2020-05-22 14:02:59 +02:00
create_daml_app_test.sh Speed-up create-daml-app compat tests (#6087) 2020-05-25 16:25:10 +02:00
daml_ledger_test.sh Include daml ledger tests in compatibility tests (#5740) 2020-04-27 16:13:16 +00:00
daml_sdk.bzl Track runfile dependencies of SDK assistant (#6462) 2020-06-24 10:10:12 +00:00
daml.cc.tpl Include puppeteer tests in compat tests (#6018) 2020-05-22 14:02:59 +02:00
sandbox-with-postgres.sh Include sadbonx-classic in compatibility tests (#6399) 2020-06-19 15:55:39 +02:00
testing.bzl Allocate parties in test-tool compat tests (#6496) 2020-06-25 16:40:06 +02:00
versions.bzl Setup compatibility tests for DAML Trigger (#6112) 2020-05-27 12:32:37 +00:00