Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
400 0 0 2 99.5% 51.563

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.apache.hc.client5.testing.fluent 9 0 0 0 100% 0.084
org.apache.hc.client5.testing.async 258 0 0 0 100% 45.085
org.apache.hc.client5.testing.sync 133 0 0 2 98.496% 6.394

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.hc.client5.testing.fluent

Class Tests Errors Failures Skipped Success Rate Time
TestFluent 9 0 0 0 100% 0.084

org.apache.hc.client5.testing.async

Class Tests Errors Failures Skipped Success Rate Time
HttpMinimalIntegrationTests$Http1 7 0 0 0 100% 0.035
HttpIntegrationTests$H2 6 0 0 0 100% 0.037
ReactiveMinimalIntegrationTests$Http1Tls 7 0 0 0 100% 0.418
ReactiveIntegrationTests 0 0 0 0 0% 2.786
HttpIntegrationTests$Http1 11 0 0 0 100% 0.08
ReactiveMinimalIntegrationTests$H2 6 0 0 0 100% 0.711
TestHttpAsyncMinimalTlsHandshake 2 0 0 0 100% 0.072
HttpIntegrationTests$RedirectsH2Tls 18 0 0 0 100% 0.471
HttpIntegrationTests$RedirectsH2 18 0 0 0 100% 0.086
HttpMinimalIntegrationTests 0 0 0 0 0% 0.283
HttpIntegrationTests$AuthenticationHttp1 13 0 0 0 100% 0.121
HttpIntegrationTests$AuthenticationH2 12 0 0 0 100% 0.119
HttpIntegrationTests$RedirectsHttp1Tls 21 0 0 0 100% 0.398
HttpIntegrationTests$Http1RequestReExecutionTls 2 0 0 0 100% 4.08
ReactiveIntegrationTests$Http1 10 0 0 0 100% 0.239
ReactiveIntegrationTests$Http1Tls 10 0 0 0 100% 0.478
ReactiveMinimalIntegrationTests 0 0 0 0 0% 2.344
HttpIntegrationTests$Http1ProtocolPolicyTls 1 0 0 0 100% 0.018
HttpIntegrationTests$Http1Tls 11 0 0 0 100% 5.308
HttpIntegrationTests$RedirectsHttp1 21 0 0 0 100% 0.09
ReactiveMinimalIntegrationTests$Http1 7 0 0 0 100% 0.225
HttpMinimalIntegrationTests$H2 6 0 0 0 100% 0.027
HttpIntegrationTests$Http1ProtocolPolicy 1 0 0 0 100% 0.004
HttpIntegrationTests$H2ProtocolPolicyTls 1 0 0 0 100% 0.019
HttpIntegrationTests$AuthenticationHttp1Tls 13 0 0 0 100% 0.365
ReactiveIntegrationTests$H2Tls 6 0 0 0 100% 1.281
HttpIntegrationTests 0 0 0 0 0% 17.022
HttpIntegrationTests$H2Tls 6 0 0 0 100% 0.121
HttpIntegrationTests$Http1RequestReExecution 2 0 0 0 100% 4.033
TestHttp1AsyncStatefulConnManagement 2 0 0 0 100% 0.212
HttpMinimalIntegrationTests$H2Tls 6 0 0 0 100% 0.094
ReactiveIntegrationTests$H2 6 0 0 0 100% 0.782
HttpIntegrationTests$AuthenticationH2Tls 12 0 0 0 100% 1.616
HttpMinimalIntegrationTests$Http1Tls 7 0 0 0 100% 0.123
ReactiveMinimalIntegrationTests$H2Tls 6 0 0 0 100% 0.983
HttpIntegrationTests$H2ProtocolPolicy 1 0 0 0 100% 0.004

org.apache.hc.client5.testing.sync

Class Tests Errors Failures Skipped Success Rate Time
HttpIntegrationTests$ContentCoding 9 0 0 0 100% 0.015
HttpMinimalIntegrationTests$RequestExecution 2 0 0 0 100% 0.003
TestMalformedServerResponse 1 0 0 0 100% 0.009
TestIdleConnectionEviction 1 0 0 0 100% 2.168
HttpMinimalIntegrationTests 0 0 0 0 0% 0.027
TestSSLSocketFactory 9 0 0 0 100% 0.341
HttpIntegrationTests$RequestExecution 6 0 0 1 83.333% 0.009
TestConnectionReuse 5 0 0 0 100% 1.671
HttpIntegrationTests$Authentication 18 0 0 0 100% 0.055
HttpIntegrationTests$RedirectsTls 19 0 0 0 100% 0.224
HttpIntegrationTests 0 0 0 0 0% 0.715
TestCookieVirtualHost 1 0 0 0 100% 0.006
HttpIntegrationTests$ContentCodingTls 9 0 0 0 100% 0.107
TestBasicConnectionManager 2 0 0 0 100% 0.016
HttpMinimalIntegrationTests$RequestExecutionTls 2 0 0 0 100% 0.021
HttpIntegrationTests$Redirects 19 0 0 0 100% 0.049
TestStatefulConnManagement 2 0 0 0 100% 0.215
HttpIntegrationTests$AuthenticationTls 18 0 0 0 100% 0.199
HttpIntegrationTests$RequestExecutionTls 6 0 0 1 83.333% 0.051
TestConnectionManagement 4 0 0 0 100% 0.493

Test Cases

[Summary] [Package List] [Test Cases]

HttpIntegrationTests$ContentCoding

testResponseWithNoContent 0.001
gzipResponsesWorkWithBasicResponseHandler 0.001
testDeflateSupportForServerReturningRfc1950Stream 0.001
testHttpEntityWriteToForGzip 0.001
deflateResponsesWorkWithBasicResponseHandler 0.002
testDeflateSupportForServerReturningRfc1951Stream 0.001
testThreadSafetyOfContentCodings 0.002
testGzipSupport 0.001
testHttpEntityWriteToForDeflate 0.001

HttpMinimalIntegrationTests$Http1

testRequestExecutionFromCallback 0.011
testBadRequest 0.002
testSequentialPostRequests 0.004
testConcurrentPostRequests 0.004
testSequentialGetRequests 0.003
testSequentialHeadRequests 0.004
testConcurrentPostRequestsSameEndpoint 0.005

HttpIntegrationTests$H2

testRequestExecutionFromCallback 0.01
testBadRequest 0.003
testSequentialPostRequests 0.004
testConcurrentPostRequests 0.008
testSequentialGetRequests 0.004
testSequentialHeadRequests 0.005

HttpMinimalIntegrationTests$RequestExecution

testNonCompliantURIWithContext 0.002
testNonCompliantURIWithoutContext 0.001

ReactiveMinimalIntegrationTests$Http1Tls

testRequestExecutionFromCallback 0.02
testBadRequest 0.015
testSequentialPostRequests 0.017
testConcurrentPostRequests 0.319
testSequentialGetRequests 0.015
testSequentialHeadRequests 0.013
testConcurrentPostRequestsSameEndpoint 0.017

HttpIntegrationTests$Http1

testRequestExecutionFromCallback 0.019
testBadRequest 0.003
testSequentialPostRequests 0.004
testConcurrentPostRequests 0.006
testSequentialGetRequests 0.003
testSequentialHeadRequests 0.004
testSequentialGetRequestsCloseConnection(int)[1] 0.005
testSequentialGetRequestsCloseConnection(int)[2] 0.005
testSequentialGetRequestsCloseConnection(int)[3] 0.005
testRequestCancellation 0.014
testSharedPool 0.004

TestMalformedServerResponse

testNoContentResponseWithGarbage 0.008

ReactiveMinimalIntegrationTests$H2

testRequestExecutionFromCallback 0.008
testBadRequest 0.003
testSequentialPostRequests 0.003
testConcurrentPostRequests 0.688
testSequentialGetRequests 0.002
testSequentialHeadRequests 0.005

TestHttpAsyncMinimalTlsHandshake

testSuccessfulTlsHandshake 0.019
testTlsHandshakeFailure 0.051

HttpIntegrationTests$RedirectsH2Tls

testBasicRedirect302NoLocation 0.028
testMaxRedirectCheck 0.034
testRelativeRedirect 0.029
testPostRedirectSeeOther 0.024
testRejectBogusRedirectLocation 0.024
testRedirectWithCookie 0.021
testPostRedirect 0.022
testRejectInvalidRedirectLocation 0.022
testRelativeRedirect2 0.025
testBasicRedirect300 0.02
testBasicRedirect301 0.02
testBasicRedirect302 0.023
testBasicRedirect303 0.021
testBasicRedirect304 0.021
testBasicRedirect305 0.018
testBasicRedirect307 0.018
testCrossSiteRedirect 0.072
testCircularRedirect 0.018

TestIdleConnectionEviction

testIdleConnectionEviction 2.168

HttpIntegrationTests$RedirectsH2

testBasicRedirect302NoLocation 0.004
testMaxRedirectCheck 0.005
testRelativeRedirect 0.003
testPostRedirectSeeOther 0.004
testRejectBogusRedirectLocation 0.004
testRedirectWithCookie 0.004
testPostRedirect 0.005
testRejectInvalidRedirectLocation 0.004
testRelativeRedirect2 0.005
testBasicRedirect300 0.004
testBasicRedirect301 0.008
testBasicRedirect302 0.004
testBasicRedirect303 0.004
testBasicRedirect304 0.003
testBasicRedirect305 0.004
testBasicRedirect307 0.004
testCrossSiteRedirect 0.005
testCircularRedirect 0.004

TestFluent

testGetRequestByName 0.044
testGetRequestFailure 0.002
testContentAsStringWithCharset 0.003
testLargeResponse 0.002
testGetRequestByNameWithURI 0.001
testPostRequest 0.002
testGetRequest 0.002
testLargeResponseError 0.002
testConnectionRelease 0.025

HttpIntegrationTests$AuthenticationHttp1

testAuthenticationFallback 0.007
testBasicAuthenticationCredentialsCachingByPathPrefix 0.012
testReauthentication 0.014
testBasicAuthenticationExpectationSuccess 0.008
testBasicAuthenticationNoCreds 0.006
testBasicAuthenticationWithEntitySuccess 0.008
testBasicAuthenticationCredentialsCaching 0.011
testBearerTokenAuthentication 0.009
testBasicAuthenticationSuccess 0.006
testBasicAuthenticationExpectationFailure 0.008
testBasicAuthenticationFailure 0.014
testAuthenticationUserinfoInRequestFailure 0.004
testBasicAuthenticationSuccessNonPersistentConnection 0.007

HttpIntegrationTests$AuthenticationH2

testAuthenticationFallback 0.008
testBasicAuthenticationCredentialsCachingByPathPrefix 0.018
testReauthentication 0.014
testBasicAuthenticationExpectationSuccess 0.009
testBasicAuthenticationNoCreds 0.007
testBasicAuthenticationWithEntitySuccess 0.007
testBasicAuthenticationCredentialsCaching 0.009
testBearerTokenAuthentication 0.008
testBasicAuthenticationSuccess 0.007
testBasicAuthenticationExpectationFailure 0.006
testBasicAuthenticationFailure 0.012
testAuthenticationUserinfoInRequestFailure 0.004

TestSSLSocketFactory

testClientAuthSSLFailure 0.024
testWeakCiphersDisabledByDefault 0.006
testBasicSSL 0.055
testSSLTrustVerification 0.015
testBasicDefaultHostnameVerifier 0.056
testSSLTrustVerificationOverrideWithCustom 0.06
testClientAuthSSL 0.059
testSSLDisabledByDefault 0.007
testBasicSslConnectOverride 0.055

HttpIntegrationTests$RequestExecution

testNonCompliantURI 0.002
testAutoGeneratedHeaders 0.002
testRelativeRequestURIWithFragment 0.002
testRequestCancellation 0
Fails intermittently with GitHub Actions
testNonRepeatableEntity 0.001
testAbsoluteRequestURIWithFragment 0.002

HttpIntegrationTests$RedirectsHttp1Tls

testBasicRedirect302NoLocation 0.02
testMaxRedirectCheck 0.02
testRelativeRedirect 0.016
testPostRedirectSeeOther 0.021
testRejectBogusRedirectLocation 0.016
testRedirectWithCookie 0.022
testPostRedirect 0.024
testRejectInvalidRedirectLocation 0.019
testRelativeRedirect2 0.016
testBasicRedirect300 0.017
testBasicRedirect301 0.017
testBasicRedirect302 0.016
testBasicRedirect303 0.015
testBasicRedirect304 0.014
testBasicRedirect305 0.014
testBasicRedirect307 0.014
testCrossSiteRedirect 0.03
testCircularRedirect 0.018
testDefaultHeadersRedirect 0.02
testBasicRedirect300NoKeepAlive 0.014
testBasicRedirect301NoKeepAlive 0.025

TestConnectionReuse

testReuseOfAbortedConnections 0.018
testReuseOfPersistentConnectionsWithStreamedRequestAndResponse 0.016
testKeepAliveHeaderRespected 1.609
testReuseOfPersistentConnections 0.015
testReuseOfClosedConnections 0.013

HttpIntegrationTests$Authentication

testAuthenticationTargetAsProxy 0.003
testBasicAuthenticationFailureOnNonRepeatablePutDontExpectContinue 0.002
testBasicAuthenticationSuccessOnNonRepeatablePutExpectContinue 0.002
testAuthenticationFallback 0.002
testAuthenticationCredentialsCachingReAuthenticationOnDifferentRealm 0.003
testBasicAuthenticationCredentialsCachingByPathPrefix 0.005
testReauthentication 0.004
testBasicAuthenticationNoCreds 0.002
testBasicAuthenticationCredentialsCaching 0.004
testBearerTokenAuthentication 0.004
testBasicAuthenticationSuccess 0.003
testAuthenticationUserinfoInRequest 0.001
testPreemptiveAuthenticationFailure 0.002
testBasicAuthenticationFailure 0.002
testBasicAuthenticationFailureOnNonRepeatablePost 0.002
testPreemptiveAuthentication 0.002
testConnectionCloseAfterAuthenticationSuccess 0.001
testBasicAuthenticationSuccessOnRepeatablePost 0.002

HttpIntegrationTests$RedirectsTls

testDefaultHeadersRedirect 0.019
testBasicRedirect302NoLocation 0.012
testCompressionHeaderRedirect 0.01
testMaxRedirectCheck 0.012
testRelativeRedirect 0.01
testPostRedirectSeeOther 0.011
testRejectBogusRedirectLocation 0.011
testRedirectWithCookie 0.011
testRejectInvalidRedirectLocation 0.011
testRelativeRedirect2 0.011
testBasicRedirect300NoKeepAlive 0.009
testBasicRedirect300 0.01
testBasicRedirect301 0.012
testBasicRedirect302 0.009
testBasicRedirect303 0.01
testBasicRedirect304 0.017
testBasicRedirect305 0.012
testBasicRedirect307 0.011
testCircularRedirect 0.011

HttpIntegrationTests$Http1RequestReExecutionTls

testDoNotGiveUpEasily 3.048
testGiveUpAfterOneRetry 1.031

ReactiveIntegrationTests$Http1

testRequestExecutionFromCallback 0.006
testBadRequest 0.002
testSequentialPostRequests 0.003
testConcurrentPostRequests 0.206
testSequentialGetRequests 0.003
testSequentialHeadRequests 0.003
testSequentialGetRequestsCloseConnection(int)[1] 0.003
testSequentialGetRequestsCloseConnection(int)[2] 0.003
testSequentialGetRequestsCloseConnection(int)[3] 0.004
testSharedPool 0.003

ReactiveIntegrationTests$Http1Tls

testRequestExecutionFromCallback 0.021
testBadRequest 0.012
testSequentialPostRequests 0.016
testConcurrentPostRequests 0.344
testSequentialGetRequests 0.013
testSequentialHeadRequests 0.013
testSequentialGetRequestsCloseConnection(int)[1] 0.012
testSequentialGetRequestsCloseConnection(int)[2] 0.014
testSequentialGetRequestsCloseConnection(int)[3] 0.012
testSharedPool 0.016

HttpIntegrationTests$Http1ProtocolPolicyTls

testRequestContext 0.017

HttpIntegrationTests$Http1Tls

testRequestExecutionFromCallback 5.035
testBadRequest 0.021
testSequentialPostRequests 0.017
testConcurrentPostRequests 0.02
testSequentialGetRequests 0.014
testSequentialHeadRequests 0.014
testSequentialGetRequestsCloseConnection(int)[1] 0.057
testSequentialGetRequestsCloseConnection(int)[2] 0.024
testSequentialGetRequestsCloseConnection(int)[3] 0.025
testRequestCancellation 0.036
testSharedPool 0.019

HttpIntegrationTests$RedirectsHttp1

testBasicRedirect302NoLocation 0.004
testMaxRedirectCheck 0.005
testRelativeRedirect 0.005
testPostRedirectSeeOther 0.004
testRejectBogusRedirectLocation 0.006
testRedirectWithCookie 0.004
testPostRedirect 0.004
testRejectInvalidRedirectLocation 0.003
testRelativeRedirect2 0.003
testBasicRedirect300 0.003
testBasicRedirect301 0.003
testBasicRedirect302 0.003
testBasicRedirect303 0.004
testBasicRedirect304 0.004
testBasicRedirect305 0.004
testBasicRedirect307 0.004
testCrossSiteRedirect 0.004
testCircularRedirect 0.004
testDefaultHeadersRedirect 0.003
testBasicRedirect300NoKeepAlive 0.003
testBasicRedirect301NoKeepAlive 0.004

TestCookieVirtualHost

testCookieMatchingWithVirtualHosts 0.006

HttpIntegrationTests$ContentCodingTls

testResponseWithNoContent 0.012
gzipResponsesWorkWithBasicResponseHandler 0.015
testDeflateSupportForServerReturningRfc1950Stream 0.01
testHttpEntityWriteToForGzip 0.009
deflateResponsesWorkWithBasicResponseHandler 0.008
testDeflateSupportForServerReturningRfc1951Stream 0.008
testThreadSafetyOfContentCodings 0.023
testGzipSupport 0.009
testHttpEntityWriteToForDeflate 0.01

ReactiveMinimalIntegrationTests$Http1

testRequestExecutionFromCallback 0.005
testBadRequest 0.002
testSequentialPostRequests 0.002
testConcurrentPostRequests 0.203
testSequentialGetRequests 0.003
testSequentialHeadRequests 0.003
testConcurrentPostRequestsSameEndpoint 0.004

HttpMinimalIntegrationTests$H2

testRequestExecutionFromCallback 0.007
testBadRequest 0.003
testSequentialPostRequests 0.003
testConcurrentPostRequests 0.005
testSequentialGetRequests 0.004
testSequentialHeadRequests 0.003

HttpIntegrationTests$Http1ProtocolPolicy

testRequestContext 0.004

TestBasicConnectionManager

testConnectionStillInUse 0.01
testBasics 0.004

HttpMinimalIntegrationTests$RequestExecutionTls

testNonCompliantURIWithContext 0.013
testNonCompliantURIWithoutContext 0.008

HttpIntegrationTests$H2ProtocolPolicyTls

testRequestContext 0.017

HttpIntegrationTests$Redirects

testDefaultHeadersRedirect 0.003
testBasicRedirect302NoLocation 0.002
testCompressionHeaderRedirect 0.002
testMaxRedirectCheck 0.002
testRelativeRedirect 0.002
testPostRedirectSeeOther 0.003
testRejectBogusRedirectLocation 0.002
testRedirectWithCookie 0.002
testRejectInvalidRedirectLocation 0.002
testRelativeRedirect2 0.002
testBasicRedirect300NoKeepAlive 0.002
testBasicRedirect300 0.003
testBasicRedirect301 0.003
testBasicRedirect302 0.003
testBasicRedirect303 0.002
testBasicRedirect304 0.001
testBasicRedirect305 0.002
testBasicRedirect307 0.002
testCircularRedirect 0.003

HttpIntegrationTests$AuthenticationHttp1Tls

testAuthenticationFallback 0.055
testBasicAuthenticationCredentialsCachingByPathPrefix 0.036
testReauthentication 0.038
testBasicAuthenticationExpectationSuccess 0.029
testBasicAuthenticationNoCreds 0.025
testBasicAuthenticationWithEntitySuccess 0.023
testBasicAuthenticationCredentialsCaching 0.027
testBearerTokenAuthentication 0.028
testBasicAuthenticationSuccess 0.021
testBasicAuthenticationExpectationFailure 0.026
testBasicAuthenticationFailure 0.019
testAuthenticationUserinfoInRequestFailure 0.003
testBasicAuthenticationSuccessNonPersistentConnection 0.025

ReactiveIntegrationTests$H2Tls

testRequestExecutionFromCallback 0.092
testBadRequest 0.015
testSequentialPostRequests 0.016
testConcurrentPostRequests 1.129
testSequentialGetRequests 0.013
testSequentialHeadRequests 0.013

TestStatefulConnManagement

testRouteSpecificPoolRecylcing 0.207
testStatefulConnections 0.008

HttpIntegrationTests$H2Tls

testRequestExecutionFromCallback 0.039
testBadRequest 0.014
testSequentialPostRequests 0.016
testConcurrentPostRequests 0.022
testSequentialGetRequests 0.016
testSequentialHeadRequests 0.013

HttpIntegrationTests$AuthenticationTls

testAuthenticationTargetAsProxy 0.011
testBasicAuthenticationFailureOnNonRepeatablePutDontExpectContinue 0.011
testBasicAuthenticationSuccessOnNonRepeatablePutExpectContinue 0.012
testAuthenticationFallback 0.01
testAuthenticationCredentialsCachingReAuthenticationOnDifferentRealm 0.01
testBasicAuthenticationCredentialsCachingByPathPrefix 0.014
testReauthentication 0.013
testBasicAuthenticationNoCreds 0.009
testBasicAuthenticationCredentialsCaching 0.01
testBearerTokenAuthentication 0.01
testBasicAuthenticationSuccess 0.009
testAuthenticationUserinfoInRequest 0.002
testPreemptiveAuthenticationFailure 0.023
testBasicAuthenticationFailure 0.008
testBasicAuthenticationFailureOnNonRepeatablePost 0.009
testPreemptiveAuthentication 0.009
testConnectionCloseAfterAuthenticationSuccess 0.012
testBasicAuthenticationSuccessOnRepeatablePost 0.012

HttpIntegrationTests$Http1RequestReExecution

testDoNotGiveUpEasily 3.018
testGiveUpAfterOneRetry 1.013

TestHttp1AsyncStatefulConnManagement

testRouteSpecificPoolRecylcing 0.207
testStatefulConnections 0.005

HttpMinimalIntegrationTests$H2Tls

testRequestExecutionFromCallback 0.02
testBadRequest 0.012
testSequentialPostRequests 0.014
testConcurrentPostRequests 0.016
testSequentialGetRequests 0.014
testSequentialHeadRequests 0.015

HttpIntegrationTests$RequestExecutionTls

testNonCompliantURI 0.012
testAutoGeneratedHeaders 0.011
testRelativeRequestURIWithFragment 0.007
testRequestCancellation 0
Fails intermittently with GitHub Actions
testNonRepeatableEntity 0.008
testAbsoluteRequestURIWithFragment 0.009

TestConnectionManagement

testCloseExpiredIdleConnections 0.154
testCloseExpiredTTLConnections 0.154
testReleaseConnectionWithTimeLimits 0.169
testReleaseConnection 0.015

ReactiveIntegrationTests$H2

testRequestExecutionFromCallback 0.014
testBadRequest 0.003
testSequentialPostRequests 0.003
testConcurrentPostRequests 0.754
testSequentialGetRequests 0.003
testSequentialHeadRequests 0.002

HttpIntegrationTests$AuthenticationH2Tls

testAuthenticationFallback 0.736
testBasicAuthenticationCredentialsCachingByPathPrefix 0.085
testReauthentication 0.048
testBasicAuthenticationExpectationSuccess 0.053
testBasicAuthenticationNoCreds 0.056
testBasicAuthenticationWithEntitySuccess 0.047
testBasicAuthenticationCredentialsCaching 0.045
testBearerTokenAuthentication 0.058
testBasicAuthenticationSuccess 0.043
testBasicAuthenticationExpectationFailure 0.051
testBasicAuthenticationFailure 0.05
testAuthenticationUserinfoInRequestFailure 0.014

HttpMinimalIntegrationTests$Http1Tls

testRequestExecutionFromCallback 0.032
testBadRequest 0.015
testSequentialPostRequests 0.013
testConcurrentPostRequests 0.023
testSequentialGetRequests 0.011
testSequentialHeadRequests 0.011
testConcurrentPostRequestsSameEndpoint 0.013

ReactiveMinimalIntegrationTests$H2Tls

testRequestExecutionFromCallback 0.023
testBadRequest 0.014
testSequentialPostRequests 0.014
testConcurrentPostRequests 0.907
testSequentialGetRequests 0.011
testSequentialHeadRequests 0.011

HttpIntegrationTests$H2ProtocolPolicy

testRequestContext 0.003

Failure Details

[Summary] [Package List] [Test Cases]


testRequestCancellation
skipped: Fails intermittently with GitHub Actions
testRequestCancellation
skipped: Fails intermittently with GitHub Actions