-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add PostgreSQL test user with restricted privileges #57802
Conversation
This is now CI-green and ready for review. It's not directly fixing a bug BUT it is a reorganization useful to test user-facing bugs #28835 (PostgreSQL column-restricted INSERT permissions are ignored) and #57809 (Crash releasing pooled PostgreSQL connection when layer table has column-restricted update privilege) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am agree to remove the service=qgis_test
from the script but there should be documented somewhere what this script needs to work (a pg configuration, env vars, etc.). Can you add theses explanations? Regards.
This reverts commit 41bd9be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Are @qgis/qgis-developers the ones to ping to get an effective review ? |
The script has a section that gives you instructions about setting up the service file if it doesn't work, expecting it to be already setup makes it harder to bootstrap a test environment.