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

Tests for pr829 #921

Merged
merged 5 commits into from
May 2, 2023
Merged

Tests for pr829 #921

merged 5 commits into from
May 2, 2023

Conversation

atodorov
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4a93305) 88.36% compared to head (7d7be04) 88.37%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #921   +/-   ##
=======================================
  Coverage   88.36%   88.37%           
=======================================
  Files          55       55           
  Lines        2510     2512    +2     
=======================================
+ Hits         2218     2220    +2     
  Misses        292      292           
Impacted Files Coverage Δ
django_tenants/postgresql_backend/introspection.py 74.19% <100.00%> (+1.77%) ⬆️
django_tenants/tests/test_tenants.py 95.20% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@atodorov atodorov force-pushed the tests-for-pr829 branch 2 times, most recently from e74bc73 to 89b87cf Compare April 19, 2023 15:52
@atodorov atodorov force-pushed the tests-for-pr829 branch 3 times, most recently from c6ab367 to afbf509 Compare April 20, 2023 09:59
…o-tenants#829

according to the description in django-tenants#829 Postgres will double quote
schema names which contain underscores. More precisely names which
contain underscores and a mixture of lower case and upper case letters
will be quoted!
now the test uses schema names which will be double quoted by Postgres
This reverts commit 5f25990.

The reported issue in django-tenants#829 is reproducible on Postgres 11 but not on
later versions
b/c 4.1 is the last one to support Postgres 11
@atodorov atodorov marked this pull request as ready for review April 20, 2023 10:29
@atodorov atodorov requested a review from tomturner April 20, 2023 10:29
@tomturner
Copy link
Member

@atodorov looks good. Happy for you to merge it

@atodorov atodorov merged commit 4ec3800 into django-tenants:master May 2, 2023
22 checks passed
@atodorov atodorov deleted the tests-for-pr829 branch May 2, 2023 08:41
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

3 participants