Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix regression tests #373

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

dbonne
Copy link

@dbonne dbonne commented Nov 23, 2023

  • Removed regression tests for postgres 10 and 11
  • Fixed regression tests

* `allow_in_place_tablespaces` is used to
fix running regression tests locally

Signed-off-by: Daymel Bonne Solís <7658145+dbonne@users.noreply.github.com>
@dbonne dbonne force-pushed the fix_regression_tests branch from a7e3bd2 to fa132db Compare November 24, 2023 13:59
@@ -12,14 +12,11 @@ jobs:
- 14
- 13
- 12
- 11
- 10
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there a reason to remove the tests? Yes, PostgreSQL version 10 and 11 is no longer supported, but it will be nice to know if and when pg_repack fails on these versions.

@andreasscherbaum
Copy link
Collaborator

What exactly is fixed in the regression tests?

@CyberDem0n
Copy link

It is not really a fix, but IMO an improvement, because it removes the need to create a tablespace outside of regression tests by utilizing allow_in_place_tablespaces GUC, which was back-ported down to 10.22.

But, I agree, there is no reason not to run tests on 10 and 11.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants