-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speedup daml repl integration tests (#11335)
We’ve seen the tests time out despite already having a 900s test timeout so this PR speeds up the tests using the following approaches: 1. Drop redundant test. We don’t need a test to test that daml repl starts without a ledger if other tests also use that. Admittedly that could make debugging slightly worse but I’m happy to accept that here. 2. Stop using a Ledger where we don’t need one. The import tests are about testing the client side not the server side. 3. Share ledgers where we can. The inbound messages size tests and the static time tests can reuse the ledger. 4. Stop using packages where we don’t need them. This speeds up both ledger startup as well as Daml Repl startup. changelog_begin changelog_end
- Loading branch information
1 parent
3bc0db3
commit 9e5b788
Showing
1 changed file
with
40 additions
and
94 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