-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Added Emulator CI and additional tests for Azure Cosmos SDK #33363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kushagraThapar
merged 27 commits into
Azure:main
from
kushagraThapar:azure_cosmos_add_cross_partition_query_tests
Feb 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b2cb0a5
Added Cross partition query tests for sync and async APIs
kushagraThapar a3fcabb
Added license header for new files
kushagraThapar bc81ab2
Updated database and container creation
kushagraThapar 187b3d2
Updated python tests with setup and tear down
kushagraThapar f589e48
Fixed some tests cases
kushagraThapar 40cf21e
Fixed spelling
kushagraThapar 998b997
Added emulator CI
kushagraThapar f7d9ca4
Merged latest main and resolved conflicts
kushagraThapar cbaf26e
Removed python 3.7 emulator tests config
kushagraThapar d1434ae
Removed collection crud tests from emulator
kushagraThapar ade8a78
Merged latest main and resolved conflicts
kushagraThapar c7ccc22
Updated some collection heavy tests to skip for emulator
kushagraThapar cafc996
Fixing python 3.10
kushagraThapar b763f8b
Marking test_computed_properties async test to run only in live tests
kushagraThapar d95157a
Merge branch 'main' into azure_cosmos_add_cross_partition_query_tests
kushagraThapar 7a34c7e
Fixed emulator tests with pytest fixtures
kushagraThapar c05e65c
Fixed more emulator tests with pytest fixtures
kushagraThapar 6252619
Fixed more emulator tests with pytest fixtures
kushagraThapar 420d639
Fixed more emulator tests with pytest fixtures and updated azure core…
kushagraThapar acbb98a
Fixed flaky tests
kushagraThapar a64f69c
Updated stored procedure create calls
kushagraThapar 06d708c
Fixing sproc test
kushagraThapar 1b85744
Fixing trigger test
kushagraThapar 9b93a8f
Fixing flaky live ci tests
kushagraThapar 499ef27
Fixing max parallel and removed python 3.11 for cosmos emulator windo…
kushagraThapar 8198961
Added MIT license header
kushagraThapar b51d6f6
Update sdk/cosmos/azure-cosmos/test/test_partition_split_query.py
simorenoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added emulator CI
- Loading branch information
commit 998b9973a28f312f1157af75449f081ecdf604e2
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| { | ||
| "displayNames": { | ||
| "--disablecov": "", | ||
| "false": "", | ||
| "true": "" | ||
| }, | ||
| "matrix": { | ||
| "Agent": { | ||
| "windows-2022": { "OSVmImage": "MMS2022", "Pool": "azsdk-pool-mms-win-2022-general" } | ||
| }, | ||
| "EmulatorConfig": { | ||
| "Emulator Tests Python 3.7": { | ||
| "PythonVersion": 3.7, | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "ToxTestEnv": "'whl,sdist'", | ||
| "ACCOUNT_HOST": "https://localhost:8081/", | ||
| "ACCOUNT_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", | ||
| "Skip.Analyze": "true" | ||
| }, | ||
| "Emulator Tests Python 3.8": { | ||
| "PythonVersion": 3.8, | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "ToxTestEnv": "'whl,sdist'", | ||
| "ACCOUNT_HOST": "https://localhost:8081/", | ||
| "ACCOUNT_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", | ||
| "Skip.Analyze": "true" | ||
| }, | ||
| "Emulator Tests Python 3.9": { | ||
| "PythonVersion": 3.9, | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "ToxTestEnv": "'whl,sdist'", | ||
| "ACCOUNT_HOST": "https://localhost:8081/", | ||
| "ACCOUNT_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", | ||
| "Skip.Analyze": "true" | ||
| }, | ||
| "Emulator Tests Python 3.10": { | ||
| "PythonVersion": 3.10, | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "ToxTestEnv": "'whl,sdist'", | ||
| "ACCOUNT_HOST": "https://localhost:8081/", | ||
| "ACCOUNT_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", | ||
| "Skip.Analyze": "true" | ||
| }, | ||
| "Emulator Tests Python 3.11": { | ||
| "PythonVersion": 3.11, | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "ToxTestEnv": "'whl,sdist'", | ||
| "ACCOUNT_HOST": "https://localhost:8081/", | ||
| "ACCOUNT_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", | ||
| "Skip.Analyze": "true" | ||
| }, | ||
| "Emulator Tests Python 3.12": { | ||
| "PythonVersion": 3.12, | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "ToxTestEnv": "'whl,sdist'", | ||
| "ACCOUNT_HOST": "https://localhost:8081/", | ||
| "ACCOUNT_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", | ||
| "Skip.Analyze": "true" | ||
| } | ||
| } | ||
| } | ||
| } | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.