You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks if new added or modified tests are flaky by running them repeatedly, in parallel, with more randomization. Functional tests are run 100 times with address sanitizer, and additional randomization of thread scheduling. Integration tests are run up to 10 times. If at least once a new test has failed, or was too long, this check will be red. We don't allow flaky tests, read the doc
Normally this is the first check that is ran for a PR. It builds ClickHouse and runs most of stateless functional tests, omitting some. If it fails, further checks are not started until it is fixed. Look at the report to see which tests fail, then reproduce the failure locally as described here
Dear @KochetovNicolai, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message.
Dear @KochetovNicolai, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message.
Dear @KochetovNicolai, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message.
Dear @KochetovNicolai, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message.
Dear @KochetovNicolai, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message.
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
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.
Resolves #48232
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Something like semi-join-reduction optimization for HashJoin
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):