Skip to content

Revert "Remove bad test test_projection_rebuild_with_required_columns"#93971

Merged
alexey-milovidov merged 4 commits intomasterfrom
revert-93877-remove-bad-test-4
Jan 19, 2026
Merged

Revert "Remove bad test test_projection_rebuild_with_required_columns"#93971
alexey-milovidov merged 4 commits intomasterfrom
revert-93877-remove-bad-test-4

Conversation

@KochetovNicolai
Copy link
Copy Markdown
Member

@KochetovNicolai KochetovNicolai commented Jan 12, 2026

Reverts #93877

Fixes: #93365

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Jan 12, 2026

Workflow [PR], commit [12f81b3]

Summary:

job_name test_name status info comment
Integration tests (arm_binary, distributed plan, 3/4) failure
test_ttl_replicated/test.py::test_ttl_compatibility[node_left1-node_right1-1] FAIL cidb
Integration tests (arm_binary, distributed plan, 4/4) failure
test_peak_memory_usage/test.py::test_clickhouse_client_max_peak_memory_usage_distributed FAIL cidb, issue

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label Jan 12, 2026
@KochetovNicolai KochetovNicolai marked this pull request as ready for review January 13, 2026 15:25
from helpers.cluster import ClickHouseCluster

cluster = ClickHouseCluster(__file__)
node1 = cluster.add_instance("node1", user_configs=["configs/insert_limits.xml"])
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
node1 = cluster.add_instance("node1", user_configs=["configs/insert_limits.xml"])
node1 = cluster.add_instance("node1", user_configs=["configs/insert_limits.xml"], randomize_settings=False)

Likely this is the reason for flakiness

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

But this should not be needed anymore, since test uses explicit values

@azat azat added the 🍃 green ci 🌿 Fixing flaky tests in CI label Jan 14, 2026
@alexey-milovidov alexey-milovidov merged commit d8ec35b into master Jan 19, 2026
127 of 132 checks passed
@alexey-milovidov alexey-milovidov deleted the revert-93877-remove-bad-test-4 branch January 19, 2026 17:22
@robot-clickhouse robot-clickhouse added the pr-synced-to-cloud The PR is synced to the cloud repo label Jan 19, 2026
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.

Flaky test: test_projection_rebuild_with_required_columns/test.py::test_projection_rebuild_uses_only_required_columns

4 participants