Fix exception in RemoteQueryExecutor when user does not exist locally#72759
Merged
yariks5s merged 5 commits intoClickHouse:masterfrom Dec 6, 2024
Merged
Fix exception in RemoteQueryExecutor when user does not exist locally#72759yariks5s merged 5 commits intoClickHouse:masterfrom
yariks5s merged 5 commits intoClickHouse:masterfrom
Conversation
Contributor
Author
|
@Algunenano could you please put a can-be-tested here? |
Contributor
|
This is an automated comment for commit 9b0f33b with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
Member
|
Please add a test that reproduces the error |
yariks5s
approved these changes
Dec 5, 2024
Contributor
Author
|
@yariks5s do you by any chance know what is bugfix validation and why it is failing? it does not like the tests are the issue: It is failing at start-up, while the same tests work perfectly in all integration tests iterations Is this situation OK? |
Member
|
This situation seems not ok, but I don't know the root cause yet, will try to dig it up more |
Member
|
I see similar errors in other PRs that were ignored, let's do the same :) |
robot-clickhouse
added a commit
that referenced
this pull request
Dec 6, 2024
zvonand
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Dec 7, 2024
Fix ClickHouse#72756 (exception in RemoteQueryExecutor when user does not exist locally)
zvonand
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Dec 13, 2024
Fix ClickHouse#72756 (exception in RemoteQueryExecutor when user does not exist locally)
zvonand
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Dec 17, 2024
Fix ClickHouse#72756 (exception in RemoteQueryExecutor when user does not exist locally)
Enmk
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Dec 22, 2024
Fix ClickHouse#72756 (exception in RemoteQueryExecutor when user does not exist locally)
This was referenced Feb 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #72756
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix exception thrown in RemoteQueryExecutor when user does not exist locally
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):