George Barnett 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年 前
..
Codegen c5578d48df Add a codegen option to allow stub names to not have their first character lowercased (#1123) 5 年 前
ConnectionPool a59aa82fbc Add a connection pool manager (#1189) 4 年 前
EchoHelpers caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年 前
ALPNConfigurationTests.swift 7ce68af711 Set the ALPN tokens if not otherwise set by the user. (#1127) 5 年 前
AnyServiceClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 年 前
BasicEchoTestCase.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年 前
CallStartBehaviorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
CapturingLogHandler.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 年 前
ClientCallTests.swift e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) 5 年 前
ClientCancellingTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ClientClosedChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ClientConnectionBackoffTests.swift 0ef79f5c7d Make testClientReconnectsAutomatically less flaky (#1075) 5 年 前
ClientEventLoopPreferenceTests.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 年 前
ClientInterceptorPipelineTests.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年 前
ClientTLSFailureTests.swift e8dc247d60 Fix thread-unsafety bug in tests (#1126) 5 年 前
ClientTLSTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年 前
ClientTimeoutTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ClientTransportTests.swift a45db1b439 Scaffolding for better server codegen (#1093) 5 年 前
CompressionTests.swift 7346c615b7 Tolerate identity compression as no compression (#1016) 5 年 前
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ConnectionFailingTests.swift 7aac780666 Provide more specific errors messages for failing channels (#984) 5 年 前
ConnectionManagerTests.swift 71b338013d Extract the connection monitor from the connection manager (#1173) 4 年 前
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) 4 年 前
DebugChannelInitializerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
DelegatingErrorHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
EchoTestClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
EventLoopFuture+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
FakeChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
FakeResponseStreamTests.swift d0eb34dfe2 Disable new swiftformat rule (#936) 5 年 前
FunctionalTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
GRPCClientChannelHandlerTests.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年 前
GRPCClientStateMachineTests.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) 5 年 前
GRPCCustomPayloadTests.swift 91ab843c48 Regenerate 5 年 前
GRPCIdleHandlerStateMachineTests.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 年 前
GRPCIdleTests.swift def0b59363 Idle client connection on 'channelInactive' if there are no active RPCs (#967) 5 年 前
GRPCInteroperabilityTests.swift d27c29834f Capture logs in tests (#903) 5 年 前
GRPCKeepaliveTests.swift 24b71cb4c3 Tolerate idling from the active state (#950) 5 年 前
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) 4 年 前
GRPCPingHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
GRPCServerPipelineConfiguratorTests.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 年 前
GRPCStatusCodeTests.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年 前
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
GRPCStatusTests.swift f21f8a5c57 Make 'GRPCStatus.Code' an enum (#942) 5 年 前
GRPCTestCase.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 年 前
GRPCTimeoutTests.swift 07432c4266 Log some HTTP/2 information (#938) 5 年 前
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
GRPCWebToHTTP2ServerCodecTests.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) 5 年 前
GRPCWebToHTTP2StateMachineTests.swift 1791c3e7b5 Handle multiple requests for gRPC-Web (#1187) 4 年 前
HTTP2ToRawGRPCStateMachineTests.swift 1791c3e7b5 Handle multiple requests for gRPC-Web (#1187) 4 年 前
HTTPVersionParserTests.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 年 前
HeaderNormalizationTests.swift d9e1a6e532 Codegen for server interceptors (#1030) 5 年 前
ImmediateServerFailureTests.swift d9e1a6e532 Codegen for server interceptors (#1030) 5 年 前
InterceptorsTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 年 前
LazyEventLoopPromiseTests.swift 937d85a110 Provide an internal transport abstraction for client rpcs (#834) 5 年 前
LengthPrefixedMessageReaderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
LengthPrefixedMessageWriterTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
PlatformSupportTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
SampleCertificate+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ServerErrorDelegateTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年 前
ServerFuzzingRegressionTests.swift 972c701444 Add fuzzing failure cases (#1190) 4 年 前
ServerInterceptorPipelineTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 年 前
ServerInterceptorTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年 前
ServerOnCloseTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年 前
ServerQuiescingTests.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 年 前
ServerTLSErrorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ServerThrowingTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年 前
ServerWebTests.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) 5 年 前
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
TestClientExample.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
TimeLimitTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) 5 年 前
UnaryServerHandlerTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年 前
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 年 前
XCTestHelpers.swift ec8e5e0b81 Fix compiler crash on Swift 5.2 when inlining test helper (#1192) 4 年 前
ZeroLengthWriteTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前
ZlibTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年 前