test(integration): cover category-A scenarios from #207#99
Merged
Conversation
There was a problem hiding this comment.
Reviewed all 10 new scenario tests and the conftest fixtures. Method signatures and model attributes verified against the generated SDK; tests are self-cleaning, isolated via the scratch_database fixture, and consistent with existing integration conventions. LGTM.
There was a problem hiding this comment.
Reviewed: test-only PR adding 10 category-A integration scenarios plus supporting conftest fixtures. Verified all model attribute names, API method signatures, and response fields against the generated SDK source — all match. Fixtures are correctly scoped; mutating scenarios use isolated scratch databases with finally/expires_at cleanup and guarded ApiException teardown. No issues.
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.
Adds sdk-python integration tests for the 10 category-A scenarios defined in hotdata-dev/www.hotdata.dev#215: databases/contexts/catalogs lifecycle, embedding providers, connection types, jobs, information schema, uploads, managed tables, and saved-query reads. Each test is self-cleaning and prod-safe.
Note:
embedding_providers_cruduses a credential-freeserviceprovider since the runtime rejectsprovider_type=local. Companion www PR still needs to droppythonfromoptional_foron these scenarios to enforce them.