Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
329 0 0 0 100% 285.142

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.core5.testing.nio 205 0 0 0 100% 224.75
org.apache.hc.core5.benchmark 3 0 0 0 100% 0.753
org.apache.hc.core5.testing.reactive 12 0 0 0 100% 21.685
org.apache.hc.core5.testing.classic 55 0 0 0 100% 37.016
org.apache.hc.core5.testing.framework 54 0 0 0 100% 0.938

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

org.apache.hc.core5.testing.nio

Class Tests Errors Failures Skipped Success Rate Time
HttpIntegrationTests$CoreTransportH2SocksProxy 5 0 0 0 100% 3.044
HttpIntegrationTests$CoreTransportH2SocksProxyTls 5 0 0 0 100% 3.512
HttpIntegrationTests 0 0 0 0 0% 32.239
JSSEProviderIntegrationTests$Oracle 3 0 0 0 100% 1.776
HttpProtocolTests 0 0 0 0 0% 66.55
HttpProtocolTests$Http1Tls 36 0 0 0 100% 29.474
HttpIntegrationTests$CoreTransportH2Tls 5 0 0 0 100% 2.504
H2ConnPoolTest 2 0 0 0 100% 0.961
H2AlpnTests$NonStrictH2AlpnH2Disallowed 1 0 0 0 100% 0.955
HttpIntegrationTests$CoreTransportH2Multiplexing 4 0 0 0 100% 2.193
HttpIntegrationTests$H2Filters 1 0 0 0 100% 0.473
HttpIntegrationTests$CoreTransportH2MultiplexingTls 4 0 0 0 100% 2.26
HttpProtocolTests$H2Tls 18 0 0 0 100% 18.465
HttpIntegrationTests$CoreTransportH2 5 0 0 0 100% 2.387
JSSEProviderIntegrationTests 0 0 0 0 0% 4.325
HttpIntegrationTests$CoreTransportSocksProxy 5 0 0 0 100% 3.411
H2AlpnTests$StrictH2AlpnH2Disallowed 1 0 0 0 100% 0.956
HttpIntegrationTests$CoreTransportSocksProxyTls 5 0 0 0 100% 4.313
H2ProtocolNegotiationTest 3 0 0 0 100% 1.446
H2AlpnTests$StrictH2AlpnH2Allowed 1 0 0 0 100% 0.979
TLSUpgradeTest 1 0 0 0 100% 0.494
TLSIntegrationTest 21 0 0 0 100% 9.869
HttpIntegrationTests$CoreTransport 5 0 0 0 100% 2.331
HttpProtocolTests$H2 18 0 0 0 100% 7.457
JSSEProviderIntegrationTests$ConscryptTlsV1_3 3 0 0 0 100% 1.543
HttpIntegrationTests$Authentication 3 0 0 0 100% 1.413
HttpIntegrationTests$HttpFilters 1 0 0 0 100% 0.476
HttpIntegrationTests$CoreTransportTls 5 0 0 0 100% 2.474
H2AlpnTests 0 0 0 0 0% 2.894
TestDefaultListeningIOReactor 2 0 0 0 100% 0.005
HttpProtocolTests$Http1 36 0 0 0 100% 11.141
JSSEProviderIntegrationTests$ConscryptTlsV1_2 3 0 0 0 100% 1
HttpIntegrationTests$AuthenticationImmediateResponse 3 0 0 0 100% 1.43

org.apache.hc.core5.benchmark

Class Tests Errors Failures Skipped Success Rate Time
BenchmarkToolTest 2 0 0 0 100% 0.738
ResultFormatterTest 1 0 0 0 100% 0.015

org.apache.hc.core5.testing.reactive

Class Tests Errors Failures Skipped Success Rate Time
IntegrationTests$CoreFunctionsTls 6 0 0 0 100% 5.807
IntegrationTests 0 0 0 0 0% 10.844
IntegrationTests$CoreFunctions 6 0 0 0 100% 5.034

org.apache.hc.core5.testing.classic

Class Tests Errors Failures Skipped Success Rate Time
ClassicIntegrationTests$MonitoringResponseOutOfOrderStrategy 1 0 0 0 100% 0.131
ClassicProtocolTests 0 0 0 0 0% 7.653
ClassicIntegrationTests$CoreTransportTls 3 0 0 0 100% 1.535
ClassicIntegrationTests$AuthenticationImmediateResponse 3 0 0 0 100% 0.403
ClassicIntegrationTests$CoreTransportSocksProxyTls 3 0 0 0 100% 2.416
ClassicIntegrationTests$CoreTransport 3 0 0 0 100% 0.43
ClassicTLSIntegrationTest 6 0 0 0 100% 8.362
ClassicProtocolTests$Http1Tls 14 0 0 0 100% 7.43
ClassicProtocolTests$Http1 14 0 0 0 100% 0.218
ClassicIntegrationTests$MonitoringResponseOutOfOrderStrategyTls 1 0 0 0 100% 0.515
ClassicIntegrationTests$Authentication 3 0 0 0 100% 0.399
ClassicIntegrationTests 0 0 0 0 0% 6.689
ClassicIntegrationTests$CoreTransportSocksProxy 3 0 0 0 100% 0.688
ClassicIntegrationTests$HttpFilters 1 0 0 0 100% 0.147

org.apache.hc.core5.testing.framework

Class Tests Errors Failures Skipped Success Rate Time
TestClientPojoAdapter 3 0 0 0 100% 0.008
TestClassicTestClientTestingAdapter 11 0 0 0 100% 0.039
TestFrameworkTest 3 0 0 0 100% 0.002
TestClientTestingAdapter 2 0 0 0 100% 0.001
TestTestingFrameworkRequestHandler 2 0 0 0 100% 0.003
TestTestingFramework 33 0 0 0 100% 0.885

Test Cases

[Summary] [Package List] [Test Cases]

HttpIntegrationTests$CoreTransportH2SocksProxy

testSequentialRequests 0.641
testPipelinedRequests 0.607
testSequentialRequestsNonPersistentConnection 0.659
testSequentialRequestsSameEndpoint 0.605
testNonPersistentHeads 0.53

ClassicIntegrationTests$MonitoringResponseOutOfOrderStrategy

testResponseOutOfOrderWithDefaultStrategy 0.13

ClassicIntegrationTests$CoreTransportTls

testSequentialRequests 0.486
testMultiThreadedRequests 0.549
testSequentialRequestsNonPersistentConnection 0.496

BenchmarkToolTest

testBasics(HttpVersionPolicy)[1] 0.529
testBasics(HttpVersionPolicy)[2] 0.098

ClassicIntegrationTests$AuthenticationImmediateResponse

testPostRequestAuthenticationNoExpectContinue 0.14
testPostRequestAuthentication 0.129
testGetRequestAuthentication 0.129

HttpIntegrationTests$CoreTransportH2SocksProxyTls

testSequentialRequests 0.714
testPipelinedRequests 0.64
testSequentialRequestsNonPersistentConnection 0.629
testSequentialRequestsSameEndpoint 0.751
testNonPersistentHeads 0.773

ClassicIntegrationTests$CoreTransportSocksProxyTls

testSequentialRequests 0.678
testMultiThreadedRequests 0.794
testSequentialRequestsNonPersistentConnection 0.94

JSSEProviderIntegrationTests$Oracle

testSimpleGet 0.509
testSimpleGetConnectionClose 0.628
testSimpleGetIdentityTransfer 0.636

ClassicIntegrationTests$CoreTransport

testSequentialRequests 0.132
testMultiThreadedRequests 0.167
testSequentialRequestsNonPersistentConnection 0.129

HttpProtocolTests$Http1Tls

testSimpleHead 0.504
testDelayedExpectationVerification 1.913
testPipelinedInvalidRequest 0.502
testSimpleGet 0.495
testPostIdentityTransfer 0.529
testHTTP11FeaturesDisabledWithHTTP10Requests 0.517
testSimpleHeadConnectionClose 0.505
testExceptionInHandler 0.478
testSimpleGetConnectionClose 0.508
testBasicPost 0.483
testHttp10Post 0.49
testLargeGet 0.497
testHeaderTooLargePost 0.473
testHeaderTooLarge 0.478
testSimpleGetsPipelined 0.478
testPipelinedConnectionClose 0.48
testSlowRequestProducer 2.99
testPrematureResponse 0.503
testLargeGetsPipelined 0.496
testHeadPipelined 0.492
testExpectationFailedCloseConnection 0.501
testTruncatedChunk 0.837
testSlowResponseProducer 2.482
testPostsPipelinedLargeResponse 0.494
testNoServiceHandler 0.49
testSlowResponseConsumer 5.507
testPostIdentityTransferOutOfSequenceResponse 0.531
testBasicPostPipelined 0.485
testNoEntityPost 0.541
testMessageWithTrailers 0.577
testLargePost 0.533
testProtocolException 0.524
testExpectationFailed 0.539
testResponseNoContent 0.517
testLargePostsPipelined 0.563
testSimpleGetIdentityTransfer 0.519

HttpIntegrationTests$CoreTransportH2Tls

testSequentialRequests 0.497
testPipelinedRequests 0.478
testSequentialRequestsNonPersistentConnection 0.478
testSequentialRequestsSameEndpoint 0.484
testNonPersistentHeads 0.564

ClassicTLSIntegrationTest

testHostNameVerification 1.401
testTLSClientAuthFailure 0.651
testWeakCiphersDisabledByDefault 4.983
testTLSSuccess 0.486
testTLSTrustFailure 0.36
testSSLDisabledByDefault 0.47

H2ConnPoolTest

testManyGetSessionFailures 0.484
testManyGetSession 0.475

ResultFormatterTest

testBasics 0.013

ClassicProtocolTests$Http1Tls

testSimpleHttpPostsWithContentLength 0.526
testHttpPostIdentity 0.49
testHTTP11FeaturesDisabledWithHTTP10Requests 0.486
testSimpleHttpPostsHTTP10 0.502
testHttpPostNoEntity 0.486
testHeaderTooLargePost 0.516
testHeaderTooLarge 0.484
testSimpleHttpPostsChunked 0.524
testHttpPostsWithExpectContinue 0.508
testHttpPostsWithExpectationVerification 0.609
testSimpleBasicHttpRequests 0.5
testNoContentResponse 0.483
testHttpContent 0.818
testHttpPostNoContentLength 0.489

TestClientPojoAdapter

checkRequestSupportThrows 0.005
checkRequestSupport 0
modifyRequest 0.001

ClassicProtocolTests$Http1

testSimpleHttpPostsWithContentLength 0.012
testHttpPostIdentity 0.002
testHTTP11FeaturesDisabledWithHTTP10Requests 0.003
testSimpleHttpPostsHTTP10 0.012
testHttpPostNoEntity 0.003
testHeaderTooLargePost 0.002
testHeaderTooLarge 0.002
testSimpleHttpPostsChunked 0.016
testHttpPostsWithExpectContinue 0.015
testHttpPostsWithExpectationVerification 0.017
testSimpleBasicHttpRequests 0.011
testNoContentResponse 0.005
testHttpContent 0.105
testHttpPostNoContentLength 0.003

H2AlpnTests$NonStrictH2AlpnH2Disallowed

testALPN 0.484

HttpIntegrationTests$CoreTransportH2Multiplexing

testSequentialRequests 0.472
testMultiplexedRequests 0.472
testValidityCheck 0.665
testMultiplexedRequestCancellation 0.58

HttpIntegrationTests$H2Filters

testSequentialRequests 0.472

HttpIntegrationTests$CoreTransportH2MultiplexingTls

testSequentialRequests 0.487
testMultiplexedRequests 0.477
testValidityCheck 0.697
testMultiplexedRequestCancellation 0.597

HttpProtocolTests$H2Tls

testSimpleHead 0.531
testSimpleGet 0.498
testPush 0.51
testBasicPost 0.493
testLargeGet 0.527
testHeaderTooLargePost 0.499
testHeaderTooLarge 0.49
testSlowRequestProducer 2.997
testPrematureResponse 0.506
testConnectionPing 0.496
testSlowResponseProducer 2.505
testExcessOfConcurrentStreams 3.928
testPushRefused 0.486
testSlowResponseConsumer 1.996
testMessageWithTrailers 0.498
testLargePost 0.507
testExpectationFailed 0.49
testRequestWithInvalidConnectionHeader 0.493

HttpIntegrationTests$CoreTransportH2

testSequentialRequests 0.464
testPipelinedRequests 0.48
testSequentialRequestsNonPersistentConnection 0.464
testSequentialRequestsSameEndpoint 0.505
testNonPersistentHeads 0.471

ClassicIntegrationTests$MonitoringResponseOutOfOrderStrategyTls

testResponseOutOfOrderWithDefaultStrategy 0.513

HttpIntegrationTests$CoreTransportSocksProxy

testSequentialRequests 0.65
testPipelinedRequests 0.597
testSequentialRequestsNonPersistentConnection 0.606
testSequentialRequestsSameEndpoint 0.648
testNonPersistentHeads 0.905

TestClassicTestClientTestingAdapter

nullRequest 0.005
invalidMethod 0.002
nullDefaultURI 0.003
noPath 0.001
withLiveServerCustomRequestHandler 0.012
nullRequestHandler 0.001
modifyRequest 0.001
noMethod 0.001
nullResponseExpectations 0.002
withLiveServerEcho 0.004
modifyResponseExpectations 0.001

ClassicIntegrationTests$Authentication

testPostRequestAuthenticationNoExpectContinue 0.136
testPostRequestAuthentication 0.134
testGetRequestAuthentication 0.126

H2AlpnTests$StrictH2AlpnH2Disallowed

testALPN 0.485

HttpIntegrationTests$CoreTransportSocksProxyTls

testSequentialRequests 0.592
testPipelinedRequests 0.615
testSequentialRequestsNonPersistentConnection 0.814
testSequentialRequestsSameEndpoint 0.665
testNonPersistentHeads 1.624

IntegrationTests$CoreFunctionsTls

testRequestError 0.555
testLongRunningRequest 0.96
testManySmallBuffers 1.821
testRequestTimeout 1.486
testSimpleRequest 0.509
testResponseCancellation 0.474

TestFrameworkTest

changeMethod 0
changeStatus 0
defaults 0.001

H2ProtocolNegotiationTest

testNegotiateProtocol 0.494
testForceHttp1 0.474
testForceHttp2 0.475

ClassicIntegrationTests$CoreTransportSocksProxy

testSequentialRequests 0.194
testMultiThreadedRequests 0.228
testSequentialRequestsNonPersistentConnection 0.262

TestClientTestingAdapter

isRequestSupported 0.001
getHttpClientPOJOAdapter 0

H2AlpnTests$StrictH2AlpnH2Allowed

testALPN 0.486

TestTestingFrameworkRequestHandler

assertNothingThrown 0.001
assertNothingThrownThrows 0.002

TestTestingFramework

changeBody 0.032
changedHeaderCheck 0.01
status201 0.011
addTestNoMocks 0.051
nullSetAdapterThrows 0.004
removeHeader 0.007
addTest 0.56
modifyResponseExpectationsCalled 0.004
responseContentTypeCheck 0.005
statusCheck 0.005
modifyRequestCalled 0.005
adapterDoesNotSupport 0.003
defaultTests 0.026
runTestsWithoutSettingAdapterThrows 0.003
responseAlreadyChecked 0.003
goodAdapterWithConstructor 0.053
changeHeader 0.004
requestMethodUnexpected 0.004
removeParameter 0.004
nulls 0.033
parameterInPath 0.004
defaultTestsWithMockedAdapter 0.006
nullAdapterThrows 0.003
deepcopy 0.002
changeContentType 0.005
removedHeaderCheck 0.004
changeResponseExpectationsFails 0.004
deepcopyOfTest 0.003
changeResponseStatus 0.005
bodyCheck 0.003
goodAdapterWithSetter 0.003
ensureDefaultMapsUnmodifiable 0.001
changeParameter 0.004

TLSUpgradeTest

testTLSUpgrade 0.492

TLSIntegrationTest

testHostNameVerification 0.498
testTLSClientAuthFailure 0.481
testWeakCipherDisabledByDefault(String)[1] 0.48
testWeakCipherDisabledByDefault(String)[2] 0.466
testWeakCipherDisabledByDefault(String)[3] 0.463
testWeakCipherDisabledByDefault(String)[4] 0.463
testWeakCipherDisabledByDefault(String)[5] 0.458
testWeakCipherDisabledByDefault(String)[6] 0.463
testWeakCipherDisabledByDefault(String)[7] 0.458
testWeakCipherDisabledByDefault(String)[8] 0.463
testWeakCipherDisabledByDefault(String)[9] 0.459
testWeakCipherDisabledByDefault(String)[10] 0.463
testWeakCipherDisabledByDefault(String)[11] 0.484
testWeakCipherDisabledByDefault(String)[12] 0.477
testWeakCipherDisabledByDefault(String)[13] 0.468
testWeakCipherDisabledByDefault(String)[14] 0.466
testWeakCipherDisabledByDefault(String)[15] 0.47
testTLSVersionMismatch 0.491
testTLSSuccess(TLS)[1] 0.482
testTLSTrustFailure 0.347
testSSLDisabledByDefault 0.46

HttpIntegrationTests$CoreTransport

testSequentialRequests 0.467
testPipelinedRequests 0.476
testSequentialRequestsSameEndpoint 0.458
testNonPersistentHeads 0.465
testSequentialRequestsNonPersistentConnection 0.463

HttpProtocolTests$H2

testSimpleHead 0.009
testSimpleGet 0.01
testPush 0.011
testBasicPost 0.009
testLargeGet 0.019
testHeaderTooLargePost 0.006
testHeaderTooLarge 0.005
testSlowRequestProducer 2.508
testPrematureResponse 0.007
testConnectionPing 0.006
testSlowResponseProducer 2.01
testExcessOfConcurrentStreams 1.295
testPushRefused 0.007
testSlowResponseConsumer 1.507
testMessageWithTrailers 0.007
testLargePost 0.016
testExpectationFailed 0.008
testRequestWithInvalidConnectionHeader 0.005

JSSEProviderIntegrationTests$ConscryptTlsV1_3

testSimpleGet 0.587
testSimpleGetConnectionClose 0.498
testSimpleGetIdentityTransfer 0.454

IntegrationTests$CoreFunctions

testRequestError 0.474
testLongRunningRequest 0.895
testManySmallBuffers 1.253
testRequestTimeout 1.47
testSimpleRequest 0.472
testResponseCancellation 0.469

ClassicIntegrationTests$HttpFilters

testFilters 0.143

HttpIntegrationTests$Authentication

testPostRequestAuthenticationNoExpectContinue 0.475
testPostRequestAuthentication 0.466
testGetRequestAuthentication 0.469

HttpIntegrationTests$HttpFilters

testFilters 0.474

HttpIntegrationTests$CoreTransportTls

testSequentialRequests 0.488
testPipelinedRequests 0.484
testSequentialRequestsSameEndpoint 0.486
testNonPersistentHeads 0.526
testSequentialRequestsNonPersistentConnection 0.488

TestDefaultListeningIOReactor

testEndpointAlreadyBound 0.003
testEndpointUpAndDown 0.002

HttpProtocolTests$Http1

testSimpleHead 0.008
testDelayedExpectationVerification 1.308
testPipelinedInvalidRequest 0.007
testSimpleGet 0.006
testPostIdentityTransfer 0.01
testHTTP11FeaturesDisabledWithHTTP10Requests 0.004
testSimpleHeadConnectionClose 0.011
testExceptionInHandler 0.005
testSimpleGetConnectionClose 0.008
testBasicPost 0.008
testHttp10Post 0.006
testLargeGet 0.013
testHeaderTooLargePost 0.006
testHeaderTooLarge 0.005
testSimpleGetsPipelined 0.006
testPipelinedConnectionClose 0.005
testSlowRequestProducer 2.507
testPrematureResponse 0.007
testLargeGetsPipelined 0.013
testHeadPipelined 0.005
testExpectationFailedCloseConnection 0.006
testTruncatedChunk 0.005
testSlowResponseProducer 2.01
testPostsPipelinedLargeResponse 0.009
testNoServiceHandler 0.005
testSlowResponseConsumer 5.025
testPostIdentityTransferOutOfSequenceResponse 0.009
testBasicPostPipelined 0.007
testNoEntityPost 0.008
testMessageWithTrailers 0.005
testLargePost 0.035
testProtocolException 0.004
testExpectationFailed 0.007
testResponseNoContent 0.004
testLargePostsPipelined 0.023
testSimpleGetIdentityTransfer 0.009

JSSEProviderIntegrationTests$ConscryptTlsV1_2

testSimpleGet 0.321
testSimpleGetConnectionClose 0.335
testSimpleGetIdentityTransfer 0.341

HttpIntegrationTests$AuthenticationImmediateResponse

testPostRequestAuthenticationNoExpectContinue 0.484
testPostRequestAuthentication 0.47
testGetRequestAuthentication 0.474