daml/templates/create-daml-app-test-resources
Moritz Kiefer 3589c916ac
Avoid contention in create-daml-app tests (#6575)
The issue is described in a comment (since I want to preserve it) but
here’s the brief summary:

Calling `follow` twice can result in contention if we do not wait in
between. That is shown in the log of the JSON API. For some reason
that ends up propagating to a misleading Target closed error from
puppeteer.

This PR addresses the problem by waiting for the list of followers to
be updated which definitely implies that the ledger has seen the
command.

changelog_begin
changelog_end
2020-07-02 12:25:39 +00:00
..
index.test.ts Avoid contention in create-daml-app tests (#6575) 2020-07-02 12:25:39 +00:00
messaging.patch create-daml-app: Add end-to-end tests to integration tests (#5540) 2020-04-17 12:42:24 -04:00
testDeps.json Upgrade puppeteer (#6539) 2020-06-30 16:45:08 +02:00