Skip to content

ci: update Scylla test version from 2025.2 to 2026.1#773

Open
mykaul wants to merge 1 commit intomasterfrom
ci/update-scylla-version-2026.1
Open

ci: update Scylla test version from 2025.2 to 2026.1#773
mykaul wants to merge 1 commit intomasterfrom
ci/update-scylla-version-2026.1

Conversation

@mykaul
Copy link
Copy Markdown

@mykaul mykaul commented Mar 29, 2026

Summary

  • Update SCYLLA_VERSION in integration test CI from release:2025.2 to release:2026.1
  • Tests gated by @skip_scylla_version_lt(2026.1.0) (e.g. client_routes tests) will now execute in CI
  • No code changes — CI-only

Context

The integration test suite was pinned to release:2025.2. Updating to release:2026.1 ensures CI covers the latest ScyllaDB features and catches regressions earlier.

Known issues on 2026.1: Two tests in test_client_routes.py (TestSslThroughNlb and TestFullNodeReplacementThroughNlb) have pre-existing failures that will be addressed in separate PRs:

  • TestFullNodeReplacementThroughNlb: bootstrap crash due to missing rackdc properties (fix ready on fix/nlb-test-bootstrap-rackdc)
  • TestSslThroughNlb: SSL connection timeout after cluster reconfiguration (under investigation)

The integration test suite was pinned to release:2025.2 which is no
longer the latest LTS branch.  Update to release:2026.1 so CI covers
the newest ScyllaDB features and catches regressions earlier.

Tests gated by @skip_scylla_version_lt(2026.1.0) — such as the
client_routes tests — will now actually execute in CI.
@mykaul
Copy link
Copy Markdown
Author

mykaul commented Mar 29, 2026

CI is complaining on The nested job 'upload_pypi' is requesting 'id-token: write', but is only allowed 'id-token: none'. - I assume some CI maintenance taking place (CC @dkropachev , @roy)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant