build(backend): ensure that test scripting returns an error code if s… #28
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#28
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ensure-be-tests-fail-ci-if-fail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
…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.