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

chore(proxy): remove postgres config parser and md5 support #9990

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

conradludgate
Copy link
Contributor

@conradludgate conradludgate commented Dec 3, 2024

Keeping the mock postgres cplane adaptor using "stock" tokio-postgres allows us to remove a lot of dead weight from our actual postgres connection logic.

@conradludgate conradludgate requested a review from a team as a code owner December 3, 2024 15:43
@conradludgate conradludgate force-pushed the conrad/remove-postgres-config-parser branch from 603e15d to 4bbf95d Compare December 3, 2024 15:54
Copy link

github-actions bot commented Dec 3, 2024

7070 tests run: 6762 passed, 0 failed, 308 skipped (full report)


Flaky tests (8)

Postgres 16

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 30.8% (8262 of 26835 functions)
  • lines: 47.8% (65142 of 136191 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
4bbf95d at 2024-12-03T18:20:29.699Z :recycle:

@conradludgate conradludgate added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit 27a42d0 Dec 3, 2024
86 checks passed
@conradludgate conradludgate deleted the conrad/remove-postgres-config-parser branch December 3, 2024 18:40
github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
proxy doesn't ever provide multiple hosts/ports, so this code adds a lot
of complexity of error handling for no good reason.

(stacked on #9990)
github-merge-queue bot pushed a commit that referenced this pull request Dec 4, 2024
(stacked on #9990 and #9995)

Partially fixes #1287 with a custom option field to enable the fixed
behaviour. This allows us to gradually roll out the fix without silently
changing the observed behaviour for our customers.

related to neondatabase/cloud#15284
@awarus awarus mentioned this pull request Dec 5, 2024
awarus pushed a commit that referenced this pull request Dec 5, 2024
Keeping the `mock` postgres cplane adaptor using "stock" tokio-postgres
allows us to remove a lot of dead weight from our actual postgres
connection logic.
awarus pushed a commit that referenced this pull request Dec 5, 2024
proxy doesn't ever provide multiple hosts/ports, so this code adds a lot
of complexity of error handling for no good reason.

(stacked on #9990)
awarus pushed a commit that referenced this pull request Dec 5, 2024
(stacked on #9990 and #9995)

Partially fixes #1287 with a custom option field to enable the fixed
behaviour. This allows us to gradually roll out the fix without silently
changing the observed behaviour for our customers.

related to neondatabase/cloud#15284
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