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): enforce single host+port #9995

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

conradludgate
Copy link
Contributor

@conradludgate conradludgate commented 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)

@conradludgate conradludgate requested a review from a team as a code owner December 3, 2024 16:07
@conradludgate conradludgate requested review from awarus and removed request for a team December 3, 2024 16:07
Copy link

github-actions bot commented Dec 3, 2024

7018 tests run: 6710 passed, 0 failed, 308 skipped (full report)


Flaky tests (2)

Postgres 17

Code coverage* (full report)

  • functions: 30.8% (8264 of 26829 functions)
  • lines: 47.9% (65166 of 136150 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
0da5564 at 2024-12-03T20:05:55.999Z :recycle:

Base automatically changed from conrad/remove-postgres-config-parser to main December 3, 2024 18:40
@conradludgate conradludgate force-pushed the conrad/enforce-single-host-port branch from b47e96a to 0da5564 Compare December 3, 2024 18:58
@conradludgate conradludgate added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit 9ef0662 Dec 3, 2024
78 checks passed
@conradludgate conradludgate deleted the conrad/enforce-single-host-port branch December 3, 2024 20:01
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
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