-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Cosmos] Resiliency and Documentation Improvements #36514
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
Conversation
…errors functional code, missing tests now
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/cosmos/azure-cosmos/azure/cosmos/_global_endpoint_manager.py
Outdated
Show resolved
Hide resolved
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
xinlian12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* 403.3 loop fix, regional routing fix, improvement on service request errors functional code, missing tests now * Update ErrorCodesAndRetries.md * Update TimeoutAndRetriesConfig.md * Update http_constants.py * Update CHANGELOG.md * test improvements for 403 retry * fix emulator tests * Update test_globaldb.py * Update test_globaldb.py * add ServiceRequestError test and doc update * addressing comments * Update test_globaldb.py * Update test_globaldb.py * Update test_globaldb.py * Update test_globaldb.py * move policy * revert * fixes * Update test_globaldb.py * Update test_globaldb.py * Update test_globaldb.py * Update test_globaldb.py * Update test_globaldb.py * Update CHANGELOG.md * 503 retries * align readme with changelog * forceful db account refresh * remove premature locational endpoint * make GEM refresh every 5 mins as it should have * Delete drz3-drill.txt * Update CHANGELOG.md * Update test_location_cache.py * Update _global_endpoint_manager.py * ensure only one initial database account call * Delete dr-zdrill-005.txt * Update test_location_cache.py * Update test_location_cache.py * Update test_location_cache.py * overhaul location_cache tests
This PR improves and fixes some functionality that was missing in the SDK. Namely, this PR includes: