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. #428

Closed
wants to merge 2 commits 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. (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.

…e 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.

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.
Copy link

codecov bot commented Nov 10, 2023

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           

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

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

1 participant