From Fedora Project Wiki

m (still doh)
(update to associated release criteria (server roles are gone))
Line 1: Line 1:
{{Template:Associated_server_role_requirements|Database server}}
{{Template:Associated_release_criterion|Beta|postgresql-server-requirements}}


{{QA/Test_Case
{{QA/Test_Case

Revision as of 23:24, 17 July 2018

Note.png
Associated release criterion
This test case is associated with the Fedora_41_Beta_Release_Criteria#postgresql-server-requirements release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

Test that the database server role is remotely accessible by default.

Setup

  1. Install the Fedora Server release you wish to test on a machine and deploy the database server role
  2. On a second machine (the client) on the same network as the first, install the Package-x-generic-16.pngpostgresql package

How to test

  1. From the client, attempt to access the database server using the account and password you used when deploying the role, e.g. psql -U db_owner -h (server_hostname)

Expected Results

  1. The connection attempt should succeed and leave you connected to the server and able to perform normal operations (queries, table creation etc.)