Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_runner: update packages for Python 3.13 (#10285)
## Problem It's impossible to run regression tests with Python 3.13 as some dependencies don't support it (some of them are outdated, and `jsonnet` doesn't support it at all yet) ## Summary of changes - Update dependencies for Python 3.13 - Install `jsonnet` only on Python < 3.13 and skip relevant tests on Python 3.13 Closes #10237
- Loading branch information
ad7f14d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7377 tests run: 7014 passed, 1 failed, 362 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (2)
Postgres 17
test_nbtree_pagesplit_cycleid
: debug-x86-64Postgres 15
test_timeline_copy[100000]
: release-arm64Code coverage* (full report)
functions
:31.2% (8411 of 26962 functions)
lines
:48.0% (66787 of 139233 lines)
* collected from Rust tests only
ad7f14d at 2025-01-06T22:46:05.774Z :recycle: