-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(deps): bump clickhouse to 25.3 #3878
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3878 +/- ##
=======================================
Coverage 99.49% 99.49%
=======================================
Files 3 3
Lines 197 197
=======================================
Hits 196 196
Misses 1 1 ☔ View full report in Codecov by Sentry. |
|
So this works. Next thing is to spin up a relatively "enough" VPS with an old version, and try to upgrade the clickhouse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I repeat my plea to make these hard-stops machine-readable somewhere as I think it would help with some other things too.
Thanks for doing this btw!
I think it's going to be useful for self-hosted hard stops rather than ClickHouse hard stop, as we only use 2 image tags. Initially I thought of something like this (pseudocode, bash is a horrible language): |
Yeah that's what I meant sorry. That code snippet you shared also looks fine to me. |
I don't really like bash's |
|
@aminvakil Hey, can I ask your review on this one, making sure my bash is not wrong. |


See getsentry/snuba#7361:
ClickHouse upgrade PR on snuba: getsentry/snuba#7339