test: consolidate adapter contract matrices#451
Closed
cofin wants to merge 2 commits into
Closed
Conversation
c1c3939 to
97c478d
Compare
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
Verification
uv run pytest tests/integration/adapters/contracts/test_parameter_styles.py tests/integration/adapters/contracts/test_driver_basics.py tests/integration/adapters/contracts/test_arrow.py tests/integration/adapters/contracts/test_event_queue.py -q -m "sqlite or duckdb": 15 passeduv run pytest tests/integration/adapters/contracts/test_storage_bridge.py tests/integration/adapters/contracts/test_exceptions.py tests/integration/adapters/contracts/test_explain.py tests/integration/adapters/contracts/test_migrations.py -q -k "sqlite or duckdb": 75 passeduv run pytest tests/integration/adapters/contracts --collect-only -q: 8 files / 370 itemsuv run pytest tests/integration/adapters --collect-only -q: 163 files / 2167 itemsuv run pytest tests/integration/test_rustfs_fixture_contract.py -q: 2 passeduv run pytest tests/unit/loader/test_loading_patterns.py::test_large_fixture_loading_performance -q: 1 passeduv run pytest tests/integration/adapters/cockroach_asyncpg/test_driver.py::test_cockroach_asyncpg_basic_crud -q: 1 passeduv run pytest tests/integration/adapters/contracts/test_driver_basics.py::test_driver_basic_operations[cockroach-asyncpg] tests/integration/adapters/contracts/test_parameter_styles.py::test_adapter_parameter_style_executes[cockroach-asyncpg-numeric] -q: 2 passeduv run pytest tests/integration/storage/test_integration.py tests/integration/storage/test_signing.py -q: 54 passedmake lint: passedmake testwas run twice locally and is blocked by existing RootlessKit host-port allocation conflicts under xdist: CockroachDB/ParadeDB on one run and RustFS on the next. The CockroachDB blocker is tracked in Beads assqlspec-zsc; the RustFS blocker is tracked assqlspec-38nn.