-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ServiceBus] ServiceBus Operation Timeout Support (#13854)
* sync opeartion timeout update * add support for operation timeout to certain methods * small fix * fix 2.7 syntax error * fix mypy * fix mypy * add test and fix a small bug * improve code * improve test code * Update sdk/servicebus/azure-servicebus/CHANGELOG.md Co-authored-by: KieranBrantnerMagee <[email protected]> * move timeout into kwargs in async * addressing pr review and update uamqp dependency to include the latest fix * remove configuration check * fix bug in test hacking * fix bug where timeout=0 in tests * tweak changelog position * update changelog * add try-finally in timeout test cases Co-authored-by: KieranBrantnerMagee <[email protected]>
- Loading branch information
1 parent
b111f08
commit f06ccf0
Showing
21 changed files
with
497 additions
and
156 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
Oops, something went wrong.