Skip to content
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

Fix tests using Postgres #2362

Merged
merged 23 commits into from Sep 11, 2023
Merged

Fix tests using Postgres #2362

merged 23 commits into from Sep 11, 2023

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Sep 11, 2023

  • Most Django tests did not use Postgres at all but SQLite. Fixes this
  • Updates test matrix config so that the test db is always created for frameworks that need a Postgres DB
  • Fixes the asyncpg tests.
  • Fixes also Grpc tests (they where running way to often and always did the same thing...)

@antonpirker antonpirker marked this pull request as ready for review September 11, 2023 12:21
@antonpirker antonpirker merged commit 34232eb into master Sep 11, 2023
252 checks passed
@antonpirker antonpirker deleted the antonpirker/fix-tests branch September 11, 2023 12:51
sentrivana pushed a commit that referenced this pull request Sep 18, 2023
- Most Django tests did not use Postgres at all but SQLite. Fixes this
- Updates test matrix config so that the test db is always created for frameworks that need a Postgres DB
- Fixes the asyncpg tests.
- Fixes also Grpc tests (they where running way to often and always did the same thing...)
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.

None yet

2 participants