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

Bump default Postgres version for tests to v17 #9777

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

bayandin
Copy link
Member

@bayandin bayandin commented Nov 16, 2024

Problem

Tests that are marked with run_only_on_default_postgres do not run on debug builds on CI because we run debug builds only for the latest Postgres version (which is 17)

Summary of changes

  • Bump PgVersion.DEFAULT to v17
  • Skip test_timeline_archival_chaos in debug builds

@bayandin bayandin requested a review from jcsp November 16, 2024 00:18
@bayandin bayandin force-pushed the bayandin/default-pg-17-for-tests branch from 71409b5 to 733b5e4 Compare November 16, 2024 00:24
Copy link

github-actions bot commented Nov 16, 2024

5490 tests run: 5264 passed, 0 failed, 226 skipped (full report)


Code coverage* (full report)

  • functions: 31.5% (7927 of 25166 functions)
  • lines: 49.6% (62832 of 126578 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c589872 at 2024-11-18T13:40:25.563Z :recycle:

re.error: missing ), unterminated subpattern at position 21
@bayandin bayandin merged commit 44f33b2 into main Nov 18, 2024
80 checks passed
@bayandin bayandin deleted the bayandin/default-pg-17-for-tests branch November 18, 2024 15:06
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.

2 participants