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

Improve PostgreSQL test DB setup documentation and script #45413

Merged

Commits on Oct 5, 2021

  1. Document PostgreSQL test db requirements

    Test DB needs be accessible via custom username/password,
    and the qgis_test service should connect as a user with
    the privilege to create other users.
    
    References
    qgis#45380 (comment)
    strk committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f6c7176 View commit details
    Browse the repository at this point in the history
  2. Have tests/testdata/provider/testdata_pg.sh run more checks

    ... and give more hints about proper setup
    
    Also fix support for passing a database name as commandline argument
    (kind of risky, for the dropdb call upfront)
    strk committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ba096cc View commit details
    Browse the repository at this point in the history