Skip to content

[Backport 8.1] Allow TCL 9.0 for tests (#1673)#2812

Merged
zuiderkwast merged 1 commit into
valkey-io:8.1from
sarthakaggarwal97:backport-81-1673
Nov 6, 2025
Merged

[Backport 8.1] Allow TCL 9.0 for tests (#1673)#2812
zuiderkwast merged 1 commit into
valkey-io:8.1from
sarthakaggarwal97:backport-81-1673

Conversation

@sarthakaggarwal97

@sarthakaggarwal97 sarthakaggarwal97 commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

Makes our tests possible to run with TCL 9.

The latest Fedora now has TCL 9.0 and it's working now, including the TCL TLS package. (This wasn't working earlier due to some packaging errors for TCL packages in Fedora, which have been fixed now.)

This PR also removes the custom compilation of TCL 8 used in our Daily jobs and uses the system default TCL version instead. The TCL version depends on the OS. For the latest Fedora, you get 9.0, for macOS you get 8.5 and for most other OSes you get 8.6.

The checks for TCL 8.7 are removed, because 8.7 doesn't exist. It was never released.

Backport of #1673.

Makes our tests possible to run with TCL 9.

The latest Fedora now has TCL 9.0 and it's working now, including the
TCL TLS package. (This wasn't working earlier due to some packaging
errors for TCL packages in Fedora, which have been fixed now.)

This PR also removes the custom compilation of TCL 8 used in our Daily
jobs and uses the system default TCL version instead. The TCL version
depends on the OS. For the latest Fedora, you get 9.0, for macOS you get
8.5 and for most other OSes you get 8.6.

The checks for TCL 8.7 are removed, because 8.7 doesn't exist. It was
never released.

---------

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
@codecov

codecov Bot commented Nov 6, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.10%. Comparing base (8eb91b3) to head (cf39542).
⚠️ Report is 1 commits behind head on 8.1.

Additional details and impacted files
@@            Coverage Diff             @@
##              8.1    #2812      +/-   ##
==========================================
- Coverage   71.17%   71.10%   -0.07%     
==========================================
  Files         123      123              
  Lines       65897    64531    -1366     
==========================================
- Hits        46900    45886    -1014     
+ Misses      18997    18645     -352     

see 99 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sarthakaggarwal97 sarthakaggarwal97 marked this pull request as ready for review November 6, 2025 17:30
@zuiderkwast zuiderkwast merged commit 5acd4de into valkey-io:8.1 Nov 6, 2025
61 of 65 checks passed
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.

2 participants