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

Refactor MigrationRunner::run_migrations() to call a helper #10232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tristan957
Copy link
Member

@tristan957 tristan957 commented Dec 23, 2024

This will make it easier to add per-db migrations, such as that for
CVE-2024-4317.

Link: https://www.postgresql.org/support/security/CVE-2024-4317/
Signed-off-by: Tristan Partin [email protected]

@tristan957 tristan957 requested a review from a team as a code owner December 23, 2024 17:44
@tristan957 tristan957 requested review from lubennikovaav and removed request for a team December 23, 2024 17:44
Copy link

github-actions bot commented Dec 23, 2024

7216 tests run: 6863 passed, 0 failed, 353 skipped (full report)


Flaky tests (4)

Postgres 17

Postgres 16

Code coverage* (full report)

  • functions: 31.2% (8400 of 26938 functions)
  • lines: 47.9% (66680 of 139127 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
042e5ae at 2025-01-02T23:13:54.830Z :recycle:

@tristan957 tristan957 force-pushed the tristan957/inline-queries branch from 5d2e111 to 1fe1430 Compare January 2, 2025 18:46
Base automatically changed from tristan957/inline-queries to main January 2, 2025 22:13
This will make it easier to add cluster migrations, such as that for
CVE-2024-4317.

Link: https://www.postgresql.org/support/security/CVE-2024-4317/
Signed-off-by: Tristan Partin <[email protected]>
@tristan957 tristan957 force-pushed the tristan957/refactor branch from 0ce45be to 042e5ae Compare January 2, 2025 22:16
@tristan957 tristan957 requested a review from ololobus January 3, 2025 04:56
@tristan957 tristan957 enabled auto-merge January 3, 2025 04:56
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.

1 participant