Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.116
org.apache.hc.client5.testing.async 282 0 0 0 100% 55.231
org.apache.hc.client5.testing.sync 88 0 0 1 98.864% 5.613

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.116

org.apache.hc.client5.testing.async

Class Tests Errors Failures Skipped Success Rate Time
TestHttp1Reactive 20 0 0 0 100% 3.952
TestHttp1ClientAuthentication 26 0 0 0 100% 0.268
TestH2Async 12 0 0 0 100% 6.121
TestH2AsyncMinimal 12 0 0 0 100% 0.172
TestHttp1Async 24 0 0 0 100% 0.485
TestH2AsyncRedirect 36 0 0 0 100% 0.421
TestHttp1RequestReExecution 4 0 0 0 100% 8.063
TestH2ClientAuthentication 24 0 0 0 100% 0.273
TestHttpAsyncMinimal 28 0 0 0 100% 10.4
TestHttp1AsyncRedirects 42 0 0 0 100% 0.522
TestHttp1AsyncStatefulConnManagement 2 0 0 0 100% 0.219
TestHttpMinimalReactive 28 0 0 0 100% 14.706
TestH2Reactive 12 0 0 0 100% 7.2
TestH2MinimalReactive 12 0 0 0 100% 2.429

org.apache.hc.client5.testing.sync

Class Tests Errors Failures Skipped Success Rate Time
TestClientAuthentication 18 0 0 0 100% 0.058
TestMinimalClientRequestExecution 2 0 0 0 100% 0.014
TestMalformedServerResponse 1 0 0 0 100% 0.006
TestClientRequestExecution 6 0 0 0 100% 0.034
TestIdleConnectionEviction 1 0 0 0 100% 2.115
TestWindowsNegotiateScheme 1 0 0 1 0% 0.006
TestRedirects 19 0 0 0 100% 0.06
TestSSLSocketFactory 10 0 0 0 100% 0.395
TestConnectionReuse 5 0 0 0 100% 1.719
TestClientAuthenticationFakeNTLM 5 0 0 0 100% 0.049
TestCookieVirtualHost 1 0 0 0 100% 0.013
TestContentCodings 9 0 0 0 100% 0.064
TestBasicConnectionManager 2 0 0 0 100% 0.011
TestStatefulConnManagement 2 0 0 0 100% 0.225
TestConnectionManagement 4 0 0 0 100% 0.491
TestSPNegoScheme 2 0 0 0 100% 0.353

Test Cases

[Summary] [Package List] [Test Cases]

TestClientAuthentication

testAuthenticationTargetAsProxy 0.003
testBasicAuthenticationFailureOnNonRepeatablePutDontExpectContinue 0.003
testBasicAuthenticationSuccessOnNonRepeatablePutExpectContinue 0.003
testAuthenticationFallback 0.003
testAuthenticationUserinfoInRedirectSuccess 0.004
testAuthenticationCredentialsCachingReauthenticationOnDifferentRealm 0.004
testReauthentication 0.005
testBasicAuthenticationNoCreds 0.003
testBasicAuthenticationCredentialsCaching 0.004
testBasicAuthenticationSuccess 0.003
testPreemptiveAuthenticationFailure 0.003
testAuthenticationUserinfoInRequestSuccess 0.003
testBasicAuthenticationFailure 0.002
testBasicAuthenticationFailureOnNonRepeatablePost 0.002
testAuthenticationUserinfoInRequestFailure 0.002
testPreemptiveAuthentication 0.003
testConnectionCloseAfterAuthenticationSuccess 0.003
testBasicAuthenticationSuccessOnRepeatablePost 0.003

TestMinimalClientRequestExecution

testNonCompliantURIWithContext 0.006
testNonCompliantURIWithoutContext 0.007

TestMalformedServerResponse

testNoContentResponseWithGarbage 0.005

TestClientRequestExecution

testNonCompliantURI 0.004
testAutoGeneratedHeaders 0.006
testRelativeRequestURIWithFragment 0.004
testRequestCancellation 0.013
testNonRepeatableEntity 0.003
testAbsoluteRequestURIWithFragment 0.003

TestHttp1Reactive

testSequentialGetRequestsCloseConnection[HTTP/1.1 http] 0.009
testConcurrentPostsOverMultipleConnections[HTTP/1.1 http] 0.259
testSharedPool[HTTP/1.1 http] 0.01
testConcurrentPostsOverSingleConnection[HTTP/1.1 http] 0.938
testRequestExecutionFromCallback[HTTP/1.1 http] 0.011
testBadRequest[HTTP/1.1 http] 0.002
testSequentialPostRequests[HTTP/1.1 http] 0.005
testConcurrentPostRequests[HTTP/1.1 http] 0.24
testSequentialGetRequests[HTTP/1.1 http] 0.004
testSequentialHeadRequests[HTTP/1.1 http] 0.003
testSequentialGetRequestsCloseConnection[HTTP/1.1 https] 0.014
testConcurrentPostsOverMultipleConnections[HTTP/1.1 https] 0.508
testSharedPool[HTTP/1.1 https] 0.021
testConcurrentPostsOverSingleConnection[HTTP/1.1 https] 1.32
testRequestExecutionFromCallback[HTTP/1.1 https] 0.022
testBadRequest[HTTP/1.1 https] 0.012
testSequentialPostRequests[HTTP/1.1 https] 0.014
testConcurrentPostRequests[HTTP/1.1 https] 0.519
testSequentialGetRequests[HTTP/1.1 https] 0.015
testSequentialHeadRequests[HTTP/1.1 https] 0.017

TestIdleConnectionEviction

testIdleConnectionEviction 2.114

TestWindowsNegotiateScheme

testNoInfiniteLoopOnSPNOutsideDomain 0
Test can only be run on Windows

TestHttp1ClientAuthentication

testBasicAuthenticationSuccessNonPersistentConnection[HTTP/1.1 http] 0.014
testAuthenticationFallback[HTTP/1.1 http] 0.005
testAuthenticationUserinfoInRedirectSuccess[HTTP/1.1 http] 0.005
testReauthentication[HTTP/1.1 http] 0.01
testBasicAuthenticationExpectationSuccess[HTTP/1.1 http] 0.004
testBasicAuthenticationNoCreds[HTTP/1.1 http] 0.003
testBasicAuthenticationWithEntitySuccess[HTTP/1.1 http] 0.004
testBasicAuthenticationCredentialsCaching[HTTP/1.1 http] 0.004
testBasicAuthenticationSuccess[HTTP/1.1 http] 0.003
testBasicAuthenticationExpectationFailure[HTTP/1.1 http] 0.007
testAuthenticationUserinfoInRequestSuccess[HTTP/1.1 http] 0.006
testBasicAuthenticationFailure[HTTP/1.1 http] 0.002
testAuthenticationUserinfoInRequestFailure[HTTP/1.1 http] 0.002
testBasicAuthenticationSuccessNonPersistentConnection[HTTP/1.1 https] 0.017
testAuthenticationFallback[HTTP/1.1 https] 0.013
testAuthenticationUserinfoInRedirectSuccess[HTTP/1.1 https] 0.014
testReauthentication[HTTP/1.1 https] 0.018
testBasicAuthenticationExpectationSuccess[HTTP/1.1 https] 0.017
testBasicAuthenticationNoCreds[HTTP/1.1 https] 0.013
testBasicAuthenticationWithEntitySuccess[HTTP/1.1 https] 0.014
testBasicAuthenticationCredentialsCaching[HTTP/1.1 https] 0.014
testBasicAuthenticationSuccess[HTTP/1.1 https] 0.013
testBasicAuthenticationExpectationFailure[HTTP/1.1 https] 0.017
testAuthenticationUserinfoInRequestSuccess[HTTP/1.1 https] 0.012
testBasicAuthenticationFailure[HTTP/1.1 https] 0.013
testAuthenticationUserinfoInRequestFailure[HTTP/1.1 https] 0.017

TestRedirects

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

TestFluent

testGetRequestByName 0.051
testGetRequestFailure 0.005
testContentAsStringWithCharset 0.004
testGetRequestByNameWithURI 0.003
testPostRequest 0.004
testGetRequest 0.004
testConnectionRelease 0.042

TestSSLSocketFactory

testSSLTrustVerificationOverrideWithCustsom 0.058
testClientAuthSSLFailure 0.013
testWeakCiphersDisabledByDefault 0.011
testSSLTrustVerificationOverrideWithTrustSelfSignedStrategy 0.055
testBasicSSL 0.052
testSSLTrustVerification 0.023
testBasicDefaultHostnameVerifier 0.057
testSSLTrustVerificationOverrideWithTrustAllStrategy 0.057
testClientAuthSSL 0.06
testSSLDisabledByDefault 0.003

TestConnectionReuse

testReuseOfAbortedConnections 0.031
testReuseOfPersistentConnectionsWithStreamedRequestAndResponse 0.027
testKeepAliveHeaderRespected 1.618
testReuseOfPersistentConnections 0.017
testReuseOfClosedConnections 0.025

TestH2Async

testRequestExecutionFromCallback[HTTP/2 http] 0.548
testBadRequest[HTTP/2 http] 0.007
testSequentialPostRequests[HTTP/2 http] 0.054
testConcurrentPostRequests[HTTP/2 http] 0.02
testSequentialGetRequests[HTTP/2 http] 0.005
testSequentialHeadRequests[HTTP/2 http] 0.004
testRequestExecutionFromCallback[HTTP/2 https] 0.216
testBadRequest[HTTP/2 https] 0.081
testSequentialPostRequests[HTTP/2 https] 0.027
testConcurrentPostRequests[HTTP/2 https] 5.059
testSequentialGetRequests[HTTP/2 https] 0.021
testSequentialHeadRequests[HTTP/2 https] 0.025

TestClientAuthenticationFakeNTLM

testNTLMAuthenticationFailure 0.013
testNTLMType2MessageOnlyAuthenticationFailure 0.01
testNTLMv2Type2Message 0.015
testNTLMType2NonUnicodeMessageOnlyAuthenticationFailure 0.003
testNTLMv1Type2Message 0.006

TestCookieVirtualHost

testCookieMatchingWithVirtualHosts 0.011

TestContentCodings

testResponseWithNoContent 0.005
gzipResponsesWorkWithBasicResponseHandler 0.007
testDeflateSupportForServerReturningRfc1950Stream 0.006
testHttpEntityWriteToForGzip 0.005
deflateResponsesWorkWithBasicResponseHandler 0.005
testDeflateSupportForServerReturningRfc1951Stream 0.004
testThreadSafetyOfContentCodings 0.02
testGzipSupport 0.005
testHttpEntityWriteToForDeflate 0.005

TestH2AsyncMinimal

testRequestExecutionFromCallback[http] 0.017
testBadRequest[http] 0.004
testSequentialPostRequests[http] 0.004
testConcurrentPostRequests[http] 0.008
testSequentialGetRequests[http] 0.004
testSequentialHeadRequests[http] 0.004
testRequestExecutionFromCallback[https] 0.046
testBadRequest[https] 0.014
testSequentialPostRequests[https] 0.015
testConcurrentPostRequests[https] 0.023
testSequentialGetRequests[https] 0.016
testSequentialHeadRequests[https] 0.014

TestHttp1Async

testSequentialGetRequestsCloseConnection[HTTP/1.1 http] 0.005
testConcurrentPostsOverMultipleConnections[HTTP/1.1 http] 0.013
testRequestCancellation[HTTP/1.1 http] 0.027
testGetRequestsIdentityEncodingResponse[HTTP/1.1 http] 0.011
testSharedPool[HTTP/1.1 http] 0.004
testConcurrentPostsOverSingleConnection[HTTP/1.1 http] 0.009
testRequestExecutionFromCallback[HTTP/1.1 http] 0.018
testBadRequest[HTTP/1.1 http] 0.004
testSequentialPostRequests[HTTP/1.1 http] 0.004
testConcurrentPostRequests[HTTP/1.1 http] 0.009
testSequentialGetRequests[HTTP/1.1 http] 0.004
testSequentialHeadRequests[HTTP/1.1 http] 0.007
testSequentialGetRequestsCloseConnection[HTTP/1.1 https] 0.021
testConcurrentPostsOverMultipleConnections[HTTP/1.1 https] 0.067
testRequestCancellation[HTTP/1.1 https] 0.077
testGetRequestsIdentityEncodingResponse[HTTP/1.1 https] 0.034
testSharedPool[HTTP/1.1 https] 0.017
testConcurrentPostsOverSingleConnection[HTTP/1.1 https] 0.027
testRequestExecutionFromCallback[HTTP/1.1 https] 0.035
testBadRequest[HTTP/1.1 https] 0.016
testSequentialPostRequests[HTTP/1.1 https] 0.019
testConcurrentPostRequests[HTTP/1.1 https] 0.022
testSequentialGetRequests[HTTP/1.1 https] 0.015
testSequentialHeadRequests[HTTP/1.1 https] 0.014

TestBasicConnectionManager

testConnectionStillInUse 0.007
testBasics 0.003

TestH2AsyncRedirect

testBasicRedirect302NoLocation[HTTP/2 http] 0.003
testMaxRedirectCheck[HTTP/2 http] 0.005
testRelativeRedirect[HTTP/2 http] 0.004
testPostRedirectSeeOther[HTTP/2 http] 0.043
testRejectBogusRedirectLocation[HTTP/2 http] 0.007
testRedirectWithCookie[HTTP/2 http] 0.006
testPostRedirect[HTTP/2 http] 0.003
testRejectInvalidRedirectLocation[HTTP/2 http] 0.003
testRelativeRedirect2[HTTP/2 http] 0.005
testBasicRedirect300[HTTP/2 http] 0.003
testBasicRedirect301[HTTP/2 http] 0.003
testBasicRedirect302[HTTP/2 http] 0.005
testBasicRedirect303[HTTP/2 http] 0.003
testBasicRedirect304[HTTP/2 http] 0.003
testBasicRedirect305[HTTP/2 http] 0.002
testBasicRedirect307[HTTP/2 http] 0.007
testCrossSiteRedirect[HTTP/2 http] 0.005
testCircularRedirect[HTTP/2 http] 0.004
testBasicRedirect302NoLocation[HTTP/2 https] 0.013
testMaxRedirectCheck[HTTP/2 https] 0.016
testRelativeRedirect[HTTP/2 https] 0.018
testPostRedirectSeeOther[HTTP/2 https] 0.015
testRejectBogusRedirectLocation[HTTP/2 https] 0.014
testRedirectWithCookie[HTTP/2 https] 0.031
testPostRedirect[HTTP/2 https] 0.023
testRejectInvalidRedirectLocation[HTTP/2 https] 0.017
testRelativeRedirect2[HTTP/2 https] 0.017
testBasicRedirect300[HTTP/2 https] 0.014
testBasicRedirect301[HTTP/2 https] 0.015
testBasicRedirect302[HTTP/2 https] 0.016
testBasicRedirect303[HTTP/2 https] 0.013
testBasicRedirect304[HTTP/2 https] 0.013
testBasicRedirect305[HTTP/2 https] 0.013
testBasicRedirect307[HTTP/2 https] 0.014
testCrossSiteRedirect[HTTP/2 https] 0.026
testCircularRedirect[HTTP/2 https] 0.014

TestHttp1RequestReExecution

testDoNotGiveUpEasily[HTTP/1.1] 3.041
testGiveUpAfterOneRetry[HTTP/1.1] 1.007
testDoNotGiveUpEasily[HTTP/2.0] 3.008
testGiveUpAfterOneRetry[HTTP/2.0] 1.005

TestH2ClientAuthentication

testAuthenticationFallback[HTTP/2 http] 0.003
testAuthenticationUserinfoInRedirectSuccess[HTTP/2 http] 0.003
testReauthentication[HTTP/2 http] 0.005
testBasicAuthenticationExpectationSuccess[HTTP/2 http] 0.009
testBasicAuthenticationNoCreds[HTTP/2 http] 0.003
testBasicAuthenticationWithEntitySuccess[HTTP/2 http] 0.003
testBasicAuthenticationCredentialsCaching[HTTP/2 http] 0.004
testBasicAuthenticationSuccess[HTTP/2 http] 0.002
testBasicAuthenticationExpectationFailure[HTTP/2 http] 0.005
testAuthenticationUserinfoInRequestSuccess[HTTP/2 http] 0.003
testBasicAuthenticationFailure[HTTP/2 http] 0.003
testAuthenticationUserinfoInRequestFailure[HTTP/2 http] 0.002
testAuthenticationFallback[HTTP/2 https] 0.016
testAuthenticationUserinfoInRedirectSuccess[HTTP/2 https] 0.016
testReauthentication[HTTP/2 https] 0.017
testBasicAuthenticationExpectationSuccess[HTTP/2 https] 0.021
testBasicAuthenticationNoCreds[HTTP/2 https] 0.017
testBasicAuthenticationWithEntitySuccess[HTTP/2 https] 0.016
testBasicAuthenticationCredentialsCaching[HTTP/2 https] 0.016
testBasicAuthenticationSuccess[HTTP/2 https] 0.015
testBasicAuthenticationExpectationFailure[HTTP/2 https] 0.018
testAuthenticationUserinfoInRequestSuccess[HTTP/2 https] 0.018
testBasicAuthenticationFailure[HTTP/2 https] 0.023
testAuthenticationUserinfoInRequestFailure[HTTP/2 https] 0.029

TestStatefulConnManagement

testRouteSpecificPoolRecylcing 0.211
testStatefulConnections 0.012

TestHttpAsyncMinimal

testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 http] 0.009
testRequestExecutionFromCallback[Minimal HTTP/1.1 http] 5.017
testBadRequest[Minimal HTTP/1.1 http] 0.009
testSequentialPostRequests[Minimal HTTP/1.1 http] 0.006
testConcurrentPostRequests[Minimal HTTP/1.1 http] 0.013
testSequentialGetRequests[Minimal HTTP/1.1 http] 0.005
testSequentialHeadRequests[Minimal HTTP/1.1 http] 0.004
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 https] 0.026
testRequestExecutionFromCallback[Minimal HTTP/1.1 https] 5.035
testBadRequest[Minimal HTTP/1.1 https] 0.022
testSequentialPostRequests[Minimal HTTP/1.1 https] 0.017
testConcurrentPostRequests[Minimal HTTP/1.1 https] 0.022
testSequentialGetRequests[Minimal HTTP/1.1 https] 0.015
testSequentialHeadRequests[Minimal HTTP/1.1 https] 0.012
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 http] 0.005
testRequestExecutionFromCallback[Minimal HTTP/2.0 http] 0.016
testBadRequest[Minimal HTTP/2.0 http] 0.002
testSequentialPostRequests[Minimal HTTP/2.0 http] 0.003
testConcurrentPostRequests[Minimal HTTP/2.0 http] 0.005
testSequentialGetRequests[Minimal HTTP/2.0 http] 0.003
testSequentialHeadRequests[Minimal HTTP/2.0 http] 0.002
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 https] 0.035
testRequestExecutionFromCallback[Minimal HTTP/2.0 https] 0.034
testBadRequest[Minimal HTTP/2.0 https] 0.013
testSequentialPostRequests[Minimal HTTP/2.0 https] 0.011
testConcurrentPostRequests[Minimal HTTP/2.0 https] 0.02
testSequentialGetRequests[Minimal HTTP/2.0 https] 0.016
testSequentialHeadRequests[Minimal HTTP/2.0 https] 0.014

TestHttp1AsyncRedirects

testDefaultHeadersRedirect[HTTP/1.1 http] 0.037
testBasicRedirect300NoKeepAlive[HTTP/1.1 http] 0.004
testBasicRedirect301NoKeepAlive[HTTP/1.1 http] 0.005
testBasicRedirect302NoLocation[HTTP/1.1 http] 0.005
testMaxRedirectCheck[HTTP/1.1 http] 0.003
testRelativeRedirect[HTTP/1.1 http] 0.004
testPostRedirectSeeOther[HTTP/1.1 http] 0.006
testRejectBogusRedirectLocation[HTTP/1.1 http] 0.004
testRedirectWithCookie[HTTP/1.1 http] 0.005
testPostRedirect[HTTP/1.1 http] 0.006
testRejectInvalidRedirectLocation[HTTP/1.1 http] 0.01
testRelativeRedirect2[HTTP/1.1 http] 0.004
testBasicRedirect300[HTTP/1.1 http] 0.005
testBasicRedirect301[HTTP/1.1 http] 0.004
testBasicRedirect302[HTTP/1.1 http] 0.004
testBasicRedirect303[HTTP/1.1 http] 0.005
testBasicRedirect304[HTTP/1.1 http] 0.005
testBasicRedirect305[HTTP/1.1 http] 0.004
testBasicRedirect307[HTTP/1.1 http] 0.004
testCrossSiteRedirect[HTTP/1.1 http] 0.013
testCircularRedirect[HTTP/1.1 http] 0.004
testDefaultHeadersRedirect[HTTP/1.1 https] 0.026
testBasicRedirect300NoKeepAlive[HTTP/1.1 https] 0.018
testBasicRedirect301NoKeepAlive[HTTP/1.1 https] 0.024
testBasicRedirect302NoLocation[HTTP/1.1 https] 0.015
testMaxRedirectCheck[HTTP/1.1 https] 0.018
testRelativeRedirect[HTTP/1.1 https] 0.018
testPostRedirectSeeOther[HTTP/1.1 https] 0.016
testRejectBogusRedirectLocation[HTTP/1.1 https] 0.014
testRedirectWithCookie[HTTP/1.1 https] 0.015
testPostRedirect[HTTP/1.1 https] 0.016
testRejectInvalidRedirectLocation[HTTP/1.1 https] 0.014
testRelativeRedirect2[HTTP/1.1 https] 0.02
testBasicRedirect300[HTTP/1.1 https] 0.017
testBasicRedirect301[HTTP/1.1 https] 0.015
testBasicRedirect302[HTTP/1.1 https] 0.015
testBasicRedirect303[HTTP/1.1 https] 0.015
testBasicRedirect304[HTTP/1.1 https] 0.015
testBasicRedirect305[HTTP/1.1 https] 0.014
testBasicRedirect307[HTTP/1.1 https] 0.015
testCrossSiteRedirect[HTTP/1.1 https] 0.028
testCircularRedirect[HTTP/1.1 https] 0.018

TestHttp1AsyncStatefulConnManagement

testRouteSpecificPoolRecylcing 0.207
testStatefulConnections 0.01

TestHttpMinimalReactive

testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 http] 0.006
testRequestExecutionFromCallback[Minimal HTTP/1.1 http] 5.012
testBadRequest[Minimal HTTP/1.1 http] 0.003
testSequentialPostRequests[Minimal HTTP/1.1 http] 0.003
testConcurrentPostRequests[Minimal HTTP/1.1 http] 0.257
testSequentialGetRequests[Minimal HTTP/1.1 http] 0.004
testSequentialHeadRequests[Minimal HTTP/1.1 http] 0.003
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/1.1 https] 0.019
testRequestExecutionFromCallback[Minimal HTTP/1.1 https] 5.025
testBadRequest[Minimal HTTP/1.1 https] 0.014
testSequentialPostRequests[Minimal HTTP/1.1 https] 0.014
testConcurrentPostRequests[Minimal HTTP/1.1 https] 0.52
testSequentialGetRequests[Minimal HTTP/1.1 https] 0.019
testSequentialHeadRequests[Minimal HTTP/1.1 https] 0.018
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 http] 0.008
testRequestExecutionFromCallback[Minimal HTTP/2.0 http] 0.008
testBadRequest[Minimal HTTP/2.0 http] 0.003
testSequentialPostRequests[Minimal HTTP/2.0 http] 0.003
testConcurrentPostRequests[Minimal HTTP/2.0 http] 0.319
testSequentialGetRequests[Minimal HTTP/2.0 http] 0.004
testSequentialHeadRequests[Minimal HTTP/2.0 http] 0.004
testConcurrentPostRequestsSameEndpoint[Minimal HTTP/2.0 https] 0.023
testRequestExecutionFromCallback[Minimal HTTP/2.0 https] 0.034
testBadRequest[Minimal HTTP/2.0 https] 0.018
testSequentialPostRequests[Minimal HTTP/2.0 https] 0.017
testConcurrentPostRequests[Minimal HTTP/2.0 https] 3.312
testSequentialGetRequests[Minimal HTTP/2.0 https] 0.017
testSequentialHeadRequests[Minimal HTTP/2.0 https] 0.014

TestH2Reactive

testRequestExecutionFromCallback[HTTP/2 http] 0.013
testBadRequest[HTTP/2 http] 0.003
testSequentialPostRequests[HTTP/2 http] 0.003
testConcurrentPostRequests[HTTP/2 http] 0.782
testSequentialGetRequests[HTTP/2 http] 0.004
testSequentialHeadRequests[HTTP/2 http] 0.004
testRequestExecutionFromCallback[HTTP/2 https] 0.033
testBadRequest[HTTP/2 https] 0.012
testSequentialPostRequests[HTTP/2 https] 0.016
testConcurrentPostRequests[HTTP/2 https] 6.272
testSequentialGetRequests[HTTP/2 https] 0.031
testSequentialHeadRequests[HTTP/2 https] 0.023

TestConnectionManagement

testCloseExpiredIdleConnections 0.154
testCloseExpiredTTLConnections 0.155
testReleaseConnectionWithTimeLimits 0.166
testReleaseConnection 0.015

TestH2MinimalReactive

testRequestExecutionFromCallback[http] 0.071
testBadRequest[http] 0.003
testSequentialPostRequests[http] 0.006
testConcurrentPostRequests[http] 0.883
testSequentialGetRequests[http] 0.004
testSequentialHeadRequests[http] 0.004
testRequestExecutionFromCallback[https] 0.029
testBadRequest[https] 0.013
testSequentialPostRequests[https] 0.015
testConcurrentPostRequests[https] 1.37
testSequentialGetRequests[https] 0.014
testSequentialHeadRequests[https] 0.014

TestSPNegoScheme

testDontTryToAuthenticateEndlessly 0.347
testNoTokenGeneratedError 0.005

Failure Details

[Summary] [Package List] [Test Cases]


testNoInfiniteLoopOnSPNOutsideDomain
skipped: Test can only be run on Windows