Daniel Alm d8ac7d41f0 Fix GRPCTests, hopefully once and for all (see 415307ee for an explanation). 7 years ago
..
BasicEchoTestCase.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. 7 years ago
ClientCancellingTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
ClientTestExample.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. 7 years ago
ClientTimeoutTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
ConnectionFailureTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
EchoProvider.swift 12df04f87e move examples under Sources/Examples 7 years ago
EchoTests.swift 78a1291789 Fix two huge memory leaks in `cgrpc_call` and `cgrpc_handler`. These would all GRPC call objects to never get released, which in turn caused their completion queues and associated file descriptors to never get released. This became apparent after ~3-5k requests on macOS. 7 years ago
GRPCTests.swift d8ac7d41f0 Fix GRPCTests, hopefully once and for all (see 415307ee for an explanation). 7 years ago
ServerCancellingTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
ServerTestExample.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. 7 years ago
ServerThrowingTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
ServerTimeoutTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
TestKeys.swift 285d9bfed6 Also rename the "gRPC" target to "SwiftGRPC". 7 years ago
echo.grpc.swift 12df04f87e move examples under Sources/Examples 7 years ago
echo.pb.swift 12df04f87e move examples under Sources/Examples 7 years ago