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

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

Closed
wants to merge 1 commit into from

Conversation

Naeem-Akhter
Copy link
Contributor

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 in PPG. (postgis, pg_repack, pgaudit, pgaudit_set_user, pgpool)
  2. Run test data with pgbench.

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

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

Updated README.md to add pg-16 and remove pg-11.

…e running a test load.

1. We load and create other extensions that are distributed by Percona
   in PPG.
    (postgis, pg_repack, pgaudit, pgaudit_set_user, pgpool)
2. Run test data with pgbench.

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

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

Updated README.md to add pg-16 and remove pg-11.
Copy link

codecov bot commented Nov 11, 2023

Codecov Report

Merging #429 (aed6fdc) into main (823bfb9) will decrease coverage by 0.01%.
Report is 3 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #429      +/-   ##
==========================================
- Coverage   90.70%   90.70%   -0.01%     
==========================================
  Files           3        3              
  Lines        1270     1269       -1     
  Branches       35       35              
==========================================
- Hits         1152     1151       -1     
  Misses         96       96              
  Partials       22       22              

see 1 file with indirect coverage changes

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

Copy link
Contributor

@codeforall codeforall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Naeem-Akhter Naeem-Akhter deleted the extensions_ppg branch April 18, 2024 21:04
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.

3 participants