daml/triggers/service
Stephen Compall 3196ef7575
fix flaky 'restart triggers after shutdown' test (#6926)
* reenable 'restart triggers after shutdown'

CHANGELOG_BEGIN
CHANGELOG_END

* wait for everything to shut down before completing a withTriggerService fixture

- similar to a change to HttpServiceFixture.withHttpService in #4593,
  but without the suppression of shutdown errors

* label the WithDb tests

* in CI, test only 'recover packages after shutdown', 50 times

* experiment: Process#destroy appears to be async

* is it in the in-between period?

* partial -> total

* replace some booleans with assertions for better error reporting

* make triggerLog concurrent

* close channel and file in other error cases for port locking

- suggested by @leo-da; thanks

* use port locking instead of port 0 for trigger service fixtures

* destroy one service at a time

* missed continuation in build script

* use assertion language for "restart triggers with update errors"

* Revert "is it in the in-between period?"

This reverts commit 211ebfe9d2.

* use better assertion language for "restart triggers with update errors"

* restore full CI build
2020-08-04 08:15:08 -04:00
..
release Rename targets (#5950) 2020-05-12 16:00:15 -04:00
src fix flaky 'restart triggers after shutdown' test (#6926) 2020-08-04 08:15:08 -04:00
test-model Renfinements to error test DAMLs (#6212) 2020-06-03 15:02:53 +00:00
authentication.md Trigger service: Document steps to replicate auth flow from the command line (#6725) 2020-07-14 15:05:41 -04:00
BUILD.bazel Trigger service tests: Remove auth service process in trigger service fixture (#6928) 2020-07-29 23:29:04 +00:00
daml-platform.sh Split sandbox code into separate packages (#6695) 2020-07-17 17:06:06 +02:00