forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 4
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
22.8.18 Pre-release #273
Closed
Closed
22.8.18 Pre-release #273
Conversation
This file contains 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
add comment and rename github robot token add clickhouse instance password parameter use Altinity's s3 bucket Use altinityinfra dockerhub images and minor adjustments (#135) Allow CI to be triggered on PR Proper error reporting during docker pull and lowercase version name allow `altinitystable` git tags Download specific MinIO version instead of latest - same as upstream master remove stale chmod More stable CI/CD builds: - Rebuilding all docker images - Reduced number of docker images - Rerunning functional tests even if those were already executed in previous run Added missing dependencies for stateful tests Re-generating _pb2 files on each test run Changed hardcoded docker images name prefixes from `clickhouse/` to `altinityinfra/` Pushing images as :latest too to avoid some test failures reverted back to use clickhouse/jdbc-bridge Fixed how version is generated: taking into account VERSION_TWEAK and VERSION_FLAVOUR Pushing checks events data to "gh-data" instead of "default" etc.
…_timeout_ms Increase request_timeout_ms for s3 disks.
Base58 fix handling leading 0 / '1'
…nked-array-deserialization Add support for extended (chunked) arrays for Parquet format
Enable some disabled S3 tests
…ecovery Improve lost replica recovery (ReplicatedMergeTree)
22.8 Backport of ClickHouse#40620: base58 leading ones/zeroes fix
…overy_42134 22.8 Backport of ClickHouse#42134 and ClickHouse#41945 Stale replica recovery
…array_40485 22.8 Backport of ClickHouse#40485 parquet chunked array support
Cancel c-ares failed requests and retry on system interrupts to prevent callbacks with dangling references and premature resolution failures
22.8 Backport of ClickHouse#45629 fix cares crash
Using secrets for managing AWS access
Fixed tag checking code
…ustomizations/22.8.18
…eated-keys Do not remove inputs from maybe compiled DAG.
Don't execute and/or/if/multiIf on LowCardinality dictionary
…_or_if_multiIf_on_LowCardinality_dictionary 22.8 Backport of ClickHouse#44469 Don't execute and/or/if/multiIf on LowCardinality dictionary
…remove_inputs_from_DAG 22.8 Backport of ClickHouse#48303 Fixed block structure mismatch
Merged
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Make builds and tests possible in Altinity's infrastructure
add comment and rename github robot token
add clickhouse instance password parameter
use Altinity's s3 bucket
Use altinityinfra dockerhub images and minor adjustments (Use altinityinfra dockerhub images and minor adjustments #135)
Allow CI to be triggered on PR
Proper error reporting during docker pull and lowercase version name allow
altinitystable
git tagsDownload specific MinIO version instead of latest - same as upstream master remove stale chmod
More stable CI/CD builds:
Re-generating _pb2 files on each test run
Changed hardcoded docker images name prefixes from
clickhouse/
toaltinityinfra/
Pushing images as
:latest
too to avoid some test failuresFixed how version is generated: taking into account
VERSION_TWEAK
andVERSION_FLAVOUR
Pushing checks events data to "gh-data" instead of "default"
Using secrets for managing AWS access
Fixed tag checking code to allow
altinitystable
version suffixBumped Go version to get some CVE fixes
Do not install
clickhouse-diagnostics
due to numerous CVEs in go runtimeRemoved unneeded docker images from list: codebrowser, sqlancer-test, keeper-jespen, keeper-jepsen-test, testflows-runner, fuzzer Using ccache instead of sccache
Fixed
ClickHouseVersion.get_version_from_string
for some cases, fixed getting version flavourSwitched from
sccache
back toccache