[MAINTENANCE] Only run python 3.13 marker tests on PRs#11666
Merged
tyler-hoffman merged 1 commit intodevelopfrom Feb 19, 2026
Merged
[MAINTENANCE] Only run python 3.13 marker tests on PRs#11666tyler-hoffman merged 1 commit intodevelopfrom
tyler-hoffman merged 1 commit intodevelopfrom
Conversation
✅ Deploy Preview for niobium-lead-7998 canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #11666 +/- ##
========================================
Coverage 84.25% 84.25%
========================================
Files 472 472
Lines 39702 39702
========================================
Hits 33450 33450
Misses 6252 6252 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wookasz
approved these changes
Feb 13, 2026
NathanFarmer
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
For externally-hosted datasources, e.g. snowflake and databricks, the number of entities we create impacts the runtime. We've taken previous measures to automate cleanup of these periodically. This is an additional step to improve performance.
Running tests against multiple python versions helps catch a few categories of bugs:
But the main point of our marker tests is to verify differences between datasources (not the libraries that connect to them), and running multiple versions of python against the same datasource (e.g. instance of snowflake) is not uncovering these types of errors.
So we'll try to cut the number of tests running on every PR, and leave the full version matrix to run for releases, as it does today.
invoke lint(usesruff format+ruff check)For more information about contributing, visit our community resources.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!