Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
377 0 0 1 99.735% 72.965

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 7 0 0 0 100% 0.09
org.apache.hc.client5.testing.async 282 0 0 0 100% 64.923
org.apache.hc.client5.testing.sync 88 0 0 1 98.864% 7.952

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 7 0 0 0 100% 0.09

org.apache.hc.client5.testing.async

Class Tests Errors Failures Skipped Success Rate Time
TestHttp1AsyncRedirects 42 0 0 0 100% 0.719
TestHttp1RequestReExecution 4 0 0 0 100% 8.046
TestHttp1AsyncStatefulConnManagement 2 0 0 0 100% 0.23
TestH2Reactive 12 0 0 0 100% 9.518
TestHttp1ClientAuthentication 26 0 0 0 100% 0.728
TestH2AsyncMinimal 12 0 0 0 100% 0.259
TestHttpMinimalReactive 28 0 0 0 100% 14.872
TestH2Async 12 0 0 0 100% 5.312
TestH2MinimalReactive 12 0 0 0 100% 4.229
TestHttp1Async 24 0 0 0 100% 0.926
TestH2ClientAuthentication 24 0 0 0 100% 0.899
TestHttpAsyncMinimal 28 0 0 0 100% 10.61
TestH2AsyncRedirect 36 0 0 0 100% 0.901
TestHttp1Reactive 20 0 0 0 100% 7.674

org.apache.hc.client5.testing.sync

Class Tests Errors Failures Skipped Success Rate Time
TestConnectionManagement 4 0 0 0 100% 0.544
TestMinimalClientRequestExecution 2 0 0 0 100% 0.043
TestClientAuthentication 18 0 0 0 100% 0.206
TestMalformedServerResponse 1 0 0 0 100% 0.013
TestSPNegoScheme 2 0 0 0 100% 0.424
TestContentCodings 9 0 0 0 100% 0.107
TestBasicConnectionManager 2 0 0 0 100% 0.02
TestClientAuthenticationFakeNTLM 5 0 0 0 100% 0.102
TestClientRequestExecution 6 0 0 0 100% 0.092
TestWindowsNegotiateScheme 1 0 0 1 0% 0.014
TestStatefulConnManagement 2 0 0 0 100% 0.257
TestCookieVirtualHost 1 0 0 0 100% 0.03
TestSSLSocketFactory 10 0 0 0 100% 0.56
TestIdleConnectionEviction 1 0 0 0 100% 2.521
TestConnectionReuse 5 0 0 0 100% 1.834
TestRedirects 19 0 0 0 100% 1.185

Test Cases

[Summary] [Package List] [Test Cases]

TestHttp1AsyncRedirects

testDefaultHeadersRedirect[HTTP/1.1 http] 0.011
testBasicRedirect300NoKeepAlive[HTTP/1.1 http] 0.007
testBasicRedirect301NoKeepAlive[HTTP/1.1 http] 0.009
testBasicRedirect302NoLocation[HTTP/1.1 http] 0.008
testMaxRedirectCheck[HTTP/1.1 http] 0.007
testRelativeRedirect[HTTP/1.1 http] 0.004
testPostRedirectSeeOther[HTTP/1.1 http] 0.008
testRejectBogusRedirectLocation[HTTP/1.1 http] 0.007
testRedirectWithCookie[HTTP/1.1 http] 0.004
testPostRedirect[HTTP/1.1 http] 0.009
testRejectInvalidRedirectLocation[HTTP/1.1 http] 0.008
testRelativeRedirect2[HTTP/1.1 http] 0.008
testBasicRedirect300[HTTP/1.1 http] 0.005
testBasicRedirect301[HTTP/1.1 http] 0.009
testBasicRedirect302[HTTP/1.1 http] 0.005
testBasicRedirect303[HTTP/1.1 http] 0.007
testBasicRedirect304[HTTP/1.1 http] 0.004
testBasicRedirect305[HTTP/1.1 http] 0.009
testBasicRedirect307[HTTP/1.1 http] 0.005
testCrossSiteRedirect[HTTP/1.1 http] 0.01
testCircularRedirect[HTTP/1.1 http] 0.007
testDefaultHeadersRedirect[HTTP/1.1 https] 0.039
testBasicRedirect300NoKeepAlive[HTTP/1.1 https] 0.021
testBasicRedirect301NoKeepAlive[HTTP/1.1 https] 0.033
testBasicRedirect302NoLocation[HTTP/1.1 https] 0.024
testMaxRedirectCheck[HTTP/1.1 https] 0.026
testRelativeRedirect[HTTP/1.1 https] 0.021
testPostRedirectSeeOther[HTTP/1.1 https] 0.025
testRejectBogusRedirectLocation[HTTP/1.1 https] 0.022
testRedirectWithCookie[HTTP/1.1 https] 0.023
testPostRedirect[HTTP/1.1 https] 0.023
testRejectInvalidRedirectLocation[HTTP/1.1 https] 0.025
testRelativeRedirect2[HTTP/1.1 https] 0.023
testBasicRedirect300[HTTP/1.1 https] 0.033
testBasicRedirect301[HTTP/1.1 https] 0.026
testBasicRedirect302[HTTP/1.1 https] 0.023
testBasicRedirect303[HTTP/1.1 https] 0.024
testBasicRedirect304[HTTP/1.1 https] 0.022
testBasicRedirect305[HTTP/1.1 https] 0.022
testBasicRedirect307[HTTP/1.1 https] 0.023
testCrossSiteRedirect[HTTP/1.1 https] 0.047
testCircularRedirect[HTTP/1.1 https] 0.032

TestHttp1RequestReExecution

testDoNotGiveUpEasily[HTTP/1.1] 3.018
testGiveUpAfterOneRetry[HTTP/1.1] 1.006
testDoNotGiveUpEasily[HTTP/2.0] 3.008
testGiveUpAfterOneRetry[HTTP/2.0] 1.009

TestConnectionManagement

testCloseExpiredIdleConnections 0.157
testCloseExpiredTTLConnections 0.168
testReleaseConnectionWithTimeLimits 0.183
testReleaseConnection 0.029

TestHttp1AsyncStatefulConnManagement

testRouteSpecificPoolRecylcing 0.211
testStatefulConnections 0.016

TestH2Reactive

testRequestExecutionFromCallback[HTTP/2 http] 0.025
testBadRequest[HTTP/2 http] 0.011
testSequentialPostRequests[HTTP/2 http] 0.016
testConcurrentPostRequests[HTTP/2 http] 1.489
testSequentialGetRequests[HTTP/2 http] 0.011
testSequentialHeadRequests[HTTP/2 http] 0.009
testRequestExecutionFromCallback[HTTP/2 https] 0.06
testBadRequest[HTTP/2 https] 0.037
testSequentialPostRequests[HTTP/2 https] 0.052
testConcurrentPostRequests[HTTP/2 https] 7.757
testSequentialGetRequests[HTTP/2 https] 0.023
testSequentialHeadRequests[HTTP/2 https] 0.023

TestMinimalClientRequestExecution

testNonCompliantURIWithContext 0.02
testNonCompliantURIWithoutContext 0.018

TestClientAuthentication

testAuthenticationTargetAsProxy 0.02
testBasicAuthenticationFailureOnNonRepeatablePutDontExpectContinue 0.015
testBasicAuthenticationSuccessOnNonRepeatablePutExpectContinue 0.014
testAuthenticationFallback 0.016
testAuthenticationUserinfoInRedirectSuccess 0.009
testAuthenticationCredentialsCachingReauthenticationOnDifferentRealm 0.013
testReauthentication 0.025
testBasicAuthenticationNoCreds 0.008
testBasicAuthenticationCredentialsCaching 0.009
testBasicAuthenticationSuccess 0.008
testPreemptiveAuthenticationFailure 0.008
testAuthenticationUserinfoInRequestSuccess 0.008
testBasicAuthenticationFailure 0.007
testBasicAuthenticationFailureOnNonRepeatablePost 0.006
testAuthenticationUserinfoInRequestFailure 0.007
testPreemptiveAuthentication 0.007
testConnectionCloseAfterAuthenticationSuccess 0.01
testBasicAuthenticationSuccessOnRepeatablePost 0.01

TestMalformedServerResponse

testNoContentResponseWithGarbage 0.01

TestSPNegoScheme

testDontTryToAuthenticateEndlessly 0.404
testNoTokenGeneratedError 0.017

TestContentCodings

testResponseWithNoContent 0.006
gzipResponsesWorkWithBasicResponseHandler 0.009
testDeflateSupportForServerReturningRfc1950Stream 0.008
testHttpEntityWriteToForGzip 0.006
deflateResponsesWorkWithBasicResponseHandler 0.006
testDeflateSupportForServerReturningRfc1951Stream 0.006
testThreadSafetyOfContentCodings 0.052
testGzipSupport 0.006
testHttpEntityWriteToForDeflate 0.006

TestHttp1ClientAuthentication

testBasicAuthenticationSuccessNonPersistentConnection[HTTP/1.1 http] 0.014
testAuthenticationFallback[HTTP/1.1 http] 0.009
testAuthenticationUserinfoInRedirectSuccess[HTTP/1.1 http] 0.017
testReauthentication[HTTP/1.1 http] 0.027
testBasicAuthenticationExpectationSuccess[HTTP/1.1 http] 0.012
testBasicAuthenticationNoCreds[HTTP/1.1 http] 0.009
testBasicAuthenticationWithEntitySuccess[HTTP/1.1 http] 0.012
testBasicAuthenticationCredentialsCaching[HTTP/1.1 http] 0.014
testBasicAuthenticationSuccess[HTTP/1.1 http] 0.01
testBasicAuthenticationExpectationFailure[HTTP/1.1 http] 0.007
testAuthenticationUserinfoInRequestSuccess[HTTP/1.1 http] 0.01
testBasicAuthenticationFailure[HTTP/1.1 http] 0.01
testAuthenticationUserinfoInRequestFailure[HTTP/1.1 http] 0.012
testBasicAuthenticationSuccessNonPersistentConnection[HTTP/1.1 https] 0.058
testAuthenticationFallback[HTTP/1.1 https] 0.047
testAuthenticationUserinfoInRedirectSuccess[HTTP/1.1 https] 0.034
testReauthentication[HTTP/1.1 https] 0.048
testBasicAuthenticationExpectationSuccess[HTTP/1.1 https] 0.047
testBasicAuthenticationNoCreds[HTTP/1.1 https] 0.043
testBasicAuthenticationWithEntitySuccess[HTTP/1.1 https] 0.046
testBasicAuthenticationCredentialsCaching[HTTP/1.1 https] 0.048
testBasicAuthenticationSuccess[HTTP/1.1 https] 0.035
testBasicAuthenticationExpectationFailure[HTTP/1.1 https] 0.041
testAuthenticationUserinfoInRequestSuccess[HTTP/1.1 https] 0.03
testBasicAuthenticationFailure[HTTP/1.1 https] 0.032
testAuthenticationUserinfoInRequestFailure[HTTP/1.1 https] 0.042

TestBasicConnectionManager

testConnectionStillInUse 0.008
testBasics 0.009

TestClientAuthenticationFakeNTLM

testNTLMAuthenticationFailure 0.022
testNTLMType2MessageOnlyAuthenticationFailure 0.005
testNTLMv2Type2Message 0.052
testNTLMType2NonUnicodeMessageOnlyAuthenticationFailure 0.005
testNTLMv1Type2Message 0.013

TestClientRequestExecution

testNonCompliantURI 0.006
testAutoGeneratedHeaders 0.008
testRelativeRequestURIWithFragment 0.005
testRequestCancellation 0.052
testNonRepeatableEntity 0.008
testAbsoluteRequestURIWithFragment 0.006

TestH2AsyncMinimal

testRequestExecutionFromCallback[http] 0.013
testBadRequest[http] 0.007
testSequentialPostRequests[http] 0.009
testConcurrentPostRequests[http] 0.012
testSequentialGetRequests[http] 0.008
testSequentialHeadRequests[http] 0.007
testRequestExecutionFromCallback[https] 0.047
testBadRequest[https] 0.031
testSequentialPostRequests[https] 0.027
testConcurrentPostRequests[https] 0.034
testSequentialGetRequests[https] 0.032
testSequentialHeadRequests[https] 0.027

TestHttpMinimalReactive

testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 http] 0.035
testRequestExecutionFromCallback[Minimal HTTP/1.1 http] 0.025
testBadRequest[Minimal HTTP/1.1 http] 0.01
testSequentialPostRequests[Minimal HTTP/1.1 http] 0.015
testConcurrentPostRequests[Minimal HTTP/1.1 http] 0.662
testSequentialGetRequests[Minimal HTTP/1.1 http] 0.016
testSequentialHeadRequests[Minimal HTTP/1.1 http] 0.014
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 https] 0.076
testRequestExecutionFromCallback[Minimal HTTP/1.1 https] 5.088
testBadRequest[Minimal HTTP/1.1 https] 0.019
testSequentialPostRequests[Minimal HTTP/1.1 https] 0.022
testConcurrentPostRequests[Minimal HTTP/1.1 https] 0.764
testSequentialGetRequests[Minimal HTTP/1.1 https] 0.04
testSequentialHeadRequests[Minimal HTTP/1.1 https] 0.033
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 http] 0.019
testRequestExecutionFromCallback[Minimal HTTP/2.0 http] 0.033
testBadRequest[Minimal HTTP/2.0 http] 0.016
testSequentialPostRequests[Minimal HTTP/2.0 http] 0.011
testConcurrentPostRequests[Minimal HTTP/2.0 http] 0.65
testSequentialGetRequests[Minimal HTTP/2.0 http] 0.009
testSequentialHeadRequests[Minimal HTTP/2.0 http] 0.009
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 https] 0.131
testRequestExecutionFromCallback[Minimal HTTP/2.0 https] 0.083
testBadRequest[Minimal HTTP/2.0 https] 0.029
testSequentialPostRequests[Minimal HTTP/2.0 https] 0.035
testConcurrentPostRequests[Minimal HTTP/2.0 https] 6.924
testSequentialGetRequests[Minimal HTTP/2.0 https] 0.042
testSequentialHeadRequests[Minimal HTTP/2.0 https] 0.043

TestH2Async

testRequestExecutionFromCallback[HTTP/2 http] 0.022
testBadRequest[HTTP/2 http] 0.012
testSequentialPostRequests[HTTP/2 http] 0.018
testConcurrentPostRequests[HTTP/2 http] 0.024
testSequentialGetRequests[HTTP/2 http] 0.015
testSequentialHeadRequests[HTTP/2 http] 0.014
testRequestExecutionFromCallback[HTTP/2 https] 0.058
testBadRequest[HTTP/2 https] 0.03
testSequentialPostRequests[HTTP/2 https] 0.028
testConcurrentPostRequests[HTTP/2 https] 5.039
testSequentialGetRequests[HTTP/2 https] 0.02
testSequentialHeadRequests[HTTP/2 https] 0.028

TestWindowsNegotiateScheme

testNoInfiniteLoopOnSPNOutsideDomain 0
Test can only be run on Windows

TestStatefulConnManagement

testRouteSpecificPoolRecylcing 0.217
testStatefulConnections 0.035

TestFluent

testGetRequestByName 0.013
testGetRequestFailure 0.005
testContentAsStringWithCharset 0.005
testGetRequestByNameWithURI 0.004
testPostRequest 0.006
testGetRequest 0.005
testConnectionRelease 0.05

TestH2MinimalReactive

testRequestExecutionFromCallback[http] 0.03
testBadRequest[http] 0.005
testSequentialPostRequests[http] 0.021
testConcurrentPostRequests[http] 1.551
testSequentialGetRequests[http] 0.006
testSequentialHeadRequests[http] 0.007
testRequestExecutionFromCallback[https] 0.054
testBadRequest[https] 0.037
testSequentialPostRequests[https] 0.032
testConcurrentPostRequests[https] 2.421
testSequentialGetRequests[https] 0.03
testSequentialHeadRequests[https] 0.029

TestHttp1Async

testSequentialGetRequestsCloseConnection[HTTP/1.1 http] 0.007
testConcurrentPostsOverMultipleConnections[HTTP/1.1 http] 0.022
testRequestCancellation[HTTP/1.1 http] 0.037
testGetRequestsIdentityEncodingResponse[HTTP/1.1 http] 0.018
testSharedPool[HTTP/1.1 http] 0.01
testConcurrentPostsOverSingleConnection[HTTP/1.1 http] 0.014
testRequestExecutionFromCallback[HTTP/1.1 http] 0.024
testBadRequest[HTTP/1.1 http] 0.014
testSequentialPostRequests[HTTP/1.1 http] 0.012
testConcurrentPostRequests[HTTP/1.1 http] 0.019
testSequentialGetRequests[HTTP/1.1 http] 0.013
testSequentialHeadRequests[HTTP/1.1 http] 0.007
testSequentialGetRequestsCloseConnection[HTTP/1.1 https] 0.044
testConcurrentPostsOverMultipleConnections[HTTP/1.1 https] 0.14
testRequestCancellation[HTTP/1.1 https] 0.123
testGetRequestsIdentityEncodingResponse[HTTP/1.1 https] 0.085
testSharedPool[HTTP/1.1 https] 0.038
testConcurrentPostsOverSingleConnection[HTTP/1.1 https] 0.042
testRequestExecutionFromCallback[HTTP/1.1 https] 0.063
testBadRequest[HTTP/1.1 https] 0.032
testSequentialPostRequests[HTTP/1.1 https] 0.032
testConcurrentPostRequests[HTTP/1.1 https] 0.052
testSequentialGetRequests[HTTP/1.1 https] 0.036
testSequentialHeadRequests[HTTP/1.1 https] 0.035

TestCookieVirtualHost

testCookieMatchingWithVirtualHosts 0.027

TestSSLSocketFactory

testSSLTrustVerificationOverrideWithCustsom 0.195
testClientAuthSSLFailure 0.033
testWeakCiphersDisabledByDefault 0.074
testSSLTrustVerificationOverrideWithTrustSelfSignedStrategy 0.038
testBasicSSL 0.034
testSSLTrustVerification 0.073
testBasicDefaultHostnameVerifier 0.044
testSSLTrustVerificationOverrideWithTrustAllStrategy 0.031
testClientAuthSSL 0.028
testSSLDisabledByDefault 0.006

TestH2ClientAuthentication

testAuthenticationFallback[HTTP/2 http] 0.196
testAuthenticationUserinfoInRedirectSuccess[HTTP/2 http] 0.009
testReauthentication[HTTP/2 http] 0.08
testBasicAuthenticationExpectationSuccess[HTTP/2 http] 0.02
testBasicAuthenticationNoCreds[HTTP/2 http] 0.01
testBasicAuthenticationWithEntitySuccess[HTTP/2 http] 0.011
testBasicAuthenticationCredentialsCaching[HTTP/2 http] 0.015
testBasicAuthenticationSuccess[HTTP/2 http] 0.032
testBasicAuthenticationExpectationFailure[HTTP/2 http] 0.022
testAuthenticationUserinfoInRequestSuccess[HTTP/2 http] 0.019
testBasicAuthenticationFailure[HTTP/2 http] 0.02
testAuthenticationUserinfoInRequestFailure[HTTP/2 http] 0.019
testAuthenticationFallback[HTTP/2 https] 0.07
testAuthenticationUserinfoInRedirectSuccess[HTTP/2 https] 0.037
testReauthentication[HTTP/2 https] 0.038
testBasicAuthenticationExpectationSuccess[HTTP/2 https] 0.028
testBasicAuthenticationNoCreds[HTTP/2 https] 0.025
testBasicAuthenticationWithEntitySuccess[HTTP/2 https] 0.026
testBasicAuthenticationCredentialsCaching[HTTP/2 https] 0.05
testBasicAuthenticationSuccess[HTTP/2 https] 0.024
testBasicAuthenticationExpectationFailure[HTTP/2 https] 0.031
testAuthenticationUserinfoInRequestSuccess[HTTP/2 https] 0.028
testBasicAuthenticationFailure[HTTP/2 https] 0.026
testAuthenticationUserinfoInRequestFailure[HTTP/2 https] 0.023

TestIdleConnectionEviction

testIdleConnectionEviction 2.515

TestHttpAsyncMinimal

testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 http] 0.024
testRequestExecutionFromCallback[Minimal HTTP/1.1 http] 5.048
testBadRequest[Minimal HTTP/1.1 http] 0.003
testSequentialPostRequests[Minimal HTTP/1.1 http] 0.005
testConcurrentPostRequests[Minimal HTTP/1.1 http] 0.008
testSequentialGetRequests[Minimal HTTP/1.1 http] 0.007
testSequentialHeadRequests[Minimal HTTP/1.1 http] 0.004
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 https] 0.026
testRequestExecutionFromCallback[Minimal HTTP/1.1 https] 5.051
testBadRequest[Minimal HTTP/1.1 https] 0.019
testSequentialPostRequests[Minimal HTTP/1.1 https] 0.022
testConcurrentPostRequests[Minimal HTTP/1.1 https] 0.045
testSequentialGetRequests[Minimal HTTP/1.1 https] 0.024
testSequentialHeadRequests[Minimal HTTP/1.1 https] 0.021
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 http] 0.009
testRequestExecutionFromCallback[Minimal HTTP/2.0 http] 0.025
testBadRequest[Minimal HTTP/2.0 http] 0.004
testSequentialPostRequests[Minimal HTTP/2.0 http] 0.006
testConcurrentPostRequests[Minimal HTTP/2.0 http] 0.012
testSequentialGetRequests[Minimal HTTP/2.0 http] 0.007
testSequentialHeadRequests[Minimal HTTP/2.0 http] 0.009
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 https] 0.03
testRequestExecutionFromCallback[Minimal HTTP/2.0 https] 0.047
testBadRequest[Minimal HTTP/2.0 https] 0.018
testSequentialPostRequests[Minimal HTTP/2.0 https] 0.022
testConcurrentPostRequests[Minimal HTTP/2.0 https] 0.039
testSequentialGetRequests[Minimal HTTP/2.0 https] 0.041
testSequentialHeadRequests[Minimal HTTP/2.0 https] 0.019

TestH2AsyncRedirect

testBasicRedirect302NoLocation[HTTP/2 http] 0.011
testMaxRedirectCheck[HTTP/2 http] 0.014
testRelativeRedirect[HTTP/2 http] 0.008
testPostRedirectSeeOther[HTTP/2 http] 0.008
testRejectBogusRedirectLocation[HTTP/2 http] 0.013
testRedirectWithCookie[HTTP/2 http] 0.01
testPostRedirect[HTTP/2 http] 0.012
testRejectInvalidRedirectLocation[HTTP/2 http] 0.014
testRelativeRedirect2[HTTP/2 http] 0.019
testBasicRedirect300[HTTP/2 http] 0.008
testBasicRedirect301[HTTP/2 http] 0.007
testBasicRedirect302[HTTP/2 http] 0.008
testBasicRedirect303[HTTP/2 http] 0.008
testBasicRedirect304[HTTP/2 http] 0.007
testBasicRedirect305[HTTP/2 http] 0.007
testBasicRedirect307[HTTP/2 http] 0.01
testCrossSiteRedirect[HTTP/2 http] 0.018
testCircularRedirect[HTTP/2 http] 0.008
testBasicRedirect302NoLocation[HTTP/2 https] 0.034
testMaxRedirectCheck[HTTP/2 https] 0.028
testRelativeRedirect[HTTP/2 https] 0.027
testPostRedirectSeeOther[HTTP/2 https] 0.027
testRejectBogusRedirectLocation[HTTP/2 https] 0.027
testRedirectWithCookie[HTTP/2 https] 0.03
testPostRedirect[HTTP/2 https] 0.029
testRejectInvalidRedirectLocation[HTTP/2 https] 0.029
testRelativeRedirect2[HTTP/2 https] 0.028
testBasicRedirect300[HTTP/2 https] 0.028
testBasicRedirect301[HTTP/2 https] 0.027
testBasicRedirect302[HTTP/2 https] 0.029
testBasicRedirect303[HTTP/2 https] 0.027
testBasicRedirect304[HTTP/2 https] 0.028
testBasicRedirect305[HTTP/2 https] 0.025
testBasicRedirect307[HTTP/2 https] 0.032
testCrossSiteRedirect[HTTP/2 https] 0.201
testCircularRedirect[HTTP/2 https] 0.043

TestConnectionReuse

testReuseOfAbortedConnections 0.068
testReuseOfPersistentConnectionsWithStreamedRequestAndResponse 0.053
testKeepAliveHeaderRespected 1.617
testReuseOfPersistentConnections 0.043
testReuseOfClosedConnections 0.049

TestRedirects

testDefaultHeadersRedirect 0.916
testBasicRedirect302NoLocation 0.012
testCompressionHeaderRedirect 0.014
testMaxRedirectCheck 0.017
testRelativeRedirect 0.01
testPostRedirectSeeOther 0.012
testRejectBogusRedirectLocation 0.008
testRedirectWithCookie 0.01
testRejectInvalidRedirectLocation 0.007
testRelativeRedirect2 0.01
testBasicRedirect300NoKeepAlive 0.007
testBasicRedirect300 0.008
testBasicRedirect301 0.009
testBasicRedirect302 0.008
testBasicRedirect303 0.009
testBasicRedirect304 0.016
testBasicRedirect305 0.007
testBasicRedirect307 0.008
testCircularRedirect 0.009

TestHttp1Reactive

testSequentialGetRequestsCloseConnection[HTTP/1.1 http] 0.103
testConcurrentPostsOverMultipleConnections[HTTP/1.1 http] 0.57
testSharedPool[HTTP/1.1 http] 0.015
testConcurrentPostsOverSingleConnection[HTTP/1.1 http] 1.232
testRequestExecutionFromCallback[HTTP/1.1 http] 0.024
testBadRequest[HTTP/1.1 http] 0.004
testSequentialPostRequests[HTTP/1.1 http] 0.007
testConcurrentPostRequests[HTTP/1.1 http] 0.35
testSequentialGetRequests[HTTP/1.1 http] 0.006
testSequentialHeadRequests[HTTP/1.1 http] 0.01
testSequentialGetRequestsCloseConnection[HTTP/1.1 https] 0.03
testConcurrentPostsOverMultipleConnections[HTTP/1.1 https] 1.449
testSharedPool[HTTP/1.1 https] 0.062
testConcurrentPostsOverSingleConnection[HTTP/1.1 https] 2.449
testRequestExecutionFromCallback[HTTP/1.1 https] 0.047
testBadRequest[HTTP/1.1 https] 0.066
testSequentialPostRequests[HTTP/1.1 https] 0.032
testConcurrentPostRequests[HTTP/1.1 https] 1.12
testSequentialGetRequests[HTTP/1.1 https] 0.038
testSequentialHeadRequests[HTTP/1.1 https] 0.051

Failure Details

[Summary] [Package List] [Test Cases]


testNoInfiniteLoopOnSPNOutsideDomain
skipped: Test can only be run on Windows