Skip to content

[CI Fest] Fix 02597_column_update_tricy_expression_and_replication#67873

Merged
alesapin merged 4 commits intomasterfrom
fix-02597_column_update_tricy_expression_and_replication
Aug 8, 2024
Merged

[CI Fest] Fix 02597_column_update_tricy_expression_and_replication#67873
alesapin merged 4 commits intomasterfrom
fix-02597_column_update_tricy_expression_and_replication

Conversation

@thevar1able
Copy link
Copy Markdown
Member

@thevar1able thevar1able commented Aug 5, 2024

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fixes #67444

CI Settings (Only check the boxes if you know what you are doing):

  • Allow: All Required Checks
  • Allow: Stateless tests
  • Allow: Stateful tests
  • Allow: Integration Tests
  • Allow: Performance tests
  • Allow: All Builds
  • Allow: batch 1, 2 for multi-batch jobs
  • Allow: batch 3, 4, 5, 6 for multi-batch jobs

  • Exclude: Style check
  • Exclude: Fast test
  • Exclude: All with ASAN
  • Exclude: All with TSAN, MSAN, UBSAN, Coverage
  • Exclude: All with aarch64, release, debug

  • Do not test
  • Woolen Wolfdog
  • Upload binaries for special builds
  • Disable merge-commit
  • Disable CI cache

@thevar1able thevar1able added the 🍃 green ci 🌿 Fixing flaky tests in CI label Aug 5, 2024
@thevar1able thevar1able requested a review from alesapin August 5, 2024 19:43
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-not-for-changelog This PR should not be mentioned in the changelog label Aug 5, 2024
@robot-ch-test-poll
Copy link
Copy Markdown
Contributor

robot-ch-test-poll commented Aug 5, 2024

This is an automated comment for commit b4cb5dc 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
Check nameDescriptionStatus
Flaky testsChecks 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✅ success
Stateless testsRuns stateless functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc✅ success
Style checkRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report✅ success

@thevar1able thevar1able force-pushed the fix-02597_column_update_tricy_expression_and_replication branch from f60b5c0 to 035455a Compare August 6, 2024 18:21
Copy link
Copy Markdown
Member

@alesapin alesapin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't get why is it in python without any need, but Ok, if you want.

@thevar1able thevar1able force-pushed the fix-02597_column_update_tricy_expression_and_replication branch from 51b73bd to b4cb5dc Compare August 8, 2024 00:47
@alesapin alesapin added this pull request to the merge queue Aug 8, 2024
Merged via the queue into master with commit ac3dd0a Aug 8, 2024
@alesapin alesapin deleted the fix-02597_column_update_tricy_expression_and_replication branch August 8, 2024 12:28
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍃 green ci 🌿 Fixing flaky tests in CI pr-not-for-changelog This PR should not be mentioned in the changelog pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stateless test 02597_column_update_tricy_expression_and_replication is flaky with DatabaseReplicated

6 participants