percona / pg_stat_monitor

Query Performance Monitoring Tool for PostgreSQL
https://docs.percona.com/pg-stat-monitor/
Other
477 stars 59 forks source link

Test PGSM with multiple extensions loaded in the server. #428

Closed Naeem-Akhter closed 12 months ago

Naeem-Akhter commented 12 months ago

Added a tap test case to load multiple extensions in the server before running a test load.

  1. We load and create other extensions that are distributed by Percona. (postgis, pg_repack, pgaudit, pgaudit_set_user, pgpool)
  2. Run test data with pgbench.
  3. Make sure there is no segmentation fault or server crash.

To make the above test case work, updated the workflows to install above mentioned extension where we use installed packages from PPG or PGDG. On workflows where we build server from source, we are skipping this test case.

Also removed the workflows for postgres 11, as it is already EOL.

codecov[bot] commented 12 months ago

Codecov Report

Merging #428 (9c7b163) into main (823bfb9) will not change coverage. Report is 3 commits behind head on main. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   90.70%   90.70%           
=======================================
  Files           3        3           
  Lines        1270     1270           
  Branches       35       35           
=======================================
  Hits         1152     1152           
  Misses         96       96           
  Partials       22       22           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!