-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing sync test cases * Enable sync-stack * Remove extra set of aeg-channel-name. * enable AssertingHttpClient * add back missing Context arguments * Don't stop trying dev credentials on failures Fixes #34733 For our dev time credentials we want to always keep going. This change wraps any failure from the credentials in a `CredentialUnavailableException` so `ChainedTokenCredential` will continue them properly. It only does so in the context of a `ChainedTokenCredential`. Regular uses of these credentials is unaffected. * Tests now use test proxy and recordings are pushed to assets repo * address pr comments * fix merge conflicts * add exports * fix version * remove unused imports * use unreleased test version * fix tag * fix tag * refactor * fix spring test after sync stack migration * log the test proxy response on error * fix header sanitizer in Service Bus * fix regex for quantum job tests * Add missing sync test cases * Enable sync-stack * Remove extra set of aeg-channel-name. * enable AssertingHttpClient * add back missing Context arguments * Tests now use test proxy and recordings are pushed to assets repo * address pr comments * add exports * fix version * use unreleased test version * fix tag * fix tag * refactor * fix spring test after sync stack migration * log the test proxy response on error * fix header sanitizer in Service Bus * fix regex for quantum job tests * Put a semaphore around starting the proxy. * make the methods of `TestProxyManager` static and synchronized. * Use the working directory to search for the root of the repo from. * add missing sanitizer setup * base class has this so it's not needed here * removed this in merge accidentally * pin azure-core version --------- Co-authored-by: Srikanta Nagaraja <srnagar@microsoft.com> Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
- Loading branch information
1 parent
d8fee5f
commit cf5db91
Showing
43 changed files
with
659 additions
and
920 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"AssetsRepo": "Azure/azure-sdk-assets", | ||
"AssetsRepoPrefixPath": "java", | ||
"TagPrefix": "java/eventgrid/azure-messaging-eventgrid", | ||
"Tag": "java/eventgrid/azure-messaging-eventgrid_7bb36a1579" | ||
} |
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.