-
Notifications
You must be signed in to change notification settings - Fork 999
Fix connectionPoolingWorks test for Apache5.x by fixing setConnectionTimeToLive for Apache5.x #6165
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
Changes from all commits
9e8fc15
70a120e
c7b09a2
068cada
4766e74
c81efdc
6b64589
89debeb
7f9e77f
5fb2d35
52fedbd
8b83790
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -153,12 +153,6 @@ public void credentialPlannerIsInvoked() throws Exception { | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| mockProxyServer.verify(2, RequestPatternBuilder.allRequests()); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| @Override | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| public void connectionPoolingWorks() throws Exception { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| // TODO : future PR will handle this. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
-157
to
-161
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Is that this test? Its being removed not added back
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since Apache5HttpClientWireMockTest extends SdkHttpClientTestSuite Its been added back , since we removed the empty test from here it will pick up the actual test from Lines 121 to 146 in 0af784d
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| @Test | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| public void overrideDnsResolver_WithDnsMatchingResolver_successful() throws Exception { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| overrideDnsResolver("magic.local.host"); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.
Note that SdkHttpConfigurationOption sets default value as 0 in
aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/SdkHttpConfigurationOption.java
Line 145 in 86bb440