build(backend): ensure that test scripting returns an error code if s… #28

Merged
mcataford merged 6 commits from fix/ensure-be-tests-fail-ci-if-fail into main 2023-08-19 16:08:24 +00:00
mcataford commented 2023-08-19 15:34:55 +00:00 (Migrated from github.com)

…teps fail

While solving for #27, noticed that tests were silently failing in CI for the backend due to instrumentation.

This ended up being about waiting for the test DB to become healthy, which is now done via a proper healthcheck rather than an arbitrary sleep period.

Other arbitrary sleeps have been replaced the same way.

…teps fail While solving for #27, noticed that tests were silently failing in CI for the backend due to instrumentation. This ended up being about waiting for the test DB to become healthy, which is now done via a proper healthcheck rather than an arbitrary sleep period. Other arbitrary sleeps have been replaced the same way.
This repo is archived. You cannot comment on pull requests.
No description provided.