-
Notifications
You must be signed in to change notification settings - Fork 916
Mark a connection as unreusable if there was a 5xx error so that new … #1768
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
Conversation
...ain/java/software/amazon/awssdk/http/nio/netty/internal/http2/Http2ToHttpInboundAdapter.java
Outdated
Show resolved
Hide resolved
8e75cff
to
d62ea23
Compare
Codecov Report
@@ Coverage Diff @@
## master #1768 +/- ##
============================================
- Coverage 76.29% 76.29% -0.01%
Complexity 182 182
============================================
Files 1072 1073 +1
Lines 32252 32329 +77
Branches 2520 2536 +16
============================================
+ Hits 24607 24664 +57
- Misses 6404 6418 +14
- Partials 1241 1247 +6
Continue to review full report at Codecov.
|
...ain/java/software/amazon/awssdk/http/nio/netty/internal/http2/Http2ToHttpInboundAdapter.java
Outdated
Show resolved
Hide resolved
...oftware/amazon/awssdk/http/nio/netty/internal/http2/Http2ConnectionTerminatingException.java
Show resolved
Hide resolved
…request will execute on new connection
30270f7
to
56fe41f
Compare
Kudos, SonarCloud Quality Gate passed!
|
Revert "Attempt to fix the flakiness of the codegen-generated-classes…
Description
Mark a connection as unreusable if there was a 5xx error so that new request will execute on new connection
Testing
Add functional tests
integ tests and stability tests pass
Baking the changes in canaries now.
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsLicense