[RFC] Fix settings/current_database in system.processes for async BACKUP/RESTORE#68163
Conversation
…STORE Signed-off-by: Azat Khuzhin <[email protected]>
|
This is an automated comment for commit 8a48b33 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
|
antaljanosbenjamin
left a comment
There was a problem hiding this comment.
The changes looks okay. I don't see a reliable way to write a test for this as I have no idea how we could stretch the length of backup/restore, but you might have some ideas. Do you think you can add a reliable test in some way?
Yes, right now it is tricky.
|
antaljanosbenjamin
left a comment
There was a problem hiding this comment.
I am from my phone, will merge the PR once I get back in front my laptop (latest tomorrow).
|
The performance tests is very unlikely to be related, honestly I cannot imagine it is related. |
…STORE (resubmit) Resubmitted version of the initial patch that: - fixes for expired context (and adds a test for it), by just capturing the original context as well instead of introducing QueryStatus::updateContext() - adds a test for the fix itself Resubmits: ClickHouse#68163 Reverts: ClickHouse#68386 Cc: @antaljanosbenjamin Signed-off-by: Azat Khuzhin <[email protected]> (cherry picked from commit 8a48b33)
…STORE (resubmit) Resubmitted version of the initial patch that: - fixes for expired context (and adds a test for it), by just capturing the original context as well instead of introducing QueryStatus::updateContext() - adds a test for the fix itself Resubmits: ClickHouse#68163 Reverts: ClickHouse#68386 Cc: @antaljanosbenjamin Signed-off-by: Azat Khuzhin <[email protected]> (cherry picked from commit 8a48b33)
…STORE (resubmit) Resubmitted version of the initial patch that: - fixes for expired context (and adds a test for it), by just capturing the original context as well instead of introducing QueryStatus::updateContext() - adds a test for the fix itself Resubmits: ClickHouse#68163 Reverts: ClickHouse#68386 Cc: @antaljanosbenjamin Signed-off-by: Azat Khuzhin <[email protected]> (cherry picked from commit 8a48b33)
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix settings/current_database in system.processes for async BACKUP/RESTORE