ci(python): expand driver compatibility coverage - #795
Merged
youngsofun merged 2 commits intoAug 10, 2026
Merged
Conversation
youngsofun
force-pushed
the
codex/expand-python-compatibility-matrix
branch
4 times, most recently
from
August 7, 2026 11:00
bfef37c to
a6a13f6
Compare
youngsofun
force-pushed
the
codex/expand-python-compatibility-matrix
branch
from
August 7, 2026 11:09
a6a13f6 to
2ff5245
Compare
sundy-li
approved these changes
Aug 7, 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.
Summary
nightlyimage tagRUST_LOGtowarnand enable Rust backtraces in all Python binding test variants while preserving caller-provided valuesMotivation
Databend runs newer binding tests against older driver versions to detect compatibility regressions. Keeping equivalent coverage in BendSQL catches unsupported test assumptions earlier and avoids blocking Databend development when a new test relies on behavior unavailable in an older driver or server.
Testing
ruff format bindings/python/tests/asyncio/steps/binding.py bindings/python/tests/blocking/steps/binding.py bindings/python/tests/cursor/steps/binding.py tests/nox/noxfile.pynox -f tests/nox/noxfile.py --listCI=1 DATABEND_META_VERSION=v1.2.931-nightly DATABEND_QUERY_VERSION=v1.2.931-nightly nox -R -f tests/nox/noxfile.py -s "new_test_with_old_drivers(driver_version='0.34.2', query_result_format='arrow')"CI=1 DATABEND_META_VERSION=v1.2.931-nightly DATABEND_QUERY_VERSION=v1.2.931-nightly nox -R -f tests/nox/noxfile.py -s "new_test_with_old_drivers(driver_version='0.34.2', query_result_format='json')"CI=1 DATABEND_META_VERSION=v1.2.931-nightly DATABEND_QUERY_VERSION=v1.2.931-nightly nox -R -f tests/nox/noxfile.py -s "new_test_with_old_drivers(driver_version='0.27.6', query_result_format='json')"CI=1 DATABEND_META_VERSION=v1.2.931-nightly DATABEND_QUERY_VERSION=v1.2.931-nightly nox -R -f tests/nox/noxfile.py -s "new_test_with_old_drivers(driver_version='latest', query_result_format='json')"ruby -e 'require "yaml"; YAML.load_file(".github/workflows/bindings.python.yml")'git diff --check