Skip to content

Fix unit tests #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fix unit tests #273

wants to merge 2 commits into from

Conversation

Pl217
Copy link
Contributor

@Pl217 Pl217 commented May 16, 2025

@manelcecs I noticed that running tests multiple times in a row in this repo shows that we're not doing proper cleanup after they finish running. The errors seen are lots of Unable to connect to Postgres via Knex. Ensure a valid connection everywhere.

Closing the DB connection after finishing tests, which I did, didn't resolve the problem. Since you worked on setting up tests in #26, I'll let you take care of this.

@Pl217 Pl217 requested a review from a team as a code owner May 16, 2025 19:44
@Pl217 Pl217 added needs unit tests needs minor changes There are review or issue comments to address labels May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs minor changes There are review or issue comments to address needs unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants