Skip to content

Fix test_remote_initiator_after_non_remote#1856

Open
ianton-ru wants to merge 2 commits into
antalya-26.3from
bugfix/antalya-26.3/fix_test_remote_initiator_after_non_remote
Open

Fix test_remote_initiator_after_non_remote#1856
ianton-ru wants to merge 2 commits into
antalya-26.3from
bugfix/antalya-26.3/fix_test_remote_initiator_after_non_remote

Conversation

@ianton-ru
Copy link
Copy Markdown

@ianton-ru ianton-ru commented Jun 1, 2026

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)

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

Fix test_storage_iceberg_with_spark/test_remote_initiator.py::test_remote_initiator_after_non_remote

Documentation entry for user-facing changes

node1 chooses random node from cluster cluster_simple as remote initiator.
But node1 is a member of cluster_simple, and with chance 1/3 it chooses itself.
In this case later optimization 'if remote request is to current node, do not make remote request' makes request as non-remote again, and query creates less subqueries than expected.

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

Workflow [PR], commit [b2ffe81]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants