daml/ledger/ledger-api-test-tool-on-canton/bootstrap.canton
Oliver Seeliger b68333c29e
Reenable multi-node ledger-api-test-tool conformance test against Canton (#6449)
Canton test suite had been disabled shortly before DAML 1.0. Reenabling
those tests that have been running flake-free in Canton for over a month.

In addition:
- Switched test selection from --include to --exclude so that we see how newly
  added suites run multi-node.
- Switched Canton from in-memory to h2. Also adopted other config settings in
  canton.conf from how tests are invoked in canton continuous integration.
- Increased number of participants from 2 to 4.
- Upgraded Canton from 0.11.0 to 0.15.0

CHANGELOG_BEGIN
CHANGELOG_END
2020-06-23 09:06:28 +02:00

8 lines
180 B
Plaintext

nodes.local start
participants.local foreach (_.domains.connect_local(test_domain))
utils.retry_until_true() {
participants.local forall (_.domains.active(test_domain.name))
}