-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
storage account failover complains about LastSyncTimeUnavailable #11292
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. |
We are discussing offline. |
@zfchen95 Seems I can't assign you. |
Azure ad b2c tenant resource management APIs swagger, merge into public repo (Azure#11292) * tenant creation azure ad b2c swagger merge into public repo * adding custom word and formatting json files * fixing readmes * removing conflict with master branch * fixing readme * fixing go readme * updated service name and output folder paths * csharp reeadme for multiple versions? * csharp reeadme for multiple versions? * trimming non-public preview platform targets;cleaning up chsarp/go/python readmes * reesolving custom-words conflict * Update specification/cpim/resource-manager/readme.md Co-authored-by: Arcturus <ufo54153@gmail.com> * removing space before the yaml * restoring and appending azureresourceschema.md * Update specification/cpim/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * Update specification/cpim/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * api version and subscription paremeter not in method location * python readme updates * python readme updates * fixing extra commas * trying variation for go readme * Update readme.md * Update readme.python.md * Update readme.python.md * Update readme.python.md * trying to match with azure monitor readme Co-authored-by: Arcturus <ufo54153@gmail.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Azure ad b2c tenant resource management APIs swagger, merge into public repo (Azure#11292) * tenant creation azure ad b2c swagger merge into public repo * adding custom word and formatting json files * fixing readmes * removing conflict with master branch * fixing readme * fixing go readme * updated service name and output folder paths * csharp reeadme for multiple versions? * csharp reeadme for multiple versions? * trimming non-public preview platform targets;cleaning up chsarp/go/python readmes * reesolving custom-words conflict * Update specification/cpim/resource-manager/readme.md Co-authored-by: Arcturus <ufo54153@gmail.com> * removing space before the yaml * restoring and appending azureresourceschema.md * Update specification/cpim/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * Update specification/cpim/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * api version and subscription paremeter not in method location * python readme updates * python readme updates * fixing extra commas * trying variation for go readme * Update readme.md * Update readme.python.md * Update readme.python.md * Update readme.python.md * trying to match with azure monitor readme Co-authored-by: Arcturus <ufo54153@gmail.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
* CodeGen from PR 11292 in Azure/azure-rest-api-specs Azure ad b2c tenant resource management APIs swagger, merge into public repo (#11292) * tenant creation azure ad b2c swagger merge into public repo * adding custom word and formatting json files * fixing readmes * removing conflict with master branch * fixing readme * fixing go readme * updated service name and output folder paths * csharp reeadme for multiple versions? * csharp reeadme for multiple versions? * trimming non-public preview platform targets;cleaning up chsarp/go/python readmes * reesolving custom-words conflict * Update specification/cpim/resource-manager/readme.md Co-authored-by: Arcturus <ufo54153@gmail.com> * removing space before the yaml * restoring and appending azureresourceschema.md * Update specification/cpim/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * Update specification/cpim/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * api version and subscription paremeter not in method location * python readme updates * python readme updates * fixing extra commas * trying variation for go readme * Update readme.md * Update readme.python.md * Update readme.python.md * Update readme.python.md * trying to match with azure monitor readme Co-authored-by: Arcturus <ufo54153@gmail.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * version,changelog Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Arcturus <ufo54153@gmail.com>
Hi @qiaozha. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @qiaozha, since you haven’t asked that we “ |
Describe the bug
I am trying to fix the test https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py for azure-mgmt-storage Python SDK and found that if I didn't comment out the test for failover https://github.com/Azure/azure-sdk-for-python/pull/11018/files#diff-d17221e9561b5e8578495ccace549e0dR703 to run live test against the service, the Test will fail and complains about LastSyncTimeUnavailable
Does the LastSyncTimeUnavailable means different replicate zones sync up time?
Am I missing some kind of configurations to make failover work?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots

Additional context
The text was updated successfully, but these errors were encountered: