George Barnett 2732990415 Provide a 'FakeChannel' (#864) %!s(int64=5) %!d(string=hai) anos
..
AnyServiceClientTests.swift 50ccad2fbc Put the client connection behind a protocol (#727) %!s(int64=5) %!d(string=hai) anos
BasicEchoTestCase.swift caaaa5f35e Run tests with TSAN where available, add macOS CI for Swift 5.2 (#799) %!s(int64=5) %!d(string=hai) anos
CallStartBehaviorTests.swift 2c149a2a96 Allow users to choose a policy for starting RPCs (#860) %!s(int64=5) %!d(string=hai) anos
ChannelTransportTests.swift b6fca172f1 Provide errors to failed client promises rather than a status (#859) %!s(int64=5) %!d(string=hai) anos
ClientCancellingTests.swift b6fca172f1 Provide errors to failed client promises rather than a status (#859) %!s(int64=5) %!d(string=hai) anos
ClientClosedChannelTests.swift 937d85a110 Provide an internal transport abstraction for client rpcs (#834) %!s(int64=5) %!d(string=hai) anos
ClientConnectionBackoffTests.swift 860d035c39 Fix up test using connectivity state delegate (#815) %!s(int64=5) %!d(string=hai) anos
ClientTLSFailureTests.swift 860d035c39 Fix up test using connectivity state delegate (#815) %!s(int64=5) %!d(string=hai) anos
ClientTLSTests.swift 9a8d0239ad Add a server builder (#752) %!s(int64=5) %!d(string=hai) anos
ClientTimeoutTests.swift b6fca172f1 Provide errors to failed client promises rather than a status (#859) %!s(int64=5) %!d(string=hai) anos
CompressionTests.swift e6fa863e83 Rewrite client connection management (#798) %!s(int64=5) %!d(string=hai) anos
ConnectionBackoffTests.swift 77194a4aba Add a retry limit to ConnectionBackoff (#784) %!s(int64=5) %!d(string=hai) anos
ConnectionManagerTests.swift 2c149a2a96 Allow users to choose a policy for starting RPCs (#860) %!s(int64=5) %!d(string=hai) anos
ConnectivityStateMonitorTests.swift 7e7fdb183e Allow the connectivity state delegate queue to be specified (#849) %!s(int64=5) %!d(string=hai) anos
DelegatingErrorHandlerTests.swift 50ccad2fbc Put the client connection behind a protocol (#727) %!s(int64=5) %!d(string=hai) anos
EventLoopFuture+Assertions.swift 6cea0c8791 Revert #782 and suppress warnings (#825) %!s(int64=5) %!d(string=hai) anos
FakeChannelTests.swift 2732990415 Provide a 'FakeChannel' (#864) %!s(int64=5) %!d(string=hai) anos
FakeResponseStreamTests.swift efb67a324e Provide 'fake' responses for generated test clients (#855) %!s(int64=5) %!d(string=hai) anos
FunctionalTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) %!s(int64=5) %!d(string=hai) anos
GRPCClientStateMachineTests.swift c91666e93a Add the default user-agent string if customMetadata didn't have one (#845) %!s(int64=5) %!d(string=hai) anos
GRPCCustomPayloadTests.swift 9a8d0239ad Add a server builder (#752) %!s(int64=5) %!d(string=hai) anos
GRPCIdleTests.swift 0048e6b039 Make idle timeout configurable (#824) %!s(int64=5) %!d(string=hai) anos
GRPCInteroperabilityTests.swift e6fa863e83 Rewrite client connection management (#798) %!s(int64=5) %!d(string=hai) anos
GRPCServerRequestRoutingHandlerTests.swift acdd3b4cbe Add a decompression limit (#729) %!s(int64=5) %!d(string=hai) anos
GRPCStatusCodeTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) %!s(int64=5) %!d(string=hai) anos
GRPCStatusMessageMarshallerTests.swift 252e7201fe Add client-side logging with swift-log (#514) %!s(int64=6) %!d(string=hai) anos
GRPCStatusTests.swift d8c8ee8772 License header checking script (#587) %!s(int64=6) %!d(string=hai) anos
GRPCTestCase.swift 50ccad2fbc Put the client connection behind a protocol (#727) %!s(int64=5) %!d(string=hai) anos
GRPCTimeoutTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) %!s(int64=5) %!d(string=hai) anos
GRPCTypeSizeTests.swift 1b18470db1 Suppress #file/#filePath warnings on recent compilers (#782) %!s(int64=5) %!d(string=hai) anos
HTTP1ToGRPCServerCodecTests.swift acdd3b4cbe Add a decompression limit (#729) %!s(int64=5) %!d(string=hai) anos
HeaderNormalizationTests.swift 1b18470db1 Suppress #file/#filePath warnings on recent compilers (#782) %!s(int64=5) %!d(string=hai) anos
ImmediateServerFailureTests.swift 705f0853df Split the Echo example into model, implementation and runtime (#567) %!s(int64=6) %!d(string=hai) anos
LazyEventLoopPromiseTests.swift 937d85a110 Provide an internal transport abstraction for client rpcs (#834) %!s(int64=5) %!d(string=hai) anos
LengthPrefixedMessageReaderTests.swift 1b18470db1 Suppress #file/#filePath warnings on recent compilers (#782) %!s(int64=5) %!d(string=hai) anos
MessageEncodingHeaderValidatorTests.swift acdd3b4cbe Add a decompression limit (#729) %!s(int64=5) %!d(string=hai) anos
PlatformSupportTests.swift d8c8ee8772 License header checking script (#587) %!s(int64=6) %!d(string=hai) anos
RequestIDProviderTests.swift 31a03ceca2 Turn the RequestIDProvider enum into a struct (#839) %!s(int64=5) %!d(string=hai) anos
SampleCertificate+Assertions.swift 6cea0c8791 Revert #782 and suppress warnings (#825) %!s(int64=5) %!d(string=hai) anos
ServerTLSErrorTests.swift 860d035c39 Fix up test using connectivity state delegate (#815) %!s(int64=5) %!d(string=hai) anos
ServerThrowingTests.swift caaaa5f35e Run tests with TSAN where available, add macOS CI for Swift 5.2 (#799) %!s(int64=5) %!d(string=hai) anos
ServerWebTests.swift 1b18470db1 Suppress #file/#filePath warnings on recent compilers (#782) %!s(int64=5) %!d(string=hai) anos
StopwatchTests.swift d8c8ee8772 License header checking script (#587) %!s(int64=6) %!d(string=hai) anos
StreamingRequestClientCallTests.swift 705f0853df Split the Echo example into model, implementation and runtime (#567) %!s(int64=6) %!d(string=hai) anos
TimeLimitTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) %!s(int64=5) %!d(string=hai) anos
XCTestManifests.swift 2732990415 Provide a 'FakeChannel' (#864) %!s(int64=5) %!d(string=hai) anos
ZlibTests.swift acdd3b4cbe Add a decompression limit (#729) %!s(int64=5) %!d(string=hai) anos