daml/ledger-service
Moritz Kiefer abf061f694
Fix flakiness in JSON API integration tests (#8933)
The tests start the stream in parallel to submitting commands. This is
problematic since it means that those commands can either be included
in the ACS block or they can come after the ACS block. This PR polls
for the ACS block upfront which makes sure that the commands come afterwards.

changelog_begin
changelog_end
2021-02-24 14:00:19 +01:00
..
cli-opts Upgrade scalafmt and enable trailing commas (#8437) 2021-01-09 11:37:37 +01:00
db-backend non-empty newtypes (#8516) 2021-02-22 08:54:26 -05:00
http-json Fix flakiness in JSON API integration tests (#8933) 2021-02-24 14:00:19 +01:00
http-json-oracle Ledger: refactor bazel packaging of tedger test tool (#8894) 2021-02-22 11:41:19 +01:00
http-json-perf More Scala 2.13 cleanup (#8855) 2021-02-16 09:39:16 +00:00
http-json-testing Port the rest of //ledger-service/... to 2.13 (#8836) 2021-02-12 17:26:19 +01:00
jwt Port parts of //ledger-service to Scala 2.13 (#8776) 2021-02-08 11:27:50 +00:00
lf-value-json Port parts of //ledger-service to Scala 2.13 (#8776) 2021-02-08 11:27:50 +00:00
utils Port parts of //ledger-service to Scala 2.13 (#8776) 2021-02-08 11:27:50 +00:00