Skip to content

Conversation

@aaronskiba
Copy link
Contributor

Fixes #3396

Changes proposed in this PR:

  • Prior to this change, config/database.yml was configured such that running tests would be executed against the dev db. This would result in the dev db being destroyed after tests. This change ensures that the tests are executed against a separate test db and that the dev db persists while testing.
  • NOTE: config/database.yml is set via the cp 'config/database.yml.sample', 'config/database.yml' step when bin/setup postgresql is executed.

aaronskiba added 2 commits May 5, 2025 13:10
Prior to this change, `config/database.yml` was configured such that running tests would be executed against the dev db. This would result in the dev db being destroyed after tests. This change ensures that the tests are executed against a separate test db and that the dev db persists while testing.
@aaronskiba aaronskiba force-pushed the aaron/add-test-db-to-database-config branch from c70f8f7 to 82384fc Compare May 5, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant