-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Use Test Proxy in azure-storage-queue #34494
Use Test Proxy in azure-storage-queue #34494
Conversation
API change check API changes are not detected in this pull request. |
/azp run java - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - storage - tests |
1 similar comment
/azp run java - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
import static org.junit.jupiter.api.Assertions.assertTrue; | ||
|
||
public class BuildHelperTests { | ||
private static final ClientLogger LOGGER = new ClientLogger(BuilderHelper.class); |
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.
BuildHelperTests.class
@@ -0,0 +1,4 @@ | |||
{ |
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.
Should these be marked @DoNotRecord?
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.
I'm going to leave that for now as this is just a one-to-one port
Description
Updates
azure-storage-queue
to use Test Proxy instead of the in-processPlaybackHttpClient
. As part of this changeazure-storage-queue
was moved from using Groovy/Spock for testing to JUnit 5.All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines