-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the pg_regress tests on staging for PG17 (#9978)
## Problem Currently, we run the `pg_regress` tests only for PG16 However, PG17 is a part of Neon and should be tested as well ## Summary of changes Modified the workflow and added a patch for PG17 enabling the `pg_regress` tests. The problem with leftovers was solved by using branches.
- Loading branch information
1 parent
e74e7aa
commit 92273b6
Showing
5 changed files
with
4,096 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
92273b6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7201 tests run: 6866 passed, 0 failed, 335 skipped (full report)
Flaky tests (4)
Postgres 15
test_prefetch[4]
: release-arm64Postgres 14
test_prefetch[None]
: release-x86-64, release-arm64test_pull_timeline[True]
: release-x86-64Code coverage* (full report)
functions
:31.4% (8332 of 26528 functions)
lines
:47.7% (65545 of 137367 lines)
* collected from Rust tests only
92273b6 at 2024-12-09T21:45:47.810Z :recycle: