-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanup of extension build commands (#10356)
There used to be some pg version dependencies in these extensions, but now that there isn't, follow the simpler pattern used in other extensions. No change in the produced images.
- Loading branch information
Showing
1 changed file
with
4 additions
and
30 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
8327f68
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.
7433 tests run: 7055 passed, 2 failed, 376 skipped (full report)
Failures on Postgres 16
test_ingest_logical_message[github-actions-selfhosted-fsync-8192]
: release-x86-64test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (2)
Postgres 17
test_subscriber_synchronous_commit
: release-x86-64Postgres 15
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Code coverage* (full report)
functions
:32.7% (8050 of 24640 functions)
lines
:47.7% (66840 of 140041 lines)
* collected from Rust tests only
8327f68 at 2025-01-11T19:59:45.287Z :recycle: