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(proxy): propagate the existing ComputeUserInfo to connect for cancellation #10322

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

Conversation

conradludgate
Copy link
Contributor

Problem

We were incorrectly constructing the ComputeUserInfo, used for cancellation checks, based on the return parameters from postgres. This didn't contain the correct info.

Summary of changes

Propagate down the existing ComputeUserInfo.

@conradludgate conradludgate requested a review from a team as a code owner January 9, 2025 12:06
@conradludgate conradludgate requested a review from awarus January 9, 2025 12:06
Copy link
Contributor

@awarus awarus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link

github-actions bot commented Jan 9, 2025

7286 tests run: 6921 passed, 0 failed, 365 skipped (full report)


Flaky tests (3)

Postgres 17

Postgres 14

Code coverage* (full report)

  • functions: 31.1% (8411 of 27003 functions)
  • lines: 47.8% (66781 of 139617 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
61b8c84 at 2025-01-09T13:56:38.215Z :recycle:

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