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

Fix docker compose with PG17 #10165

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Conversation

a-masterov
Copy link
Contributor

Problem

It's impossible to run docker compose with compute v17 due to pg_anon extension which is not supported under PG17.

Summary of changes

The auto-loading of pg_anon is disabled by default

Copy link

github-actions bot commented Dec 16, 2024

7121 tests run: 6823 passed, 0 failed, 298 skipped (full report)


Flaky tests (6)

Postgres 17

Postgres 16

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-arm64

Postgres 15

  • test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]: release-arm64

Postgres 14

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-arm64

Code coverage* (full report)

  • functions: 31.3% (8396 of 26782 functions)
  • lines: 48.0% (66608 of 138627 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c211198 at 2024-12-17T08:26:24.993Z :recycle:

@a-masterov a-masterov marked this pull request as ready for review December 17, 2024 07:42
@a-masterov a-masterov self-assigned this Dec 17, 2024
@a-masterov a-masterov requested a review from bayandin December 17, 2024 07:44
@a-masterov a-masterov added this pull request to the merge queue Dec 17, 2024
Merged via the queue into main with commit e226d7a Dec 17, 2024
83 checks passed
@a-masterov a-masterov deleted the amasterov/docker-compose-pg17-fix branch December 17, 2024 08:17
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