From 415d41f9e88a2ed1da868fee75e97e025541a809 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Mon, 2 Mar 2020 14:43:26 -0800 Subject: [PATCH] Rerun clang-formatter-7 --- .../grpcpp/impl/codegen/server_context_impl.h | 12 +- include/grpcpp/server_posix_impl.h | 2 +- src/compiler/csharp_generator.cc | 2 +- src/compiler/objective_c_generator.cc | 1 - src/compiler/objective_c_generator.h | 3 +- src/compiler/objective_c_generator_helpers.h | 2 +- .../client_channel/xds/xds_client_stats.cc | 13 +- src/core/lib/gpr/time_posix.cc | 2 +- src/core/lib/gprpp/fork.cc | 2 +- src/core/lib/iomgr/ev_epoll1_linux.cc | 5 +- src/core/lib/iomgr/ev_poll_posix.cc | 6 +- src/core/lib/transport/metadata.cc | 6 +- src/core/lib/transport/static_metadata.h | 2 +- .../GRPCClient/GRPCCall+ChannelArg.h | 7 +- src/objective-c/GRPCClient/GRPCCall+GID.h | 2 +- .../GRPCClient/GRPCCall+Interceptor.m | 8 +- src/objective-c/GRPCClient/GRPCCall+Tests.m | 5 +- src/objective-c/GRPCClient/GRPCCall.h | 8 +- src/objective-c/GRPCClient/GRPCCall.m | 12 +- src/objective-c/GRPCClient/GRPCCallLegacy.h | 4 +- src/objective-c/GRPCClient/GRPCCallLegacy.m | 45 ++-- src/objective-c/GRPCClient/GRPCCallOptions.h | 4 +- src/objective-c/GRPCClient/GRPCCallOptions.m | 20 +- src/objective-c/GRPCClient/GRPCInterceptor.h | 10 +- src/objective-c/GRPCClient/GRPCInterceptor.m | 6 +- src/objective-c/GRPCClient/GRPCTransport.h | 4 +- .../GRPCClient/private/GRPCCore/GRPCChannel.h | 6 +- .../GRPCClient/private/GRPCCore/GRPCChannel.m | 5 +- .../private/GRPCCore/GRPCChannelPool.h | 4 +- .../GRPCCoreCronet/GRPCCoreCronetFactory.h | 2 +- .../GRPCCoreCronet/GRPCCronetChannelFactory.h | 2 +- .../private/GRPCCore/GRPCCoreFactory.h | 6 +- .../GRPCCore/GRPCInsecureChannelFactory.h | 2 +- .../private/GRPCCore/GRPCRequestHeaders.m | 14 +- .../GRPCCore/GRPCSecureChannelFactory.h | 2 +- .../private/GRPCCore/GRPCWrappedCall.h | 2 +- .../private/GRPCCore/NSError+GRPC.m | 8 +- .../private/GRPCTransport+Private.h | 2 +- src/objective-c/ProtoRPC/ProtoMethod.h | 8 +- src/objective-c/ProtoRPC/ProtoRPC.h | 8 +- src/objective-c/ProtoRPC/ProtoRPC.m | 6 +- src/objective-c/ProtoRPC/ProtoRPCLegacy.h | 37 ++- src/objective-c/ProtoRPC/ProtoRPCLegacy.m | 22 +- src/objective-c/ProtoRPC/ProtoService.h | 23 +- src/objective-c/ProtoRPC/ProtoService.m | 10 +- src/objective-c/ProtoRPC/ProtoServiceLegacy.m | 5 +- src/objective-c/RxLibrary/GRXBufferedPipe.h | 2 +- .../RxLibrary/GRXForwardingWriter.m | 2 +- src/objective-c/RxLibrary/GRXMappingWriter.m | 2 +- src/objective-c/RxLibrary/GRXWriteable.h | 4 +- src/objective-c/RxLibrary/GRXWriteable.m | 13 +- .../InterceptorSample/AppDelegate.h | 2 +- .../InterceptorSample/CacheInterceptor.h | 8 +- .../InterceptorSample/ViewController.m | 7 +- .../examples/Sample/Sample/AppDelegate.h | 2 +- .../examples/Sample/Sample/ViewController.m | 18 +- .../tvOS-sample/tvOS-sample/AppDelegate.h | 2 +- .../tvOS-sample/tvOS-sample/ViewController.m | 7 +- .../WatchKit-Extension/ExtensionDelegate.h | 2 +- .../WatchKit-Extension/InterfaceController.m | 7 +- .../watchOS-sample/AppDelegate.h | 2 +- src/objective-c/manual_tests/AppDelegate.h | 2 +- src/objective-c/manual_tests/ViewController.m | 7 +- .../ConnectivityTestingApp/ViewController.m | 21 +- .../ConnectivityTestingApp/main.m | 2 +- .../tests/Hosts/ios-host/AppDelegate.h | 2 +- .../tests/InteropTests/InteropTests.m | 176 +++++++------- .../InteropTests/InteropTestsBlockCallbacks.h | 2 +- .../tests/InteropTests/InteropTestsLocalSSL.m | 8 +- .../InteropTestsMultipleChannels.m | 9 +- src/objective-c/tests/MacTests/StressTests.m | 9 +- .../tests/MacTests/StressTestsSSL.m | 8 +- src/objective-c/tests/PerfTests/PerfTests.m | 8 +- .../tests/PerfTests/PerfTestsBlockCallbacks.h | 2 +- .../tests/PerfTests/PerfTestsCFStreamSSL.m | 8 +- .../tests/PerfTests/PerfTestsNoCFStreamSSL.m | 8 +- src/objective-c/tests/UnitTests/APIv2Tests.m | 129 ++++++----- .../tests/UnitTests/ChannelTests.m | 27 ++- .../tests/UnitTests/GRPCClientTests.m | 217 +++++++++--------- .../tests/UnitTests/NSErrorUnitTests.m | 5 +- .../tests/UnitTests/TransportTests.m | 6 +- test/core/handshake/client_ssl.cc | 2 +- .../readahead_handshaker_server_ssl.cc | 2 +- test/core/handshake/server_ssl.cc | 2 +- .../alts_concurrent_connectivity_test.cc | 4 +- test/cpp/client/client_channel_stress_test.cc | 2 +- test/cpp/end2end/grpclb_end2end_test.cc | 2 +- test/cpp/end2end/mock_test.cc | 16 +- test/cpp/interop/stress_test.cc | 6 +- test/cpp/qps/client_async.cc | 2 +- .../load_reporter/load_data_store_test.cc | 2 +- 91 files changed, 585 insertions(+), 558 deletions(-) diff --git a/include/grpcpp/impl/codegen/server_context_impl.h b/include/grpcpp/impl/codegen/server_context_impl.h index ae0ea0e99f4..c5b874aa351 100644 --- a/include/grpcpp/impl/codegen/server_context_impl.h +++ b/include/grpcpp/impl/codegen/server_context_impl.h @@ -513,9 +513,6 @@ class ServerContext : public ServerContextBase { using ServerContextBase::AddInitialMetadata; using ServerContextBase::AddTrailingMetadata; - using ServerContextBase::IsCancelled; - using ServerContextBase::SetLoadReportingCosts; - using ServerContextBase::TryCancel; using ServerContextBase::auth_context; using ServerContextBase::c_call; using ServerContextBase::census_context; @@ -524,10 +521,13 @@ class ServerContext : public ServerContextBase { using ServerContextBase::compression_level; using ServerContextBase::compression_level_set; using ServerContextBase::deadline; + using ServerContextBase::IsCancelled; using ServerContextBase::peer; using ServerContextBase::raw_deadline; using ServerContextBase::set_compression_algorithm; using ServerContextBase::set_compression_level; + using ServerContextBase::SetLoadReportingCosts; + using ServerContextBase::TryCancel; // Sync/CQ-based Async ServerContext only using ServerContextBase::AsyncNotifyWhenDone; @@ -555,9 +555,6 @@ class CallbackServerContext : public ServerContextBase { using ServerContextBase::AddInitialMetadata; using ServerContextBase::AddTrailingMetadata; - using ServerContextBase::IsCancelled; - using ServerContextBase::SetLoadReportingCosts; - using ServerContextBase::TryCancel; using ServerContextBase::auth_context; using ServerContextBase::c_call; using ServerContextBase::census_context; @@ -566,10 +563,13 @@ class CallbackServerContext : public ServerContextBase { using ServerContextBase::compression_level; using ServerContextBase::compression_level_set; using ServerContextBase::deadline; + using ServerContextBase::IsCancelled; using ServerContextBase::peer; using ServerContextBase::raw_deadline; using ServerContextBase::set_compression_algorithm; using ServerContextBase::set_compression_level; + using ServerContextBase::SetLoadReportingCosts; + using ServerContextBase::TryCancel; // CallbackServerContext only using ServerContextBase::DefaultReactor; diff --git a/include/grpcpp/server_posix_impl.h b/include/grpcpp/server_posix_impl.h index c29af271fe9..645dd600723 100644 --- a/include/grpcpp/server_posix_impl.h +++ b/include/grpcpp/server_posix_impl.h @@ -37,6 +37,6 @@ void AddInsecureChannelFromFd(grpc::Server* server, int fd); #endif // GPR_SUPPORT_CHANNELS_FROM_FD -} // namespace grpc +} // namespace grpc_impl #endif // GRPCPP_SERVER_POSIX_IMPL_H diff --git a/src/compiler/csharp_generator.cc b/src/compiler/csharp_generator.cc index f630da7c58e..2a97e4f24cb 100644 --- a/src/compiler/csharp_generator.cc +++ b/src/compiler/csharp_generator.cc @@ -35,11 +35,11 @@ using grpc::protobuf::ServiceDescriptor; using grpc::protobuf::io::Printer; using grpc::protobuf::io::StringOutputStream; using grpc_generator::GetMethodType; +using grpc_generator::MethodType; using grpc_generator::METHODTYPE_BIDI_STREAMING; using grpc_generator::METHODTYPE_CLIENT_STREAMING; using grpc_generator::METHODTYPE_NO_STREAMING; using grpc_generator::METHODTYPE_SERVER_STREAMING; -using grpc_generator::MethodType; using grpc_generator::StringReplace; using std::map; using std::vector; diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc index ed262308aba..b5a37e470d2 100644 --- a/src/compiler/objective_c_generator.cc +++ b/src/compiler/objective_c_generator.cc @@ -28,7 +28,6 @@ using ::google::protobuf::compiler::objectivec::ClassName; using ::grpc::protobuf::FileDescriptor; -using ::grpc::protobuf::FileDescriptor; using ::grpc::protobuf::MethodDescriptor; using ::grpc::protobuf::ServiceDescriptor; using ::grpc::protobuf::io::Printer; diff --git a/src/compiler/objective_c_generator.h b/src/compiler/objective_c_generator.h index 518962fceee..a47d4764383 100644 --- a/src/compiler/objective_c_generator.h +++ b/src/compiler/objective_c_generator.h @@ -28,10 +28,9 @@ struct Parameters { bool no_v1_compatibility; }; -using ::grpc::protobuf::FileDescriptor; +using ::grpc::string; using ::grpc::protobuf::FileDescriptor; using ::grpc::protobuf::ServiceDescriptor; -using ::grpc::string; // Returns forward declaration of classes in the generated header file. string GetAllMessageClasses(const FileDescriptor* file); diff --git a/src/compiler/objective_c_generator_helpers.h b/src/compiler/objective_c_generator_helpers.h index 0ed27738c2e..2896a178535 100644 --- a/src/compiler/objective_c_generator_helpers.h +++ b/src/compiler/objective_c_generator_helpers.h @@ -27,9 +27,9 @@ namespace grpc_objective_c_generator { +using ::grpc::string; using ::grpc::protobuf::FileDescriptor; using ::grpc::protobuf::ServiceDescriptor; -using ::grpc::string; inline string MessageHeaderName(const FileDescriptor* file) { return google::protobuf::compiler::objectivec::FilePath(file) + ".pbobjc.h"; diff --git a/src/core/ext/filters/client_channel/xds/xds_client_stats.cc b/src/core/ext/filters/client_channel/xds/xds_client_stats.cc index f8a3f771ab1..cf115603450 100644 --- a/src/core/ext/filters/client_channel/xds/xds_client_stats.cc +++ b/src/core/ext/filters/client_channel/xds/xds_client_stats.cc @@ -89,13 +89,12 @@ uint64_t GetAndResetCounter(Atomic* from) { XdsClusterLocalityStats::Snapshot XdsClusterLocalityStats::GetSnapshotAndReset() { - Snapshot snapshot = { - GetAndResetCounter(&total_successful_requests_), - // Don't reset total_requests_in_progress because it's not - // related to a single reporting interval. - total_requests_in_progress_.Load(MemoryOrder::RELAXED), - GetAndResetCounter(&total_error_requests_), - GetAndResetCounter(&total_issued_requests_)}; + Snapshot snapshot = {GetAndResetCounter(&total_successful_requests_), + // Don't reset total_requests_in_progress because it's + // not related to a single reporting interval. + total_requests_in_progress_.Load(MemoryOrder::RELAXED), + GetAndResetCounter(&total_error_requests_), + GetAndResetCounter(&total_issued_requests_)}; MutexLock lock(&backend_metrics_mu_); snapshot.backend_metrics = std::move(backend_metrics_); return snapshot; diff --git a/src/core/lib/gpr/time_posix.cc b/src/core/lib/gpr/time_posix.cc index b5a47673676..0a9e1158b32 100644 --- a/src/core/lib/gpr/time_posix.cc +++ b/src/core/lib/gpr/time_posix.cc @@ -82,7 +82,7 @@ static gpr_timespec now_impl(gpr_clock_type clock_type) { } } #else - /* For some reason Apple's OSes haven't implemented clock_gettime. */ +/* For some reason Apple's OSes haven't implemented clock_gettime. */ #include #include diff --git a/src/core/lib/gprpp/fork.cc b/src/core/lib/gprpp/fork.cc index 92377a0e881..51d1c80e674 100644 --- a/src/core/lib/gprpp/fork.cc +++ b/src/core/lib/gprpp/fork.cc @@ -164,7 +164,7 @@ class ThreadState { int count_; }; -} // namespace +} // namespace internal void Fork::GlobalInit() { if (!override_enabled_) { diff --git a/src/core/lib/iomgr/ev_epoll1_linux.cc b/src/core/lib/iomgr/ev_epoll1_linux.cc index e6935518980..392d38b5d17 100644 --- a/src/core/lib/iomgr/ev_epoll1_linux.cc +++ b/src/core/lib/iomgr/ev_epoll1_linux.cc @@ -1116,9 +1116,8 @@ static grpc_error* pollset_kick(grpc_pollset* pollset, } SET_KICK_STATE(next_worker, KICKED); goto done; - } else if (root_worker == - next_worker && // only try and wake up a poller if - // there is no next worker + } else if (root_worker == next_worker && // only try and wake up a poller + // if there is no next worker root_worker == (grpc_pollset_worker*)gpr_atm_no_barrier_load( &g_active_poller)) { GRPC_STATS_INC_POLLSET_KICK_WAKEUP_FD(); diff --git a/src/core/lib/iomgr/ev_poll_posix.cc b/src/core/lib/iomgr/ev_poll_posix.cc index 3daa1bd8f97..c094b0b6593 100644 --- a/src/core/lib/iomgr/ev_poll_posix.cc +++ b/src/core/lib/iomgr/ev_poll_posix.cc @@ -307,9 +307,9 @@ static void fork_fd_list_add_wakeup_fd(grpc_cached_wakeup_fd* fd) { } } - /******************************************************************************* - * fd_posix.c - */ +/******************************************************************************* + * fd_posix.c + */ #ifndef NDEBUG #define REF_BY(fd, n, reason) ref_by(fd, n, reason, __FILE__, __LINE__) diff --git a/src/core/lib/transport/metadata.cc b/src/core/lib/transport/metadata.cc index 9a6645cf57f..762b9bfb58f 100644 --- a/src/core/lib/transport/metadata.cc +++ b/src/core/lib/transport/metadata.cc @@ -256,9 +256,9 @@ void grpc_mdctx_global_shutdown() { abort(); } } - // For ASAN builds, we don't want to crash here, because that will - // prevent ASAN from providing leak detection information, which is - // far more useful than this simple assertion. + // For ASAN builds, we don't want to crash here, because that will + // prevent ASAN from providing leak detection information, which is + // far more useful than this simple assertion. #ifndef GRPC_ASAN_ENABLED GPR_DEBUG_ASSERT(shard->count == 0); #endif diff --git a/src/core/lib/transport/static_metadata.h b/src/core/lib/transport/static_metadata.h index e88cf9f592a..a25f4b337c2 100644 --- a/src/core/lib/transport/static_metadata.h +++ b/src/core/lib/transport/static_metadata.h @@ -46,7 +46,7 @@ constexpr uint64_t kGrpcStaticMetadataInitCanary = 0xCAFEF00DC0FFEE11L; uint64_t StaticMetadataInitCanary(); #endif extern const StaticMetadataSlice* g_static_metadata_slice_table; -} +} // namespace grpc_core inline const grpc_core::StaticMetadataSlice* grpc_static_slice_table() { GPR_DEBUG_ASSERT(grpc_core::StaticMetadataInitCanary() == grpc_core::kGrpcStaticMetadataInitCanary); diff --git a/src/objective-c/GRPCClient/GRPCCall+ChannelArg.h b/src/objective-c/GRPCClient/GRPCCall+ChannelArg.h index 60eff8f66eb..3f41cf4b362 100644 --- a/src/objective-c/GRPCClient/GRPCCall+ChannelArg.h +++ b/src/objective-c/GRPCClient/GRPCCall+ChannelArg.h @@ -27,10 +27,9 @@ + (void)setUserAgentPrefix:(nonnull NSString *)userAgentPrefix forHost:(nonnull NSString *)host; + (void)setResponseSizeLimit:(NSUInteger)limit forHost:(nonnull NSString *)host; -+ (void)closeOpenConnections DEPRECATED_MSG_ATTRIBUTE( - "The API for this feature is experimental, " - "and might be removed or modified at any " - "time."); ++ (void)closeOpenConnections DEPRECATED_MSG_ATTRIBUTE("The API for this feature is experimental, " + "and might be removed or modified at any " + "time."); + (void)setDefaultCompressMethod:(GRPCCompressAlgorithm)algorithm forhost:(nonnull NSString *)host; + (void)setKeepaliveWithInterval:(int)interval timeout:(int)timeout diff --git a/src/objective-c/GRPCClient/GRPCCall+GID.h b/src/objective-c/GRPCClient/GRPCCall+GID.h index 80e34ea98da..639d60fda7d 100644 --- a/src/objective-c/GRPCClient/GRPCCall+GID.h +++ b/src/objective-c/GRPCClient/GRPCCall+GID.h @@ -24,6 +24,6 @@ /** * Extend GIDSignIn class to comply GRPCAuthorizationProtocol */ -@interface GIDSignIn (GRPC) +@interface GIDSignIn (GRPC) - (void)getTokenWithHandler:(void (^)(NSString *token))hander; @end diff --git a/src/objective-c/GRPCClient/GRPCCall+Interceptor.m b/src/objective-c/GRPCClient/GRPCCall+Interceptor.m index 0d9f1f6b9dc..6afa8079420 100644 --- a/src/objective-c/GRPCClient/GRPCCall+Interceptor.m +++ b/src/objective-c/GRPCClient/GRPCCall+Interceptor.m @@ -35,10 +35,10 @@ static dispatch_once_t onceToken; [globalInterceptorLock lock]; if (globalInterceptorFactory != nil) { [globalInterceptorLock unlock]; - [NSException raise:NSInternalInconsistencyException - format: - @"Global interceptor is already registered. Only one global interceptor can be " - @"registered in a process."]; + [NSException + raise:NSInternalInconsistencyException + format:@"Global interceptor is already registered. Only one global interceptor can be " + @"registered in a process."]; return; } diff --git a/src/objective-c/GRPCClient/GRPCCall+Tests.m b/src/objective-c/GRPCClient/GRPCCall+Tests.m index 3a1dff38868..f341f75b855 100644 --- a/src/objective-c/GRPCClient/GRPCCall+Tests.m +++ b/src/objective-c/GRPCClient/GRPCCall+Tests.m @@ -37,8 +37,9 @@ [NSException raise:NSInvalidArgumentException format:@"testname must be provided."]; } NSError *error = nil; - NSString *certs = - [NSString stringWithContentsOfFile:certsPath encoding:NSUTF8StringEncoding error:&error]; + NSString *certs = [NSString stringWithContentsOfFile:certsPath + encoding:NSUTF8StringEncoding + error:&error]; if (error != nil) { [NSException raise:[error localizedDescription] format:@"failed to load certs"]; } diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h index b80671f7660..9e2dc0406f4 100644 --- a/src/objective-c/GRPCClient/GRPCCall.h +++ b/src/objective-c/GRPCClient/GRPCCall.h @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN /** An object can implement this protocol to receive responses from server from a call. */ -@protocol GRPCResponseHandler +@protocol GRPCResponseHandler @optional @@ -99,11 +99,11 @@ NS_ASSUME_NONNULL_BEGIN * HTTP request parameters. If Protobuf is used, these parameters are automatically generated by * Protobuf. If directly using the GRPCCall2 class, users should specify these parameters manually. */ -@interface GRPCRequestOptions : NSObject +@interface GRPCRequestOptions : NSObject - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /** Initialize with all properties. */ - (instancetype)initWithHost:(NSString *)host @@ -131,7 +131,7 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /** * Designated initializer for a call. diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m index 047e6774c74..a707ceafea7 100644 --- a/src/objective-c/GRPCClient/GRPCCall.m +++ b/src/objective-c/GRPCClient/GRPCCall.m @@ -35,7 +35,7 @@ NSString *const kGRPCErrorDomain = @"io.grpc"; * dispatch queue of a user provided response handler. It removes the requirement of having to use * serial dispatch queue in the user provided response handler. */ -@interface GRPCResponseDispatcher : NSObject +@interface GRPCResponseDispatcher : NSObject - (nullable instancetype)initWithResponseHandler:(id)responseHandler; @@ -117,8 +117,9 @@ NSString *const kGRPCErrorDomain = @"io.grpc"; } - (id)copyWithZone:(NSZone *)zone { - GRPCRequestOptions *request = - [[GRPCRequestOptions alloc] initWithHost:_host path:_path safety:_safety]; + GRPCRequestOptions *request = [[GRPCRequestOptions alloc] initWithHost:_host + path:_path + safety:_safety]; return request; } @@ -221,8 +222,9 @@ NSString *const kGRPCErrorDomain = @"io.grpc"; - (instancetype)initWithRequestOptions:(GRPCRequestOptions *)requestOptions responseHandler:(id)responseHandler { - return - [self initWithRequestOptions:requestOptions responseHandler:responseHandler callOptions:nil]; + return [self initWithRequestOptions:requestOptions + responseHandler:responseHandler + callOptions:nil]; } - (void)start { diff --git a/src/objective-c/GRPCClient/GRPCCallLegacy.h b/src/objective-c/GRPCClient/GRPCCallLegacy.h index f52e62280aa..88dcc200014 100644 --- a/src/objective-c/GRPCClient/GRPCCallLegacy.h +++ b/src/objective-c/GRPCClient/GRPCCallLegacy.h @@ -112,7 +112,7 @@ /** This protocol is kept for backwards compatibility with existing code. */ DEPRECATED_MSG_ATTRIBUTE("Use NSDictionary or NSMutableDictionary instead.") -@protocol GRPCRequestHeaders +@protocol GRPCRequestHeaders @property(nonatomic, readonly) NSUInteger count; - (id)objectForKeyedSubscript:(id)key; @@ -125,7 +125,7 @@ DEPRECATED_MSG_ATTRIBUTE("Use NSDictionary or NSMutableDictionary instead.") #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated" /** This is only needed for backwards-compatibility. */ -@interface NSMutableDictionary (GRPCRequestHeaders) +@interface NSMutableDictionary (GRPCRequestHeaders) @end #pragma clang diagnostic pop #pragma clang diagnostic pop diff --git a/src/objective-c/GRPCClient/GRPCCallLegacy.m b/src/objective-c/GRPCClient/GRPCCallLegacy.m index d06048c3a89..4b84b5b8ada 100644 --- a/src/objective-c/GRPCClient/GRPCCallLegacy.m +++ b/src/objective-c/GRPCClient/GRPCCallLegacy.m @@ -46,7 +46,7 @@ NSInteger kMaxClientBatch = 6; static NSString *const kAuthorizationHeader = @"authorization"; static NSString *const kBearerPrefix = @"Bearer "; -@interface GRPCCall () +@interface GRPCCall () // Make them read-write. @property(atomic, strong) NSDictionary *responseHeaders; @property(atomic, strong) NSDictionary *responseTrailers; @@ -429,8 +429,8 @@ static NSString *const kBearerPrefix = @"Bearer "; } } }; - GRPCOpSendMessage *op = - [[GRPCOpSendMessage alloc] initWithMessage:message handler:resumingHandler]; + GRPCOpSendMessage *op = [[GRPCOpSendMessage alloc] initWithMessage:message + handler:resumingHandler]; if (!_unaryCall) { [_wrappedCall startBatchWithOperations:@[ op ] errorHandler:errorHandler]; } else { @@ -501,22 +501,23 @@ static NSString *const kBearerPrefix = @"Bearer "; - (void)invokeCall { __weak GRPCCall *weakSelf = self; - [self invokeCallWithHeadersHandler:^(NSDictionary *headers) { - // Response headers received. - __strong GRPCCall *strongSelf = weakSelf; - if (strongSelf) { - @synchronized(strongSelf) { - // it is ok to set nil because headers are only received once - strongSelf.responseHeaders = nil; - // copy the header so that the GRPCOpRecvMetadata object may be dealloc'ed - NSDictionary *copiedHeaders = - [[NSDictionary alloc] initWithDictionary:headers copyItems:YES]; - strongSelf.responseHeaders = copiedHeaders; - strongSelf->_pendingCoreRead = NO; - [strongSelf maybeStartNextRead]; + [self + invokeCallWithHeadersHandler:^(NSDictionary *headers) { + // Response headers received. + __strong GRPCCall *strongSelf = weakSelf; + if (strongSelf) { + @synchronized(strongSelf) { + // it is ok to set nil because headers are only received once + strongSelf.responseHeaders = nil; + // copy the header so that the GRPCOpRecvMetadata object may be dealloc'ed + NSDictionary *copiedHeaders = [[NSDictionary alloc] initWithDictionary:headers + copyItems:YES]; + strongSelf.responseHeaders = copiedHeaders; + strongSelf->_pendingCoreRead = NO; + [strongSelf maybeStartNextRead]; + } + } } - } - } completionHandler:^(NSError *error, NSDictionary *trailers) { __strong GRPCCall *strongSelf = weakSelf; if (strongSelf) { @@ -548,11 +549,11 @@ static NSString *const kBearerPrefix = @"Bearer "; return; } - _responseWriteable = - [[GRXConcurrentWriteable alloc] initWithWriteable:writeable dispatchQueue:_responseQueue]; + _responseWriteable = [[GRXConcurrentWriteable alloc] initWithWriteable:writeable + dispatchQueue:_responseQueue]; - GRPCPooledChannel *channel = - [[GRPCChannelPool sharedInstance] channelWithHost:_host callOptions:_callOptions]; + GRPCPooledChannel *channel = [[GRPCChannelPool sharedInstance] channelWithHost:_host + callOptions:_callOptions]; _wrappedCall = [channel wrappedCallWithPath:_path completionQueue:[GRPCCompletionQueue completionQueue] callOptions:_callOptions]; diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h index b249daa52fa..4121aaf532b 100644 --- a/src/objective-c/GRPCClient/GRPCCallOptions.h +++ b/src/objective-c/GRPCClient/GRPCCallOptions.h @@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN /** * Immutable user configurable options for a gRPC call. */ -@interface GRPCCallOptions : NSObject +@interface GRPCCallOptions : NSObject // Call parameters /** @@ -200,7 +200,7 @@ NS_ASSUME_NONNULL_BEGIN /** * Mutable user configurable options for a gRPC call. */ -@interface GRPCMutableCallOptions : GRPCCallOptions +@interface GRPCMutableCallOptions : GRPCCallOptions // Call parameters /** diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.m b/src/objective-c/GRPCClient/GRPCCallOptions.m index d147b2305a2..4945c03b59c 100644 --- a/src/objective-c/GRPCClient/GRPCCallOptions.m +++ b/src/objective-c/GRPCClient/GRPCCallOptions.m @@ -178,10 +178,10 @@ static BOOL areObjectsEqual(id obj1, id obj2) { _interceptorFactories = interceptorFactories; _oauth2AccessToken = [oauth2AccessToken copy]; _authTokenProvider = authTokenProvider; - _initialMetadata = - initialMetadata == nil - ? nil - : [[NSDictionary alloc] initWithDictionary:initialMetadata copyItems:YES]; + _initialMetadata = initialMetadata == nil + ? nil + : [[NSDictionary alloc] initWithDictionary:initialMetadata + copyItems:YES]; _userAgentPrefix = [userAgentPrefix copy]; _responseSizeLimit = responseSizeLimit; _compressionAlgorithm = compressionAlgorithm; @@ -191,10 +191,10 @@ static BOOL areObjectsEqual(id obj1, id obj2) { _connectMinTimeout = connectMinTimeout < 0 ? 0 : connectMinTimeout; _connectInitialBackoff = connectInitialBackoff < 0 ? 0 : connectInitialBackoff; _connectMaxBackoff = connectMaxBackoff < 0 ? 0 : connectMaxBackoff; - _additionalChannelArgs = - additionalChannelArgs == nil - ? nil - : [[NSDictionary alloc] initWithDictionary:additionalChannelArgs copyItems:YES]; + _additionalChannelArgs = additionalChannelArgs == nil + ? nil + : [[NSDictionary alloc] initWithDictionary:additionalChannelArgs + copyItems:YES]; _PEMRootCertificates = [PEMRootCertificates copy]; _PEMPrivateKey = [PEMPrivateKey copy]; _PEMCertificateChain = [PEMCertificateChain copy]; @@ -533,8 +533,8 @@ static BOOL areObjectsEqual(id obj1, id obj2) { } - (void)setAdditionalChannelArgs:(NSDictionary *)additionalChannelArgs { - _additionalChannelArgs = - [[NSDictionary alloc] initWithDictionary:additionalChannelArgs copyItems:YES]; + _additionalChannelArgs = [[NSDictionary alloc] initWithDictionary:additionalChannelArgs + copyItems:YES]; } - (void)setPEMRootCertificates:(NSString *)PEMRootCertificates { diff --git a/src/objective-c/GRPCClient/GRPCInterceptor.h b/src/objective-c/GRPCClient/GRPCInterceptor.h index 166990f8c6c..04ba28954c1 100644 --- a/src/objective-c/GRPCClient/GRPCInterceptor.h +++ b/src/objective-c/GRPCClient/GRPCInterceptor.h @@ -127,7 +127,7 @@ NS_ASSUME_NONNULL_BEGIN /** * The GRPCInterceptorInterface defines the request events that can occur to an interceptor. */ -@protocol GRPCInterceptorInterface +@protocol GRPCInterceptorInterface /** * To start the call. This method will only be called once for each instance. @@ -184,11 +184,11 @@ NS_ASSUME_NONNULL_BEGIN * When an interceptor is shutting down, it must invoke -shutDown method of its corresponding * manager so that references to other interceptors can be released and proper clean-up is made. */ -@interface GRPCInterceptorManager : NSObject +@interface GRPCInterceptorManager : NSObject - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; - (nullable instancetype)initWithFactories:(nullable NSArray> *)factories previousInterceptor:(nullable id)previousInterceptor @@ -246,10 +246,10 @@ NS_ASSUME_NONNULL_BEGIN * with [super initWithInterceptorManager:dispatchQueue:] for the default implementation to function * properly. */ -@interface GRPCInterceptor : NSObject +@interface GRPCInterceptor : NSObject - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /** * Initialize the interceptor with the next interceptor in the chain, and provide the dispatch queue diff --git a/src/objective-c/GRPCClient/GRPCInterceptor.m b/src/objective-c/GRPCClient/GRPCInterceptor.m index 3aae52f7d4e..d4fd45edce3 100644 --- a/src/objective-c/GRPCClient/GRPCInterceptor.m +++ b/src/objective-c/GRPCClient/GRPCInterceptor.m @@ -21,7 +21,7 @@ #import "GRPCInterceptor.h" #import "private/GRPCTransport+Private.h" -@interface GRPCInterceptorManager () +@interface GRPCInterceptorManager () @end @@ -86,8 +86,8 @@ arrayWithArray:[_factories subarrayWithRange:NSMakeRange(1, _factories.count - 1)]]; while (_nextInterceptor == nil) { if (interceptorFactories.count == 0) { - _nextInterceptor = - [[GRPCTransportManager alloc] initWithTransportID:_transportID previousInterceptor:self]; + _nextInterceptor = [[GRPCTransportManager alloc] initWithTransportID:_transportID + previousInterceptor:self]; break; } else { _nextInterceptor = [[GRPCInterceptorManager alloc] initWithFactories:interceptorFactories diff --git a/src/objective-c/GRPCClient/GRPCTransport.h b/src/objective-c/GRPCClient/GRPCTransport.h index d4f0bc5e182..e3834b4f084 100644 --- a/src/objective-c/GRPCClient/GRPCTransport.h +++ b/src/objective-c/GRPCClient/GRPCTransport.h @@ -49,7 +49,7 @@ NSUInteger TransportIDHash(GRPCTransportID); @class GRPCTransport; /** The factory to create a transport. */ -@protocol GRPCTransportFactory +@protocol GRPCTransportFactory /** Create a transport implementation instance. */ - (GRPCTransport *)createTransportWithManager:(GRPCTransportManager *)transportManager; @@ -79,7 +79,7 @@ NSUInteger TransportIDHash(GRPCTransportID); * Base class for transport implementations. All transport implementation should inherit from this * class. */ -@interface GRPCTransport : NSObject +@interface GRPCTransport : NSObject @end diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h index bbada0d8cb3..c2559996eba 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.h @@ -33,11 +33,11 @@ NS_ASSUME_NONNULL_BEGIN * Signature for the channel. If two channel's signatures are the same and connect to the same * remote, they share the same underlying \a GRPCChannel object. */ -@interface GRPCChannelConfiguration : NSObject +@interface GRPCChannelConfiguration : NSObject - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /** The host that this channel is connected to. */ @property(copy, readonly) NSString *host; @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN - (nullable instancetype)init NS_UNAVAILABLE; -+ (nullable instancetype) new NS_UNAVAILABLE; ++ (nullable instancetype)new NS_UNAVAILABLE; /** * Create a channel with remote \a host and signature \a channelConfigurations. diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.m b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.m index 92670c89e52..35402b7b6d3 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.m +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.m @@ -83,8 +83,9 @@ return factory; } case GRPCTransportTypeCronet: { - id transportFactory = (id)[ - [GRPCTransportRegistry sharedInstance] getTransportFactoryWithID:gGRPCCoreCronetID]; + id transportFactory = + (id)[[GRPCTransportRegistry sharedInstance] + getTransportFactoryWithID:gGRPCCoreCronetID]; return [transportFactory createCoreChannelFactoryWithCallOptions:_callOptions]; } case GRPCTransportTypeInsecure: diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.h index b83a28a2368..dc9fc8823d9 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.h @@ -37,7 +37,7 @@ NS_ASSUME_NONNULL_BEGIN - (nullable instancetype)init NS_UNAVAILABLE; -+ (nullable instancetype) new NS_UNAVAILABLE; ++ (nullable instancetype)new NS_UNAVAILABLE; /** * Initialize with an actual channel object \a channel and a reference to the channel pool. @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN - (nullable instancetype)init NS_UNAVAILABLE; -+ (nullable instancetype) new NS_UNAVAILABLE; ++ (nullable instancetype)new NS_UNAVAILABLE; /** * Get the global channel pool. diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCoreCronetFactory.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCoreCronetFactory.h index a36da1b502d..169eead69b7 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCoreCronetFactory.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCoreCronetFactory.h @@ -27,6 +27,6 @@ * dependency of the project and use gGRPCCoreCronetID in call options to * specify that this is the transport to be used for a call. */ -@interface GRPCCoreCronetFactory : NSObject +@interface GRPCCoreCronetFactory : NSObject @end diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCronetChannelFactory.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCronetChannelFactory.h index 138ddf1f730..302399bd86e 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCronetChannelFactory.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreCronet/GRPCCronetChannelFactory.h @@ -22,7 +22,7 @@ typedef struct stream_engine stream_engine; NS_ASSUME_NONNULL_BEGIN -@interface GRPCCronetChannelFactory : NSObject +@interface GRPCCronetChannelFactory : NSObject + (nullable instancetype)sharedInstance; diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreFactory.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreFactory.h index 3cd312d4ad0..152ff005425 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreFactory.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCCoreFactory.h @@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN @protocol GRPCCallOptions; /** The interface for transport implementations that are based on Core. */ -@protocol GRPCCoreTransportFactory +@protocol GRPCCoreTransportFactory /** Get the channel factory for GRPCChannel from call options. */ - (nullable id)createCoreChannelFactoryWithCallOptions: @@ -33,12 +33,12 @@ NS_ASSUME_NONNULL_BEGIN @end /** The factory for gRPC Core + CFStream + TLS secure channel transport implementation. */ -@interface GRPCCoreSecureFactory : NSObject +@interface GRPCCoreSecureFactory : NSObject @end /** The factory for gRPC Core + CFStream + insecure channel transport implementation. */ -@interface GRPCCoreInsecureFactory : NSObject +@interface GRPCCoreInsecureFactory : NSObject @end diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCInsecureChannelFactory.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCInsecureChannelFactory.h index 2d471aebed6..d3257e5df90 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCInsecureChannelFactory.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCInsecureChannelFactory.h @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN -@interface GRPCInsecureChannelFactory : NSObject +@interface GRPCInsecureChannelFactory : NSObject + (nullable instancetype)sharedInstance; diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCRequestHeaders.m b/src/objective-c/GRPCClient/private/GRPCCore/GRPCRequestHeaders.m index 5f117f0607b..8c5771fc49d 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCRequestHeaders.m +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCRequestHeaders.m @@ -38,18 +38,16 @@ static void CheckKeyValuePairIsValid(NSString *key, id value) { if ([key hasSuffix:@"-bin"]) { if (![value isKindOfClass:[NSData class]]) { [NSException raise:NSInvalidArgumentException - format: - @"Expected NSData value for header %@ ending in \"-bin\", " - @"instead got %@", - key, value]; + format:@"Expected NSData value for header %@ ending in \"-bin\", " + @"instead got %@", + key, value]; } } else { if (![value isKindOfClass:[NSString class]]) { [NSException raise:NSInvalidArgumentException - format: - @"Expected NSString value for header %@ not ending in \"-bin\", " - @"instead got %@", - key, value]; + format:@"Expected NSString value for header %@ not ending in \"-bin\", " + @"instead got %@", + key, value]; } CheckIsNonNilASCII(@"Text header value", (NSString *)value); } diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCSecureChannelFactory.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCSecureChannelFactory.h index 572f20d341f..0e6a2fed3d6 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCSecureChannelFactory.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCSecureChannelFactory.h @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN -@interface GRPCSecureChannelFactory : NSObject +@interface GRPCSecureChannelFactory : NSObject /** * Creates a secure channel factory which uses provided root certificates and client authentication diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCWrappedCall.h b/src/objective-c/GRPCClient/private/GRPCCore/GRPCWrappedCall.h index 92bd1be2570..0432190528f 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCWrappedCall.h +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCWrappedCall.h @@ -77,7 +77,7 @@ - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; - (instancetype)initWithUnmanagedCall:(grpc_call *)unmanagedCall pooledChannel:(GRPCPooledChannel *)pooledChannel NS_DESIGNATED_INITIALIZER; diff --git a/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m b/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m index 5b5fc6263c5..f76fbb6bc73 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m +++ b/src/objective-c/GRPCClient/private/GRPCCore/NSError+GRPC.m @@ -30,12 +30,12 @@ } NSMutableDictionary *userInfo = [NSMutableDictionary dictionary]; if (details) { - userInfo[NSLocalizedDescriptionKey] = - [NSString stringWithCString:details encoding:NSUTF8StringEncoding]; + userInfo[NSLocalizedDescriptionKey] = [NSString stringWithCString:details + encoding:NSUTF8StringEncoding]; } if (errorString) { - userInfo[NSDebugDescriptionErrorKey] = - [NSString stringWithCString:errorString encoding:NSUTF8StringEncoding]; + userInfo[NSDebugDescriptionErrorKey] = [NSString stringWithCString:errorString + encoding:NSUTF8StringEncoding]; } return [NSError errorWithDomain:kGRPCErrorDomain code:statusCode userInfo:userInfo]; } diff --git a/src/objective-c/GRPCClient/private/GRPCTransport+Private.h b/src/objective-c/GRPCClient/private/GRPCTransport+Private.h index 184aa287f0b..85400742f00 100644 --- a/src/objective-c/GRPCClient/private/GRPCTransport+Private.h +++ b/src/objective-c/GRPCClient/private/GRPCTransport+Private.h @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN * When a transport instance is shutting down, it must call -shutDown method of its associated * transport manager for proper clean-up. */ -@interface GRPCTransportManager : NSObject +@interface GRPCTransportManager : NSObject - (instancetype)initWithTransportID:(GRPCTransportID)transportID previousInterceptor:(id)previousInterceptor; diff --git a/src/objective-c/ProtoRPC/ProtoMethod.h b/src/objective-c/ProtoRPC/ProtoMethod.h index 3ba0f70293f..42e2aeda0c8 100644 --- a/src/objective-c/ProtoRPC/ProtoMethod.h +++ b/src/objective-c/ProtoRPC/ProtoMethod.h @@ -22,8 +22,8 @@ * A fully-qualified proto service method name. Full qualification is needed because a gRPC endpoint * can implement multiple services. */ -__attribute__((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMethod - : NSObject @property(nonatomic, readonly) NSString *package; +__attribute__((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMethod : NSObject +@property(nonatomic, readonly) NSString *package; @property(nonatomic, readonly) NSString *service; @property(nonatomic, readonly) NSString *method; @@ -40,7 +40,7 @@ __attribute__((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMetho */ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" - @interface GRPCProtoMethod : ProtoMethod +@interface GRPCProtoMethod : ProtoMethod #pragma clang diagnostic pop - @end +@end diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h index f6dfbb14440..0fd53bfca66 100644 --- a/src/objective-c/ProtoRPC/ProtoRPC.h +++ b/src/objective-c/ProtoRPC/ProtoRPC.h @@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN @class GPBMessage; /** An object can implement this protocol to receive responses from server from a call. */ -@protocol GRPCProtoResponseHandler +@protocol GRPCProtoResponseHandler @required @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN * The object is stateful and should not be reused for multiple calls. If multiple calls share the * same response handling logic, create separate GRPCUnaryResponseHandler objects for each call. */ -@interface GRPCUnaryResponseHandler : NSObject +@interface GRPCUnaryResponseHandler : NSObject /** * Creates a responsehandler object with a unary call handler. @@ -102,7 +102,7 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /** * Users should not use this initializer directly. Call objects will be created, initialized, and @@ -133,7 +133,7 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /** * Users should not use this initializer directly. Call objects will be created, initialized, and diff --git a/src/objective-c/ProtoRPC/ProtoRPC.m b/src/objective-c/ProtoRPC/ProtoRPC.m index d140d4a75e4..396f58f8835 100644 --- a/src/objective-c/ProtoRPC/ProtoRPC.m +++ b/src/objective-c/ProtoRPC/ProtoRPC.m @@ -111,7 +111,7 @@ @end -@interface GRPCStreamingProtoCall () +@interface GRPCStreamingProtoCall () @end @@ -266,8 +266,8 @@ } [copiedHandler didReceiveProtoMessage:parsed]; }); - } else if (!parsed && - [_handler respondsToSelector:@selector(didCloseWithTrailingMetadata:error:)]) { + } else if (!parsed && [_handler respondsToSelector:@selector(didCloseWithTrailingMetadata: + error:)]) { dispatch_async(_dispatchQueue, ^{ id copiedHandler = nil; @synchronized(self) { diff --git a/src/objective-c/ProtoRPC/ProtoRPCLegacy.h b/src/objective-c/ProtoRPC/ProtoRPCLegacy.h index b8d4003f695..4ca4c92d6d0 100644 --- a/src/objective-c/ProtoRPC/ProtoRPCLegacy.h +++ b/src/objective-c/ProtoRPC/ProtoRPCLegacy.h @@ -30,18 +30,17 @@ @class GRXWriter; @protocol GRXWriteable; -__attribute__((deprecated("Please use GRPCProtoCall."))) @interface ProtoRPC - : GRPCCall +__attribute__((deprecated("Please use GRPCProtoCall."))) @interface ProtoRPC : GRPCCall - /** - * host parameter should not contain the scheme (http:// or https://), only the name or IP - * addr and the port number, for example @"localhost:5050". - */ - - - (instancetype)initWithHost : (NSString *)host method - : (GRPCProtoMethod *)method requestsWriter : (GRXWriter *)requestsWriter responseClass - : (Class)responseClass responsesWriteable - : (id)responsesWriteable NS_DESIGNATED_INITIALIZER; +/** + * host parameter should not contain the scheme (http:// or https://), only the name or IP + * addr and the port number, for example @"localhost:5050". + */ +- (instancetype)initWithHost:(NSString *)host + method:(GRPCProtoMethod *)method + requestsWriter:(GRXWriter *)requestsWriter + responseClass:(Class)responseClass + responsesWriteable:(id)responsesWriteable NS_DESIGNATED_INITIALIZER; - (void)start; @@ -53,15 +52,13 @@ __attribute__((deprecated("Please use GRPCProtoCall."))) @interface ProtoRPC */ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" - @interface GRPCProtoCall - : ProtoRPC +@interface GRPCProtoCall : ProtoRPC #pragma clang diagnostic pop - @end +@end - /** - * Generate an NSError object that represents a failure in parsing a proto class. For gRPC - * internal use only. - */ - NSError * - ErrorForBadProto(id proto, Class expectedClass, NSError *parsingError); +/** + * Generate an NSError object that represents a failure in parsing a proto class. For gRPC + * internal use only. + */ +NSError *ErrorForBadProto(id proto, Class expectedClass, NSError *parsingError); diff --git a/src/objective-c/ProtoRPC/ProtoRPCLegacy.m b/src/objective-c/ProtoRPC/ProtoRPCLegacy.m index eaa02e9170b..b3b25727045 100644 --- a/src/objective-c/ProtoRPC/ProtoRPCLegacy.m +++ b/src/objective-c/ProtoRPC/ProtoRPCLegacy.m @@ -70,16 +70,18 @@ __weak ProtoRPC *weakSelf = self; // A writeable that parses the proto messages received. - _responseWriteable = [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { - // TODO(jcanizales): This is done in the main thread, and needs to happen in another thread. - NSError *error = nil; - id parsed = [responseClass parseFromData:value error:&error]; - if (parsed) { - [responsesWriteable writeValue:parsed]; - } else { - [weakSelf finishWithError:ErrorForBadProto(value, responseClass, error)]; - } - } + _responseWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { + // TODO(jcanizales): This is done in the main thread, and needs to happen in another + // thread. + NSError *error = nil; + id parsed = [responseClass parseFromData:value error:&error]; + if (parsed) { + [responsesWriteable writeValue:parsed]; + } else { + [weakSelf finishWithError:ErrorForBadProto(value, responseClass, error)]; + } + } completionHandler:^(NSError *errorOrNil) { [responsesWriteable writesFinishedWithError:errorOrNil]; }]; diff --git a/src/objective-c/ProtoRPC/ProtoService.h b/src/objective-c/ProtoRPC/ProtoService.h index fd8a86bb2b2..29805cd5d13 100644 --- a/src/objective-c/ProtoRPC/ProtoService.h +++ b/src/objective-c/ProtoRPC/ProtoService.h @@ -28,13 +28,13 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wnullability-completeness" -__attribute__((deprecated("Please use GRPCProtoService."))) @interface ProtoService - : NSObject +__attribute__((deprecated("Please use GRPCProtoService."))) @interface ProtoService : NSObject - - - (nullable instancetype)initWithHost : (nonnull NSString *)host packageName - : (nonnull NSString *)packageName serviceName : (nonnull NSString *)serviceName callOptions - : (nullable GRPCCallOptions *)callOptions NS_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithHost:(nonnull NSString *)host + packageName:(nonnull NSString *)packageName + serviceName:(nonnull NSString *)serviceName + callOptions:(nullable GRPCCallOptions *)callOptions + NS_DESIGNATED_INITIALIZER; - (nullable GRPCUnaryProtoCall *)RPCToMethod:(nonnull NSString *)method message:(nonnull id)message @@ -49,10 +49,11 @@ __attribute__((deprecated("Please use GRPCProtoService."))) @interface ProtoServ @end - @interface ProtoService(Legacy) +@interface ProtoService (Legacy) - - (instancetype)initWithHost : (NSString *)host packageName - : (NSString *)packageName serviceName : (NSString *)serviceName; +- (instancetype)initWithHost:(NSString *)host + packageName:(NSString *)packageName + serviceName:(NSString *)serviceName; - (GRPCProtoCall *)RPCToMethod:(NSString *)method requestsWriter:(GRXWriter *)requestsWriter @@ -69,7 +70,7 @@ __attribute__((deprecated("Please use GRPCProtoService."))) @interface ProtoServ */ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" - @interface GRPCProtoService : ProtoService +@interface GRPCProtoService : ProtoService #pragma clang diagnostic pop - @end +@end diff --git a/src/objective-c/ProtoRPC/ProtoService.m b/src/objective-c/ProtoRPC/ProtoService.m index e84cab8903f..298faa37af2 100644 --- a/src/objective-c/ProtoRPC/ProtoService.m +++ b/src/objective-c/ProtoRPC/ProtoService.m @@ -69,8 +69,9 @@ responseHandler:(id)handler callOptions:(GRPCCallOptions *)callOptions responseClass:(Class)responseClass { - GRPCProtoMethod *methodName = - [[GRPCProtoMethod alloc] initWithPackage:_packageName service:_serviceName method:method]; + GRPCProtoMethod *methodName = [[GRPCProtoMethod alloc] initWithPackage:_packageName + service:_serviceName + method:method]; GRPCRequestOptions *requestOptions = [[GRPCRequestOptions alloc] initWithHost:_host path:methodName.HTTPPath @@ -86,8 +87,9 @@ responseHandler:(id)handler callOptions:(GRPCCallOptions *)callOptions responseClass:(Class)responseClass { - GRPCProtoMethod *methodName = - [[GRPCProtoMethod alloc] initWithPackage:_packageName service:_serviceName method:method]; + GRPCProtoMethod *methodName = [[GRPCProtoMethod alloc] initWithPackage:_packageName + service:_serviceName + method:method]; GRPCRequestOptions *requestOptions = [[GRPCRequestOptions alloc] initWithHost:_host path:methodName.HTTPPath diff --git a/src/objective-c/ProtoRPC/ProtoServiceLegacy.m b/src/objective-c/ProtoRPC/ProtoServiceLegacy.m index 6aa64955381..635b5f3b881 100644 --- a/src/objective-c/ProtoRPC/ProtoServiceLegacy.m +++ b/src/objective-c/ProtoRPC/ProtoServiceLegacy.m @@ -59,8 +59,9 @@ NSString *packageName = object_getIvar(self, packageNameIvar); NSString *serviceName = object_getIvar(self, serviceNameIvar); - GRPCProtoMethod *methodName = - [[GRPCProtoMethod alloc] initWithPackage:packageName service:serviceName method:method]; + GRPCProtoMethod *methodName = [[GRPCProtoMethod alloc] initWithPackage:packageName + service:serviceName + method:method]; return [[GRPCProtoCall alloc] initWithHost:host method:methodName requestsWriter:requestsWriter diff --git a/src/objective-c/RxLibrary/GRXBufferedPipe.h b/src/objective-c/RxLibrary/GRXBufferedPipe.h index ae08cc315bb..22ae92ab79a 100644 --- a/src/objective-c/RxLibrary/GRXBufferedPipe.h +++ b/src/objective-c/RxLibrary/GRXBufferedPipe.h @@ -38,7 +38,7 @@ * * Thread-safety: the methods of this class are thread-safe. */ -@interface GRXBufferedPipe : GRXWriter +@interface GRXBufferedPipe : GRXWriter /** Convenience constructor. */ + (instancetype)pipe; diff --git a/src/objective-c/RxLibrary/GRXForwardingWriter.m b/src/objective-c/RxLibrary/GRXForwardingWriter.m index 27ac0acdfff..569b02428f6 100644 --- a/src/objective-c/RxLibrary/GRXForwardingWriter.m +++ b/src/objective-c/RxLibrary/GRXForwardingWriter.m @@ -18,7 +18,7 @@ #import "GRXForwardingWriter.h" -@interface GRXForwardingWriter () +@interface GRXForwardingWriter () @end @implementation GRXForwardingWriter { diff --git a/src/objective-c/RxLibrary/GRXMappingWriter.m b/src/objective-c/RxLibrary/GRXMappingWriter.m index 108ed868a26..baad4ab99da 100644 --- a/src/objective-c/RxLibrary/GRXMappingWriter.m +++ b/src/objective-c/RxLibrary/GRXMappingWriter.m @@ -18,7 +18,7 @@ #import "GRXMappingWriter.h" -@interface GRXForwardingWriter () +@interface GRXForwardingWriter () @end @implementation GRXMappingWriter { diff --git a/src/objective-c/RxLibrary/GRXWriteable.h b/src/objective-c/RxLibrary/GRXWriteable.h index 05c2c3a4252..485e8490b8c 100644 --- a/src/objective-c/RxLibrary/GRXWriteable.h +++ b/src/objective-c/RxLibrary/GRXWriteable.h @@ -22,7 +22,7 @@ * A GRXWriteable is an object to which a sequence of values can be sent. The * sequence finishes with an optional error. */ -@protocol GRXWriteable +@protocol GRXWriteable /** Push the next value of the sequence to the receiving object. */ - (void)writeValue:(id)value; @@ -44,7 +44,7 @@ typedef void (^GRXEventHandler)(BOOL done, id value, NSError *error); * Utility to create objects that conform to the GRXWriteable protocol, from * blocks that handle each of the two methods of the protocol. */ -@interface GRXWriteable : NSObject +@interface GRXWriteable : NSObject + (instancetype)writeableWithSingleHandler:(GRXSingleHandler)handler; + (instancetype)writeableWithEventHandler:(GRXEventHandler)handler; diff --git a/src/objective-c/RxLibrary/GRXWriteable.m b/src/objective-c/RxLibrary/GRXWriteable.m index e6c4c810c74..d1d8363b05c 100644 --- a/src/objective-c/RxLibrary/GRXWriteable.m +++ b/src/objective-c/RxLibrary/GRXWriteable.m @@ -54,9 +54,9 @@ // the two domains. static NSString *kGRPCErrorDomain = @"io.grpc"; static NSUInteger kGRPCErrorCodeInternal = 13; - singleHandler( - nil, - [NSError errorWithDomain:kGRPCErrorDomain code:kGRPCErrorCodeInternal userInfo:userInfo]); + singleHandler(nil, [NSError errorWithDomain:kGRPCErrorDomain + code:kGRPCErrorCodeInternal + userInfo:userInfo]); } }; return [self writeableWithEventHandler:^(BOOL done, id value, NSError *error) { @@ -70,9 +70,10 @@ if (!handler) { return [[self alloc] init]; } - return [[self alloc] initWithValueHandler:^(id value) { - handler(NO, value, nil); - } + return [[self alloc] + initWithValueHandler:^(id value) { + handler(NO, value, nil); + } completionHandler:^(NSError *errorOrNil) { handler(YES, nil, errorOrNil); }]; diff --git a/src/objective-c/examples/InterceptorSample/InterceptorSample/AppDelegate.h b/src/objective-c/examples/InterceptorSample/InterceptorSample/AppDelegate.h index 183abcf4ec8..83b3bf59417 100644 --- a/src/objective-c/examples/InterceptorSample/InterceptorSample/AppDelegate.h +++ b/src/objective-c/examples/InterceptorSample/InterceptorSample/AppDelegate.h @@ -18,7 +18,7 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow* window; diff --git a/src/objective-c/examples/InterceptorSample/InterceptorSample/CacheInterceptor.h b/src/objective-c/examples/InterceptorSample/InterceptorSample/CacheInterceptor.h index a1de74cdb1f..861ffd75905 100644 --- a/src/objective-c/examples/InterceptorSample/InterceptorSample/CacheInterceptor.h +++ b/src/objective-c/examples/InterceptorSample/InterceptorSample/CacheInterceptor.h @@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN -@interface RequestCacheEntry : NSObject +@interface RequestCacheEntry : NSObject @property(readonly, copy, nullable) NSString *path; @property(readonly, copy, nullable) id message; @@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN @end -@interface ResponseCacheEntry : NSObject +@interface ResponseCacheEntry : NSObject @property(readonly, copy, nullable) NSDate *deadline; @@ -54,7 +54,7 @@ NS_ASSUME_NONNULL_BEGIN @end -@interface CacheContext : NSObject +@interface CacheContext : NSObject - (nullable instancetype)init; @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)init NS_UNAVAILABLE; -+ (instancetype) new NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; - (nullable instancetype)initWithInterceptorManager: (GRPCInterceptorManager *_Nonnull)intercepterManager diff --git a/src/objective-c/examples/InterceptorSample/InterceptorSample/ViewController.m b/src/objective-c/examples/InterceptorSample/InterceptorSample/ViewController.m index ac6ce6752d9..b302a754335 100644 --- a/src/objective-c/examples/InterceptorSample/InterceptorSample/ViewController.m +++ b/src/objective-c/examples/InterceptorSample/InterceptorSample/ViewController.m @@ -32,7 +32,7 @@ static NSString *const kPackage = @"grpc.testing"; static NSString *const kService = @"TestService"; -@interface ViewController () +@interface ViewController () @end @@ -51,8 +51,9 @@ static NSString *const kService = @"TestService"; } - (IBAction)tapCall:(id)sender { - GRPCProtoMethod *kUnaryCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"UnaryCall"]; + GRPCProtoMethod *kUnaryCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"UnaryCall"]; GRPCRequestOptions *requestOptions = [[GRPCRequestOptions alloc] initWithHost:@"grpc-test.sandbox.googleapis.com" diff --git a/src/objective-c/examples/Sample/Sample/AppDelegate.h b/src/objective-c/examples/Sample/Sample/AppDelegate.h index 2707c8be4b9..acdf6f5876b 100644 --- a/src/objective-c/examples/Sample/Sample/AppDelegate.h +++ b/src/objective-c/examples/Sample/Sample/AppDelegate.h @@ -18,6 +18,6 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow* window; @end diff --git a/src/objective-c/examples/Sample/Sample/ViewController.m b/src/objective-c/examples/Sample/Sample/ViewController.m index e4f3712d72d..4aa83b3e32a 100644 --- a/src/objective-c/examples/Sample/Sample/ViewController.m +++ b/src/objective-c/examples/Sample/Sample/ViewController.m @@ -66,18 +66,18 @@ path:method.HTTPPath requestsWriter:requestsWriter]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { RMTSimpleResponse *response = [RMTSimpleResponse parseFromData:value error:NULL]; NSLog(@"Received response:\n%@", response); } - completionHandler:^(NSError *errorOrNil) { - if (errorOrNil) { - NSLog(@"Finished with error: %@", errorOrNil); - } else { - NSLog(@"Finished successfully."); - } - }]; + completionHandler:^(NSError *errorOrNil) { + if (errorOrNil) { + NSLog(@"Finished with error: %@", errorOrNil); + } else { + NSLog(@"Finished successfully."); + } + }]; [call startWithWriteable:responsesWriteable]; } diff --git a/src/objective-c/examples/tvOS-sample/tvOS-sample/AppDelegate.h b/src/objective-c/examples/tvOS-sample/tvOS-sample/AppDelegate.h index 183abcf4ec8..83b3bf59417 100644 --- a/src/objective-c/examples/tvOS-sample/tvOS-sample/AppDelegate.h +++ b/src/objective-c/examples/tvOS-sample/tvOS-sample/AppDelegate.h @@ -18,7 +18,7 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow* window; diff --git a/src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.m b/src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.m index 9c466260121..e76cc35925b 100644 --- a/src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.m +++ b/src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.m @@ -28,7 +28,7 @@ #import #import -@interface ViewController () +@interface ViewController () @end @@ -50,8 +50,9 @@ - (IBAction)makeCall:(id)sender { RMTSimpleRequest *request = [RMTSimpleRequest message]; request.responseSize = 100; - GRPCUnaryProtoCall *call = - [_service unaryCallWithMessage:request responseHandler:self callOptions:nil]; + GRPCUnaryProtoCall *call = [_service unaryCallWithMessage:request + responseHandler:self + callOptions:nil]; [call start]; } diff --git a/src/objective-c/examples/watchOS-sample/WatchKit-Extension/ExtensionDelegate.h b/src/objective-c/examples/watchOS-sample/WatchKit-Extension/ExtensionDelegate.h index fbf67335f7d..9b48cc95e6a 100644 --- a/src/objective-c/examples/watchOS-sample/WatchKit-Extension/ExtensionDelegate.h +++ b/src/objective-c/examples/watchOS-sample/WatchKit-Extension/ExtensionDelegate.h @@ -18,6 +18,6 @@ #import -@interface ExtensionDelegate : NSObject +@interface ExtensionDelegate : NSObject @end diff --git a/src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.m b/src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.m index ce204a9c146..94e19503949 100644 --- a/src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.m +++ b/src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.m @@ -27,7 +27,7 @@ #import #import -@interface InterfaceController () +@interface InterfaceController () @end @@ -51,8 +51,9 @@ - (IBAction)makeCall { RMTSimpleRequest *request = [RMTSimpleRequest message]; request.responseSize = 100; - GRPCUnaryProtoCall *call = - [_service unaryCallWithMessage:request responseHandler:self callOptions:nil]; + GRPCUnaryProtoCall *call = [_service unaryCallWithMessage:request + responseHandler:self + callOptions:nil]; [call start]; } diff --git a/src/objective-c/examples/watchOS-sample/watchOS-sample/AppDelegate.h b/src/objective-c/examples/watchOS-sample/watchOS-sample/AppDelegate.h index 183abcf4ec8..83b3bf59417 100644 --- a/src/objective-c/examples/watchOS-sample/watchOS-sample/AppDelegate.h +++ b/src/objective-c/examples/watchOS-sample/watchOS-sample/AppDelegate.h @@ -18,7 +18,7 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow* window; diff --git a/src/objective-c/manual_tests/AppDelegate.h b/src/objective-c/manual_tests/AppDelegate.h index 183abcf4ec8..83b3bf59417 100644 --- a/src/objective-c/manual_tests/AppDelegate.h +++ b/src/objective-c/manual_tests/AppDelegate.h @@ -18,7 +18,7 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow* window; diff --git a/src/objective-c/manual_tests/ViewController.m b/src/objective-c/manual_tests/ViewController.m index 30181c9d67e..2cf49ca9f07 100644 --- a/src/objective-c/manual_tests/ViewController.m +++ b/src/objective-c/manual_tests/ViewController.m @@ -26,7 +26,7 @@ NSString *const kRemoteHost = @"grpc-test.sandbox.googleapis.com"; const int32_t kMessageSize = 100; -@interface ViewController : UIViewController +@interface ViewController : UIViewController @property(strong, nonatomic) UILabel *callStatusLabel; @property(strong, nonatomic) UILabel *callCountLabel; @end @@ -64,8 +64,9 @@ const int32_t kMessageSize = 100; request.responseSize = kMessageSize; request.payload.body = [NSMutableData dataWithLength:kMessageSize]; - GRPCUnaryProtoCall *call = - [_service unaryCallWithMessage:request responseHandler:self callOptions:nil]; + GRPCUnaryProtoCall *call = [_service unaryCallWithMessage:request + responseHandler:self + callOptions:nil]; [call start]; } diff --git a/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ViewController.m b/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ViewController.m index 34c93878765..47e572fcbc0 100644 --- a/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ViewController.m +++ b/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ViewController.m @@ -47,13 +47,15 @@ NSString *host = @"grpc-test.sandbox.googleapis.com"; GRPCProtoMethod *method = [[GRPCProtoMethod alloc] initWithPackage:@"grpc.testing" service:@"TestService" method:@"UnaryCall"]; - GRXWriter *loggingRequestWriter = [[GRXWriter - writerWithValue:[NSData dataWithBytes:bytes length:sizeof(bytes)]] map:^id(id value) { - NSLog(@"Sending request."); - return value; - }]; - GRPCCall *call = - [[GRPCCall alloc] initWithHost:host path:method.HTTPPath requestsWriter:loggingRequestWriter]; + GRXWriter *loggingRequestWriter = + [[GRXWriter writerWithValue:[NSData dataWithBytes:bytes + length:sizeof(bytes)]] map:^id(id value) { + NSLog(@"Sending request."); + return value; + }]; + GRPCCall *call = [[GRPCCall alloc] initWithHost:host + path:method.HTTPPath + requestsWriter:loggingRequestWriter]; [call startWithWriteable:[GRXWriteable writeableWithEventHandler:^(BOOL done, id value, NSError *error) { @@ -78,8 +80,9 @@ NSString *host = @"grpc-test.sandbox.googleapis.com"; [requestsBuffer writeValue:[NSData dataWithBytes:bytes length:sizeof(bytes)]]; - GRPCCall *call = - [[GRPCCall alloc] initWithHost:host path:method.HTTPPath requestsWriter:requestsBuffer]; + GRPCCall *call = [[GRPCCall alloc] initWithHost:host + path:method.HTTPPath + requestsWriter:requestsBuffer]; [call startWithWriteable:[GRXWriteable writeableWithEventHandler:^(BOOL done, id value, NSError *error) { diff --git a/src/objective-c/tests/Connectivity/ConnectivityTestingApp/main.m b/src/objective-c/tests/Connectivity/ConnectivityTestingApp/main.m index 010789e8abb..b4ccde45fac 100644 --- a/src/objective-c/tests/Connectivity/ConnectivityTestingApp/main.m +++ b/src/objective-c/tests/Connectivity/ConnectivityTestingApp/main.m @@ -18,7 +18,7 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow *window; @end @implementation AppDelegate diff --git a/src/objective-c/tests/Hosts/ios-host/AppDelegate.h b/src/objective-c/tests/Hosts/ios-host/AppDelegate.h index 183abcf4ec8..83b3bf59417 100644 --- a/src/objective-c/tests/Hosts/ios-host/AppDelegate.h +++ b/src/objective-c/tests/Hosts/ios-host/AppDelegate.h @@ -18,7 +18,7 @@ #import -@interface AppDelegate : UIResponder +@interface AppDelegate : UIResponder @property(strong, nonatomic) UIWindow* window; diff --git a/src/objective-c/tests/InteropTests/InteropTests.m b/src/objective-c/tests/InteropTests/InteropTests.m index ac0c7898749..9c86a29373c 100644 --- a/src/objective-c/tests/InteropTests/InteropTests.m +++ b/src/objective-c/tests/InteropTests/InteropTests.m @@ -77,7 +77,7 @@ BOOL isRemoteInteropTest(NSString *host) { return [host isEqualToString:@"grpc-test.sandbox.googleapis.com"]; } -@interface DefaultInterceptorFactory : NSObject +@interface DefaultInterceptorFactory : NSObject - (GRPCInterceptor *)createInterceptorWithManager:(GRPCInterceptorManager *)interceptorManager; @@ -87,28 +87,29 @@ BOOL isRemoteInteropTest(NSString *host) { - (GRPCInterceptor *)createInterceptorWithManager:(GRPCInterceptorManager *)interceptorManager { dispatch_queue_t queue = dispatch_queue_create(NULL, DISPATCH_QUEUE_SERIAL); - return - [[GRPCInterceptor alloc] initWithInterceptorManager:interceptorManager dispatchQueue:queue]; + return [[GRPCInterceptor alloc] initWithInterceptorManager:interceptorManager + dispatchQueue:queue]; } @end -@interface HookInterceptorFactory : NSObject +@interface HookInterceptorFactory : NSObject - (instancetype) - initWithDispatchQueue:(dispatch_queue_t)dispatchQueue - startHook:(void (^)(GRPCRequestOptions *requestOptions, GRPCCallOptions *callOptions, - GRPCInterceptorManager *manager))startHook - writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook - finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook -receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, - GRPCInterceptorManager *manager))receiveNextMessagesHook - responseHeaderHook:(void (^)(NSDictionary *initialMetadata, - GRPCInterceptorManager *manager))responseHeaderHook - responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook - responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, - GRPCInterceptorManager *manager))responseCloseHook - didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook; + initWithDispatchQueue:(dispatch_queue_t)dispatchQueue + startHook:(void (^)(GRPCRequestOptions *requestOptions, + GRPCCallOptions *callOptions, + GRPCInterceptorManager *manager))startHook + writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook + finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook + receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, + GRPCInterceptorManager *manager))receiveNextMessagesHook + responseHeaderHook:(void (^)(NSDictionary *initialMetadata, + GRPCInterceptorManager *manager))responseHeaderHook + responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook + responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, + GRPCInterceptorManager *manager))responseCloseHook + didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook; - (GRPCInterceptor *)createInterceptorWithManager:(GRPCInterceptorManager *)interceptorManager; @@ -117,21 +118,21 @@ receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, @interface HookInterceptor : GRPCInterceptor - (instancetype) -initWithInterceptorManager:(GRPCInterceptorManager *)interceptorManager - dispatchQueue:(dispatch_queue_t)dispatchQueue - startHook:(void (^)(GRPCRequestOptions *requestOptions, - GRPCCallOptions *callOptions, - GRPCInterceptorManager *manager))startHook - writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook - finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook - receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, - GRPCInterceptorManager *manager))receiveNextMessagesHook - responseHeaderHook:(void (^)(NSDictionary *initialMetadata, - GRPCInterceptorManager *manager))responseHeaderHook - responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook - responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, - GRPCInterceptorManager *manager))responseCloseHook - didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook; + initWithInterceptorManager:(GRPCInterceptorManager *)interceptorManager + dispatchQueue:(dispatch_queue_t)dispatchQueue + startHook:(void (^)(GRPCRequestOptions *requestOptions, + GRPCCallOptions *callOptions, + GRPCInterceptorManager *manager))startHook + writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook + finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook + receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, + GRPCInterceptorManager *manager))receiveNextMessagesHook + responseHeaderHook:(void (^)(NSDictionary *initialMetadata, + GRPCInterceptorManager *manager))responseHeaderHook + responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook + responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, + GRPCInterceptorManager *manager))responseCloseHook + didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook; @end @@ -151,19 +152,20 @@ initWithInterceptorManager:(GRPCInterceptorManager *)interceptorManager } - (instancetype) - initWithDispatchQueue:(dispatch_queue_t)dispatchQueue - startHook:(void (^)(GRPCRequestOptions *requestOptions, GRPCCallOptions *callOptions, - GRPCInterceptorManager *manager))startHook - writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook - finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook -receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, - GRPCInterceptorManager *manager))receiveNextMessagesHook - responseHeaderHook:(void (^)(NSDictionary *initialMetadata, - GRPCInterceptorManager *manager))responseHeaderHook - responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook - responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, - GRPCInterceptorManager *manager))responseCloseHook - didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook { + initWithDispatchQueue:(dispatch_queue_t)dispatchQueue + startHook:(void (^)(GRPCRequestOptions *requestOptions, + GRPCCallOptions *callOptions, + GRPCInterceptorManager *manager))startHook + writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook + finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook + receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, + GRPCInterceptorManager *manager))receiveNextMessagesHook + responseHeaderHook:(void (^)(NSDictionary *initialMetadata, + GRPCInterceptorManager *manager))responseHeaderHook + responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook + responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, + GRPCInterceptorManager *manager))responseCloseHook + didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook { if ((self = [super init])) { _dispatchQueue = dispatchQueue; _startHook = startHook; @@ -213,21 +215,21 @@ receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, } - (instancetype) -initWithInterceptorManager:(GRPCInterceptorManager *)interceptorManager - dispatchQueue:(dispatch_queue_t)dispatchQueue - startHook:(void (^)(GRPCRequestOptions *requestOptions, - GRPCCallOptions *callOptions, - GRPCInterceptorManager *manager))startHook - writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook - finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook - receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, - GRPCInterceptorManager *manager))receiveNextMessagesHook - responseHeaderHook:(void (^)(NSDictionary *initialMetadata, - GRPCInterceptorManager *manager))responseHeaderHook - responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook - responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, - GRPCInterceptorManager *manager))responseCloseHook - didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook { + initWithInterceptorManager:(GRPCInterceptorManager *)interceptorManager + dispatchQueue:(dispatch_queue_t)dispatchQueue + startHook:(void (^)(GRPCRequestOptions *requestOptions, + GRPCCallOptions *callOptions, + GRPCInterceptorManager *manager))startHook + writeDataHook:(void (^)(id data, GRPCInterceptorManager *manager))writeDataHook + finishHook:(void (^)(GRPCInterceptorManager *manager))finishHook + receiveNextMessagesHook:(void (^)(NSUInteger numberOfMessages, + GRPCInterceptorManager *manager))receiveNextMessagesHook + responseHeaderHook:(void (^)(NSDictionary *initialMetadata, + GRPCInterceptorManager *manager))responseHeaderHook + responseDataHook:(void (^)(id data, GRPCInterceptorManager *manager))responseDataHook + responseCloseHook:(void (^)(NSDictionary *trailingMetadata, NSError *error, + GRPCInterceptorManager *manager))responseCloseHook + didWriteDataHook:(void (^)(GRPCInterceptorManager *manager))didWriteDataHook { if ((self = [super initWithInterceptorManager:interceptorManager dispatchQueue:dispatchQueue])) { _startHook = startHook; _writeDataHook = writeDataHook; @@ -618,8 +620,8 @@ static dispatch_once_t initGlobalInterceptorFactory; responseDispatchQueue:nil]; [[_service unaryCallWithMessage:request responseHandler:handler callOptions:options] start]; - [[_service unaryCallWithMessage:request responseHandler:handlerMainQueue callOptions:options] - start]; + [[_service unaryCallWithMessage:request responseHandler:handlerMainQueue + callOptions:options] start]; [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil]; } @@ -1167,8 +1169,8 @@ static dispatch_once_t initGlobalInterceptorFactory; __block BOOL receivedResponse = NO; - id request = - [RMTStreamingOutputCallRequest messageWithPayloadSize:@21782 requestedResponseSize:@31415]; + id request = [RMTStreamingOutputCallRequest messageWithPayloadSize:@21782 + requestedResponseSize:@31415]; [requestsBuffer writeValue:request]; @@ -1209,8 +1211,8 @@ static dispatch_once_t initGlobalInterceptorFactory; options.PEMRootCertificates = self.class.PEMRootCertificates; options.hostNameOverride = [[self class] hostNameOverride]; - id request = - [RMTStreamingOutputCallRequest messageWithPayloadSize:@21782 requestedResponseSize:@31415]; + id request = [RMTStreamingOutputCallRequest messageWithPayloadSize:@21782 + requestedResponseSize:@31415]; __block GRPCStreamingProtoCall *call = [_service fullDuplexCallWithResponseHandler:[[InteropTestsBlockCallbacks alloc] @@ -1244,8 +1246,8 @@ static dispatch_once_t initGlobalInterceptorFactory; options.PEMRootCertificates = self.class.PEMRootCertificates; options.hostNameOverride = [[self class] hostNameOverride]; - id request = - [RMTStreamingOutputCallRequest messageWithPayloadSize:@21782 requestedResponseSize:@31415]; + id request = [RMTStreamingOutputCallRequest messageWithPayloadSize:@21782 + requestedResponseSize:@31415]; __block GRPCStreamingProtoCall *call = [_service fullDuplexCallWithResponseHandler:[[InteropTestsBlockCallbacks alloc] @@ -1684,15 +1686,16 @@ static dispatch_once_t initGlobalInterceptorFactory; __block NSUInteger responseDataCount = 0; __block NSUInteger responseCloseCount = 0; __block NSUInteger didWriteDataCount = 0; - [globalInterceptorFactory setStartHook:^(GRPCRequestOptions *requestOptions, - GRPCCallOptions *callOptions, - GRPCInterceptorManager *manager) { - startCount++; - XCTAssertEqualObjects(requestOptions.host, [[self class] host]); - XCTAssertEqualObjects(requestOptions.path, @"/grpc.testing.TestService/FullDuplexCall"); - XCTAssertEqual(requestOptions.safety, GRPCCallSafetyDefault); - [manager startNextInterceptorWithRequest:[requestOptions copy] callOptions:[callOptions copy]]; - } + [globalInterceptorFactory + setStartHook:^(GRPCRequestOptions *requestOptions, GRPCCallOptions *callOptions, + GRPCInterceptorManager *manager) { + startCount++; + XCTAssertEqualObjects(requestOptions.host, [[self class] host]); + XCTAssertEqualObjects(requestOptions.path, @"/grpc.testing.TestService/FullDuplexCall"); + XCTAssertEqual(requestOptions.safety, GRPCCallSafetyDefault); + [manager startNextInterceptorWithRequest:[requestOptions copy] + callOptions:[callOptions copy]]; + } writeDataHook:^(id data, GRPCInterceptorManager *manager) { writeDataCount++; [manager writeNextInterceptorWithData:data]; @@ -1869,15 +1872,16 @@ static dispatch_once_t initGlobalInterceptorFactory; __block NSUInteger globalResponseCloseCount = 0; __block NSUInteger globalDidWriteDataCount = 0; - [globalInterceptorFactory setStartHook:^(GRPCRequestOptions *requestOptions, - GRPCCallOptions *callOptions, - GRPCInterceptorManager *manager) { - globalStartCount++; - XCTAssertEqualObjects(requestOptions.host, [[self class] host]); - XCTAssertEqualObjects(requestOptions.path, @"/grpc.testing.TestService/FullDuplexCall"); - XCTAssertEqual(requestOptions.safety, GRPCCallSafetyDefault); - [manager startNextInterceptorWithRequest:[requestOptions copy] callOptions:[callOptions copy]]; - } + [globalInterceptorFactory + setStartHook:^(GRPCRequestOptions *requestOptions, GRPCCallOptions *callOptions, + GRPCInterceptorManager *manager) { + globalStartCount++; + XCTAssertEqualObjects(requestOptions.host, [[self class] host]); + XCTAssertEqualObjects(requestOptions.path, @"/grpc.testing.TestService/FullDuplexCall"); + XCTAssertEqual(requestOptions.safety, GRPCCallSafetyDefault); + [manager startNextInterceptorWithRequest:[requestOptions copy] + callOptions:[callOptions copy]]; + } writeDataHook:^(id data, GRPCInterceptorManager *manager) { globalWriteDataCount++; [manager writeNextInterceptorWithData:data]; diff --git a/src/objective-c/tests/InteropTests/InteropTestsBlockCallbacks.h b/src/objective-c/tests/InteropTests/InteropTestsBlockCallbacks.h index fa0b8361b65..10a447a6c6b 100644 --- a/src/objective-c/tests/InteropTests/InteropTestsBlockCallbacks.h +++ b/src/objective-c/tests/InteropTests/InteropTestsBlockCallbacks.h @@ -19,7 +19,7 @@ #import // Convenience class to use blocks as callbacks -@interface InteropTestsBlockCallbacks : NSObject +@interface InteropTestsBlockCallbacks : NSObject - (instancetype)initWithInitialMetadataCallback:(void (^)(NSDictionary *))initialMetadataCallback messageCallback:(void (^)(id))messageCallback diff --git a/src/objective-c/tests/InteropTests/InteropTestsLocalSSL.m b/src/objective-c/tests/InteropTests/InteropTestsLocalSSL.m index 9c8ce7fe810..d84a385f3ca 100644 --- a/src/objective-c/tests/InteropTests/InteropTestsLocalSSL.m +++ b/src/objective-c/tests/InteropTests/InteropTestsLocalSSL.m @@ -43,8 +43,8 @@ static int32_t kLocalInteropServerOverhead = 10; + (NSString *)PEMRootCertificates { NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; NSError *error; return [NSString stringWithContentsOfFile:certsPath encoding:NSUTF8StringEncoding error:&error]; } @@ -66,8 +66,8 @@ static int32_t kLocalInteropServerOverhead = 10; // Register test server certificates and name. NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; [GRPCCall useTestCertsPath:certsPath testName:@"foo.test.google.fr" forHost:kLocalSSLHost]; } diff --git a/src/objective-c/tests/InteropTests/InteropTestsMultipleChannels.m b/src/objective-c/tests/InteropTests/InteropTestsMultipleChannels.m index 8a158b5eab9..0c4aad4153e 100644 --- a/src/objective-c/tests/InteropTests/InteropTestsMultipleChannels.m +++ b/src/objective-c/tests/InteropTests/InteropTestsMultipleChannels.m @@ -100,11 +100,12 @@ dispatch_once_t initCronet; // Local stack with SSL NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; NSError *error = nil; - NSString *certs = - [NSString stringWithContentsOfFile:certsPath encoding:NSUTF8StringEncoding error:&error]; + NSString *certs = [NSString stringWithContentsOfFile:certsPath + encoding:NSUTF8StringEncoding + error:&error]; XCTAssertNil(error); options = [[GRPCMutableCallOptions alloc] init]; diff --git a/src/objective-c/tests/MacTests/StressTests.m b/src/objective-c/tests/MacTests/StressTests.m index 622c80ea91a..76d53fd3676 100644 --- a/src/objective-c/tests/MacTests/StressTests.m +++ b/src/objective-c/tests/MacTests/StressTests.m @@ -34,7 +34,7 @@ extern const char *kCFStreamVarName; // Convenience class to use blocks as callbacks -@interface MacTestsBlockCallbacks : NSObject +@interface MacTestsBlockCallbacks : NSObject - (instancetype)initWithInitialMetadataCallback:(void (^)(NSDictionary *))initialMetadataCallback messageCallback:(void (^)(id))messageCallback @@ -179,7 +179,6 @@ extern const char *kCFStreamVarName; } } closeCallback:^(NSDictionary *trailingMetadata, NSError *error) { - @synchronized(self) { if (error == nil && !address_removed) { system([[NSString @@ -188,9 +187,9 @@ extern const char *kCFStreamVarName; UTF8String]); address_removed = YES; } else if (error != nil && !address_readded) { - system([ - [NSString stringWithFormat:@"sudo ifconfig lo0 alias %@", - [[self class] hostAddress]] + system([[NSString + stringWithFormat:@"sudo ifconfig lo0 alias %@", + [[self class] hostAddress]] UTF8String]); address_readded = YES; } diff --git a/src/objective-c/tests/MacTests/StressTestsSSL.m b/src/objective-c/tests/MacTests/StressTestsSSL.m index c5d79fe0ae8..61b32bc6be4 100644 --- a/src/objective-c/tests/MacTests/StressTestsSSL.m +++ b/src/objective-c/tests/MacTests/StressTestsSSL.m @@ -41,8 +41,8 @@ static int32_t kLocalInteropServerOverhead = 10; + (NSString *)PEMRootCertificates { NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; NSError *error; return [NSString stringWithContentsOfFile:certsPath encoding:NSUTF8StringEncoding error:&error]; } @@ -64,8 +64,8 @@ static int32_t kLocalInteropServerOverhead = 10; // Register test server certificates and name. NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; [GRPCCall useTestCertsPath:certsPath testName:@"foo.test.google.fr" forHost:[[self class] host]]; } @end diff --git a/src/objective-c/tests/PerfTests/PerfTests.m b/src/objective-c/tests/PerfTests/PerfTests.m index 4ce4b95a1df..e626b4e2fd0 100644 --- a/src/objective-c/tests/PerfTests/PerfTests.m +++ b/src/objective-c/tests/PerfTests/PerfTests.m @@ -60,7 +60,7 @@ extern const char *kCFStreamVarName; } @end -@interface DefaultInterceptorFactory : NSObject +@interface DefaultInterceptorFactory : NSObject - (GRPCInterceptor *)createInterceptorWithManager:(GRPCInterceptorManager *)interceptorManager; @@ -70,8 +70,8 @@ extern const char *kCFStreamVarName; - (GRPCInterceptor *)createInterceptorWithManager:(GRPCInterceptorManager *)interceptorManager { dispatch_queue_t queue = dispatch_queue_create(NULL, DISPATCH_QUEUE_SERIAL); - return - [[GRPCInterceptor alloc] initWithInterceptorManager:interceptorManager dispatchQueue:queue]; + return [[GRPCInterceptor alloc] initWithInterceptorManager:interceptorManager + dispatchQueue:queue]; } @end @@ -158,7 +158,6 @@ extern const char *kCFStreamVarName; closeCallback:^(NSDictionary *trailingMetadata, NSError *error) { [expectation fulfill]; - }] callOptions:options]; [call start]; @@ -285,7 +284,6 @@ extern const char *kCFStreamVarName; [expectation fulfill]; } } - }] callOptions:options]; dispatch_time_t timeout = diff --git a/src/objective-c/tests/PerfTests/PerfTestsBlockCallbacks.h b/src/objective-c/tests/PerfTests/PerfTestsBlockCallbacks.h index 3b98481b108..5092894c390 100644 --- a/src/objective-c/tests/PerfTests/PerfTestsBlockCallbacks.h +++ b/src/objective-c/tests/PerfTests/PerfTestsBlockCallbacks.h @@ -19,7 +19,7 @@ #import // Convenience class to use blocks as callbacks -@interface PerfTestsBlockCallbacks : NSObject +@interface PerfTestsBlockCallbacks : NSObject - (instancetype)initWithInitialMetadataCallback:(void (^)(NSDictionary *))initialMetadataCallback messageCallback:(void (^)(id))messageCallback diff --git a/src/objective-c/tests/PerfTests/PerfTestsCFStreamSSL.m b/src/objective-c/tests/PerfTests/PerfTestsCFStreamSSL.m index 6c61228fea9..6d04403d98d 100644 --- a/src/objective-c/tests/PerfTests/PerfTestsCFStreamSSL.m +++ b/src/objective-c/tests/PerfTests/PerfTestsCFStreamSSL.m @@ -45,8 +45,8 @@ static int32_t kLocalInteropServerOverhead = 10; + (NSString *)PEMRootCertificates { NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; NSError *error; return [NSString stringWithContentsOfFile:certsPath encoding:NSUTF8StringEncoding error:&error]; } @@ -72,8 +72,8 @@ static int32_t kLocalInteropServerOverhead = 10; // Register test server certificates and name. NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; [GRPCCall useTestCertsPath:certsPath testName:@"foo.test.google.fr" forHost:kLocalSSLHost]; } diff --git a/src/objective-c/tests/PerfTests/PerfTestsNoCFStreamSSL.m b/src/objective-c/tests/PerfTests/PerfTestsNoCFStreamSSL.m index 570ba3904ac..ce3962bcbca 100644 --- a/src/objective-c/tests/PerfTests/PerfTestsNoCFStreamSSL.m +++ b/src/objective-c/tests/PerfTests/PerfTestsNoCFStreamSSL.m @@ -45,8 +45,8 @@ static int32_t kLocalInteropServerOverhead = 10; + (NSString *)PEMRootCertificates { NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; NSError *error; return [NSString stringWithContentsOfFile:certsPath encoding:NSUTF8StringEncoding error:&error]; } @@ -72,8 +72,8 @@ static int32_t kLocalInteropServerOverhead = 10; // Register test server certificates and name. NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *certsPath = - [bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"]; + NSString *certsPath = [bundle pathForResource:@"TestCertificates.bundle/test-certificates" + ofType:@"pem"]; [GRPCCall useTestCertsPath:certsPath testName:@"foo.test.google.fr" forHost:kLocalSSLHost]; } diff --git a/src/objective-c/tests/UnitTests/APIv2Tests.m b/src/objective-c/tests/UnitTests/APIv2Tests.m index 96c40d311df..008b48a5a1b 100644 --- a/src/objective-c/tests/UnitTests/APIv2Tests.m +++ b/src/objective-c/tests/UnitTests/APIv2Tests.m @@ -57,7 +57,7 @@ static const NSTimeInterval kInvertedTimeout = 2; @end // Convenience class to use blocks as callbacks -@interface ClientTestsBlockCallbacks : NSObject +@interface ClientTestsBlockCallbacks : NSObject - (instancetype)initWithInitialMetadataCallback:(void (^)(NSDictionary *))initialMetadataCallback messageCallback:(void (^)(id))messageCallback @@ -131,7 +131,7 @@ static const NSTimeInterval kInvertedTimeout = 2; @end -@interface CallAPIv2Tests : XCTestCase +@interface CallAPIv2Tests : XCTestCase @end @@ -139,17 +139,21 @@ static const NSTimeInterval kInvertedTimeout = 2; - (void)setUp { // This method isn't implemented by the remote server. - kInexistentMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"Inexistent"]; - kEmptyCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"EmptyCall"]; - kUnaryCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"UnaryCall"]; + kInexistentMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"Inexistent"]; + kEmptyCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"EmptyCall"]; + kUnaryCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"UnaryCall"]; kOutputStreamingCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"StreamingOutputCall"]; - kFullDuplexCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"FullDuplexCall"]; + kFullDuplexCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"FullDuplexCall"]; } - (void)testMetadata { @@ -217,54 +221,58 @@ static const NSTimeInterval kInvertedTimeout = 2; options.initialMetadata = headers; GRPCCall2 *call = [[GRPCCall2 alloc] initWithRequestOptions:request - responseHandler:[[ClientTestsBlockCallbacks alloc] initWithInitialMetadataCallback:^( - NSDictionary *initialMetadata) { - NSString *userAgent = initialMetadata[@"x-grpc-test-echo-useragent"]; - // Test the regex is correct - NSString *expectedUserAgent = @"Foo grpc-objc/"; - expectedUserAgent = - [expectedUserAgent stringByAppendingString:GRPC_OBJC_VERSION_STRING]; - expectedUserAgent = [expectedUserAgent stringByAppendingString:@" grpc-c/"]; - expectedUserAgent = - [expectedUserAgent stringByAppendingString:GRPC_C_VERSION_STRING]; - expectedUserAgent = [expectedUserAgent stringByAppendingString:@" ("]; - expectedUserAgent = [expectedUserAgent stringByAppendingString:@GPR_PLATFORM_STRING]; - expectedUserAgent = [expectedUserAgent stringByAppendingString:@"; chttp2; "]; - expectedUserAgent = [expectedUserAgent - stringByAppendingString:[NSString stringWithUTF8String:grpc_g_stands_for()]]; - expectedUserAgent = [expectedUserAgent stringByAppendingString:@")"]; - XCTAssertEqualObjects(userAgent, expectedUserAgent); - - NSError *error = nil; - // Change in format of user-agent field in a direction that does not match - // the regex will likely cause problem for certain gRPC users. For details, - // refer to internal doc https://goo.gl/c2diBc - NSRegularExpression *regex = [NSRegularExpression - regularExpressionWithPattern: - @" grpc-[a-zA-Z0-9]+(-[a-zA-Z0-9]+)?/[^ ,]+( \\([^)]*\\))?" - options:0 - error:&error]; - - NSString *customUserAgent = - [regex stringByReplacingMatchesInString:userAgent - options:0 - range:NSMakeRange(0, [userAgent length]) - withTemplate:@""]; - XCTAssertEqualObjects(customUserAgent, @"Foo"); - [recvInitialMd fulfill]; - } - messageCallback:^(id message) { - XCTAssertNotNil(message); - XCTAssertEqual([message length], 0, - @"Non-empty response received: %@", message); - } - closeCallback:^(NSDictionary *trailingMetadata, NSError *error) { - if (error) { - XCTFail(@"Finished with unexpected error: %@", error); - } else { - [completion fulfill]; - } - }] + responseHandler: + [[ClientTestsBlockCallbacks alloc] + initWithInitialMetadataCallback:^(NSDictionary *initialMetadata) { + NSString *userAgent = initialMetadata[@"x-grpc-test-echo-useragent"]; + // Test the regex is correct + NSString *expectedUserAgent = @"Foo grpc-objc/"; + expectedUserAgent = + [expectedUserAgent stringByAppendingString:GRPC_OBJC_VERSION_STRING]; + expectedUserAgent = [expectedUserAgent stringByAppendingString:@" grpc-c/"]; + expectedUserAgent = + [expectedUserAgent stringByAppendingString:GRPC_C_VERSION_STRING]; + expectedUserAgent = [expectedUserAgent stringByAppendingString:@" ("]; + expectedUserAgent = + [expectedUserAgent stringByAppendingString:@GPR_PLATFORM_STRING]; + expectedUserAgent = + [expectedUserAgent stringByAppendingString:@"; chttp2; "]; + expectedUserAgent = [expectedUserAgent + stringByAppendingString:[NSString + stringWithUTF8String:grpc_g_stands_for()]]; + expectedUserAgent = [expectedUserAgent stringByAppendingString:@")"]; + XCTAssertEqualObjects(userAgent, expectedUserAgent); + + NSError *error = nil; + // Change in format of user-agent field in a direction that does not match + // the regex will likely cause problem for certain gRPC users. For details, + // refer to internal doc https://goo.gl/c2diBc + NSRegularExpression *regex = [NSRegularExpression + regularExpressionWithPattern: + @" grpc-[a-zA-Z0-9]+(-[a-zA-Z0-9]+)?/[^ ,]+( \\([^)]*\\))?" + options:0 + error:&error]; + + NSString *customUserAgent = [regex + stringByReplacingMatchesInString:userAgent + options:0 + range:NSMakeRange(0, [userAgent length]) + withTemplate:@""]; + XCTAssertEqualObjects(customUserAgent, @"Foo"); + [recvInitialMd fulfill]; + } + messageCallback:^(id message) { + XCTAssertNotNil(message); + XCTAssertEqual([message length], 0, @"Non-empty response received: %@", + message); + } + closeCallback:^(NSDictionary *trailingMetadata, NSError *error) { + if (error) { + XCTFail(@"Finished with unexpected error: %@", error); + } else { + [completion fulfill]; + } + }] callOptions:options]; [call writeData:[NSData data]]; [call start]; @@ -406,9 +414,8 @@ static const NSTimeInterval kInvertedTimeout = 2; XCTFail(@"Failure: response received; Expect: no response received."); } closeCallback:^(NSDictionary *trailingMetadata, NSError *error) { - XCTAssertNotNil(error, - @"Failure: no error received; Expect: receive " - @"deadline exceeded."); + XCTAssertNotNil(error, @"Failure: no error received; Expect: receive " + @"deadline exceeded."); if (error.code != GRPCErrorCodeDeadlineExceeded) { NSLog(@"Unexpected error: %@", error); } diff --git a/src/objective-c/tests/UnitTests/ChannelTests.m b/src/objective-c/tests/UnitTests/ChannelTests.m index 1ed0f16ecaf..a4935ddb8cc 100644 --- a/src/objective-c/tests/UnitTests/ChannelTests.m +++ b/src/objective-c/tests/UnitTests/ChannelTests.m @@ -40,12 +40,13 @@ static NSString *kDummyPath = @"/dummy/path"; - (void)testPooledChannelCreatingChannel { GRPCCallOptions *options = [[GRPCCallOptions alloc] init]; - GRPCChannelConfiguration *config = - [[GRPCChannelConfiguration alloc] initWithHost:kDummyHost callOptions:options]; + GRPCChannelConfiguration *config = [[GRPCChannelConfiguration alloc] initWithHost:kDummyHost + callOptions:options]; GRPCPooledChannel *channel = [[GRPCPooledChannel alloc] initWithChannelConfiguration:config]; GRPCCompletionQueue *cq = [GRPCCompletionQueue completionQueue]; - GRPCWrappedCall *wrappedCall = - [channel wrappedCallWithPath:kDummyPath completionQueue:cq callOptions:options]; + GRPCWrappedCall *wrappedCall = [channel wrappedCallWithPath:kDummyPath + completionQueue:cq + callOptions:options]; XCTAssertNotNil(channel.wrappedChannel); (void)wrappedCall; } @@ -53,8 +54,8 @@ static NSString *kDummyPath = @"/dummy/path"; - (void)testTimedDestroyChannel { const NSTimeInterval kDestroyDelay = 1.0; GRPCCallOptions *options = [[GRPCCallOptions alloc] init]; - GRPCChannelConfiguration *config = - [[GRPCChannelConfiguration alloc] initWithHost:kDummyHost callOptions:options]; + GRPCChannelConfiguration *config = [[GRPCChannelConfiguration alloc] initWithHost:kDummyHost + callOptions:options]; GRPCPooledChannel *channel = [[GRPCPooledChannel alloc] initWithChannelConfiguration:config destroyDelay:kDestroyDelay]; GRPCCompletionQueue *cq = [GRPCCompletionQueue completionQueue]; @@ -83,13 +84,14 @@ static NSString *kDummyPath = @"/dummy/path"; - (void)testDisconnect { const NSTimeInterval kDestroyDelay = 1.0; GRPCCallOptions *options = [[GRPCCallOptions alloc] init]; - GRPCChannelConfiguration *config = - [[GRPCChannelConfiguration alloc] initWithHost:kDummyHost callOptions:options]; + GRPCChannelConfiguration *config = [[GRPCChannelConfiguration alloc] initWithHost:kDummyHost + callOptions:options]; GRPCPooledChannel *channel = [[GRPCPooledChannel alloc] initWithChannelConfiguration:config destroyDelay:kDestroyDelay]; GRPCCompletionQueue *cq = [GRPCCompletionQueue completionQueue]; - GRPCWrappedCall *wrappedCall = - [channel wrappedCallWithPath:kDummyPath completionQueue:cq callOptions:options]; + GRPCWrappedCall *wrappedCall = [channel wrappedCallWithPath:kDummyPath + completionQueue:cq + callOptions:options]; XCTAssertNotNil(channel.wrappedChannel); // Disconnect; expect wrapped channel to be dropped @@ -98,8 +100,9 @@ static NSString *kDummyPath = @"/dummy/path"; // Create a new call and unref the old call; confirm that destroy of the old call does not make // the channel disconnect, even after the destroy delay. - GRPCWrappedCall *wrappedCall2 = - [channel wrappedCallWithPath:kDummyPath completionQueue:cq callOptions:options]; + GRPCWrappedCall *wrappedCall2 = [channel wrappedCallWithPath:kDummyPath + completionQueue:cq + callOptions:options]; XCTAssertNotNil(channel.wrappedChannel); GRPCChannel *wrappedChannel = channel.wrappedChannel; wrappedCall = nil; diff --git a/src/objective-c/tests/UnitTests/GRPCClientTests.m b/src/objective-c/tests/UnitTests/GRPCClientTests.m index 3d144c33b06..82d01d4f778 100644 --- a/src/objective-c/tests/UnitTests/GRPCClientTests.m +++ b/src/objective-c/tests/UnitTests/GRPCClientTests.m @@ -114,14 +114,18 @@ static GRPCProtoMethod *kFullDuplexCallMethod; [GRPCCall useInsecureConnectionsForHost:kHostAddress]; // This method isn't implemented by the remote server. - kInexistentMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"Inexistent"]; - kEmptyCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"EmptyCall"]; - kUnaryCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"UnaryCall"]; - kFullDuplexCallMethod = - [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"FullDuplexCall"]; + kInexistentMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"Inexistent"]; + kEmptyCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"EmptyCall"]; + kUnaryCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"UnaryCall"]; + kFullDuplexCallMethod = [[GRPCProtoMethod alloc] initWithPackage:kPackage + service:kService + method:@"FullDuplexCall"]; } - (void)testConnectionToRemoteServer { @@ -131,15 +135,15 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:kInexistentMethod.HTTPPath requestsWriter:[GRXWriter writerWithValue:[NSData data]]]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTFail(@"Received unexpected response: %@", value); } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNotNil(errorOrNil, @"Finished without error!"); - XCTAssertEqual(errorOrNil.code, 12, @"Finished with unexpected error: %@", errorOrNil); - [expectation fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNotNil(errorOrNil, @"Finished without error!"); + XCTAssertEqual(errorOrNil.code, 12, @"Finished with unexpected error: %@", errorOrNil); + [expectation fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -155,16 +159,16 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:kEmptyCallMethod.HTTPPath requestsWriter:[GRXWriter writerWithValue:[NSData data]]]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssertNotNil(value, @"nil value received as response."); XCTAssertEqual([value length], 0, @"Non-empty response received: %@", value); [response fulfill]; } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -185,8 +189,8 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:kUnaryCallMethod.HTTPPath requestsWriter:requestsWriter]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssertNotNil(value, @"nil value received as response."); XCTAssertGreaterThan(value.length, 0, @"Empty response received."); RMTSimpleResponse *responseProto = [RMTSimpleResponse parseFromData:value error:NULL]; @@ -195,10 +199,10 @@ static GRPCProtoMethod *kFullDuplexCallMethod; XCTAssertNotNil(responseProto.oauthScope, @"Response's OAuth scope is nil."); [response fulfill]; } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -219,22 +223,22 @@ static GRPCProtoMethod *kFullDuplexCallMethod; call.oauth2AccessToken = @"bogusToken"; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTFail(@"Received unexpected response: %@", value); } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNotNil(errorOrNil, @"Finished without error!"); - XCTAssertEqual(errorOrNil.code, 16, @"Finished with unexpected error: %@", errorOrNil); - XCTAssertEqualObjects(call.responseHeaders, errorOrNil.userInfo[kGRPCHeadersKey], - @"Headers in the NSError object and call object differ."); - XCTAssertEqualObjects(call.responseTrailers, errorOrNil.userInfo[kGRPCTrailersKey], - @"Trailers in the NSError object and call object differ."); - NSString *challengeHeader = call.oauth2ChallengeHeader; - XCTAssertGreaterThan(challengeHeader.length, 0, @"No challenge in response headers %@", - call.responseHeaders); - [expectation fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNotNil(errorOrNil, @"Finished without error!"); + XCTAssertEqual(errorOrNil.code, 16, @"Finished with unexpected error: %@", errorOrNil); + XCTAssertEqualObjects(call.responseHeaders, errorOrNil.userInfo[kGRPCHeadersKey], + @"Headers in the NSError object and call object differ."); + XCTAssertEqualObjects(call.responseTrailers, errorOrNil.userInfo[kGRPCTrailersKey], + @"Trailers in the NSError object and call object differ."); + NSString *challengeHeader = call.oauth2ChallengeHeader; + XCTAssertGreaterThan(challengeHeader.length, 0, @"No challenge in response headers %@", + call.responseHeaders); + [expectation fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -260,16 +264,16 @@ static GRPCProtoMethod *kFullDuplexCallMethod; [call addObserver:observer forKeyPath:@"responseHeaders" options:0 context:NULL]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssertNotNil(value, @"nil value received as response."); XCTAssertEqual([value length], 0, @"Non-empty response received: %@", value); [response fulfill]; } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -288,8 +292,8 @@ static GRPCProtoMethod *kFullDuplexCallMethod; // user-agent value, which we confirm. call.requestHeaders[@"x-grpc-test-echo-useragent"] = @""; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssertNotNil(value, @"nil value received as response."); XCTAssertEqual([value length], 0, @"Non-empty response received: %@", value); @@ -325,10 +329,10 @@ static GRPCProtoMethod *kFullDuplexCallMethod; [response fulfill]; } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -349,18 +353,18 @@ static GRPCProtoMethod *kFullDuplexCallMethod; NSData *trailer_data = [NSData dataWithBytes:raw_bytes length:sizeof(raw_bytes)]; call.requestHeaders[@"x-grpc-test-echo-trailing-bin"] = trailer_data; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssertNotNil(value, @"nil value received as response."); XCTAssertEqual([value length], 0, @"Non-empty response received: %@", value); [response fulfill]; } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); - XCTAssertEqualObjects((NSData *)call.responseTrailers[@"x-grpc-test-echo-trailing-bin"], - trailer_data, @"Did not receive expected trailer"); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); + XCTAssertEqualObjects((NSData *)call.responseTrailers[@"x-grpc-test-echo-trailing-bin"], + trailer_data, @"Did not receive expected trailer"); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil]; @@ -407,8 +411,8 @@ static GRPCProtoMethod *kFullDuplexCallMethod; host:kHostAddress path:kUnaryCallMethod.HTTPPath]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssertNotNil(value, @"nil value received as response."); XCTAssertGreaterThan(value.length, 0, @"Empty response received."); RMTSimpleResponse *responseProto = [RMTSimpleResponse parseFromData:value error:NULL]; @@ -417,10 +421,10 @@ static GRPCProtoMethod *kFullDuplexCallMethod; XCTAssertNotNil(responseProto.oauthScope, @"Response's OAuth scope is nil."); [response fulfill]; } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -445,16 +449,16 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:kUnaryCallMethod.HTTPPath requestsWriter:requestsWriter1]; - id responsesWriteable1 = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable1 = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { NSString *label = [NSString stringWithUTF8String:dispatch_queue_get_label(DISPATCH_CURRENT_QUEUE_LABEL)]; XCTAssert([label isEqualToString:main_queue_label]); [expectation1 fulfill]; } - completionHandler:^(NSError *errorOrNil){ - }]; + completionHandler:^(NSError *errorOrNil){ + }]; [call1 startWithWriteable:responsesWriteable1]; @@ -475,16 +479,16 @@ static GRPCProtoMethod *kFullDuplexCallMethod; [call2 setResponseDispatchQueue:queue]; - id responsesWriteable2 = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable2 = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { NSString *label = [NSString stringWithUTF8String:dispatch_queue_get_label(DISPATCH_CURRENT_QUEUE_LABEL)]; XCTAssert([label isEqualToString:queue_label]); [expectation2 fulfill]; } - completionHandler:^(NSError *errorOrNil){ - }]; + completionHandler:^(NSError *errorOrNil){ + }]; [call2 startWithWriteable:responsesWriteable2]; @@ -499,16 +503,16 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:kFullDuplexCallMethod.HTTPPath requestsWriter:pipe]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTAssert(0, @"Failure: response received; Expect: no response received."); } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNotNil(errorOrNil, - @"Failure: no error received; Expect: receive deadline exceeded."); - XCTAssertEqual(errorOrNil.code, GRPCErrorCodeDeadlineExceeded); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNotNil(errorOrNil, + @"Failure: no error received; Expect: receive deadline exceeded."); + XCTAssertEqual(errorOrNil.code, GRPCErrorCodeDeadlineExceeded); + [completion fulfill]; + }]; call.timeout = 0.001; [call startWithWriteable:responsesWriteable]; @@ -539,16 +543,16 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:kEmptyCallMethod.HTTPPath requestsWriter:[GRXWriter writerWithValue:[NSData data]]]; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { // Should not reach here XCTAssert(NO); } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNotNil(errorOrNil, @"Finished with no error"); - XCTAssertEqual(errorOrNil.code, GRPC_STATUS_UNAVAILABLE); - [completion fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNotNil(errorOrNil, @"Finished with no error"); + XCTAssertEqual(errorOrNil.code, GRPC_STATUS_UNAVAILABLE); + [completion fulfill]; + }]; [call startWithWriteable:responsesWriteable]; @@ -570,9 +574,10 @@ static GRPCProtoMethod *kFullDuplexCallMethod; path:@"/dummyPath" requestsWriter:[GRXWriter writerWithValue:[NSData data]]]; NSDate *startTime = [NSDate date]; - id responsesWriteable = [[GRXWriteable alloc] initWithValueHandler:^(id value) { - XCTAssert(NO, @"Received message. Should not reach here"); - } + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(id value) { + XCTAssert(NO, @"Received message. Should not reach here"); + } completionHandler:^(NSError *errorOrNil) { XCTAssertNotNil(errorOrNil, @"Finished with no error"); // The call must fail before maxConnectTime. However there is no lower bound on the time @@ -613,21 +618,21 @@ static GRPCProtoMethod *kFullDuplexCallMethod; call.oauth2AccessToken = @"bogusToken"; - id responsesWriteable = - [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { + id responsesWriteable = [[GRXWriteable alloc] + initWithValueHandler:^(NSData *value) { XCTFail(@"Received unexpected response: %@", value); } - completionHandler:^(NSError *errorOrNil) { - XCTAssertNotNil(errorOrNil, @"Finished without error!"); - NSDictionary *userInfo = errorOrNil.userInfo; - NSString *debugInformation = userInfo[NSDebugDescriptionErrorKey]; - XCTAssertNotNil(debugInformation); - XCTAssertNotEqual([debugInformation length], 0); - NSString *challengeHeader = call.oauth2ChallengeHeader; - XCTAssertGreaterThan(challengeHeader.length, 0, @"No challenge in response headers %@", - call.responseHeaders); - [expectation fulfill]; - }]; + completionHandler:^(NSError *errorOrNil) { + XCTAssertNotNil(errorOrNil, @"Finished without error!"); + NSDictionary *userInfo = errorOrNil.userInfo; + NSString *debugInformation = userInfo[NSDebugDescriptionErrorKey]; + XCTAssertNotNil(debugInformation); + XCTAssertNotEqual([debugInformation length], 0); + NSString *challengeHeader = call.oauth2ChallengeHeader; + XCTAssertGreaterThan(challengeHeader.length, 0, @"No challenge in response headers %@", + call.responseHeaders); + [expectation fulfill]; + }]; [call startWithWriteable:responsesWriteable]; diff --git a/src/objective-c/tests/UnitTests/NSErrorUnitTests.m b/src/objective-c/tests/UnitTests/NSErrorUnitTests.m index 74e5794c480..9b55ce04924 100644 --- a/src/objective-c/tests/UnitTests/NSErrorUnitTests.m +++ b/src/objective-c/tests/UnitTests/NSErrorUnitTests.m @@ -38,8 +38,9 @@ NSError *error3 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAUTHENTICATED details:kDetails errorString:nil]; - NSError *error4 = - [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAVAILABLE details:nil errorString:nil]; + NSError *error4 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAVAILABLE + details:nil + errorString:nil]; XCTAssertNil(error1); XCTAssertEqual(error2.code, 1); diff --git a/src/objective-c/tests/UnitTests/TransportTests.m b/src/objective-c/tests/UnitTests/TransportTests.m index 37564cdb972..4d8f301a1bb 100644 --- a/src/objective-c/tests/UnitTests/TransportTests.m +++ b/src/objective-c/tests/UnitTests/TransportTests.m @@ -31,7 +31,7 @@ static const GRPCTransportID kFakeTransportID = "io.grpc.transport.unittest.fake dispatch_once_t initFakeTransportFactory; static GRPCFakeTransportFactory *fakeTransportFactory; -@interface GRPCFakeTransportFactory : NSObject +@interface GRPCFakeTransportFactory : NSObject @property(atomic) GRPCTransport *nextTransportInstance; - (void)setTransportInterceptorFactories:(NSArray> *)factories; @@ -114,7 +114,7 @@ static GRPCFakeTransportFactory *fakeTransportFactory; @end -@interface DummyInterceptorFactory : NSObject +@interface DummyInterceptorFactory : NSObject - (instancetype)initWithPassthrough:(BOOL)passthrough; @@ -143,7 +143,7 @@ static GRPCFakeTransportFactory *fakeTransportFactory; @end -@interface TestsBlockCallbacks : NSObject +@interface TestsBlockCallbacks : NSObject - (instancetype)initWithInitialMetadataCallback:(void (^)(NSDictionary *))initialMetadataCallback dataCallback:(void (^)(id))dataCallback diff --git a/test/core/handshake/client_ssl.cc b/test/core/handshake/client_ssl.cc index 15aebdd2ac4..daeebee269c 100644 --- a/test/core/handshake/client_ssl.cc +++ b/test/core/handshake/client_ssl.cc @@ -309,7 +309,7 @@ static bool client_ssl_test(char* server_alpn_preferred) { return success; } -int main(int /*argc*/, char* /*argv*/ []) { +int main(int /*argc*/, char* /*argv*/[]) { // Handshake succeeeds when the server has grpc-exp as the ALPN preference. GPR_ASSERT(client_ssl_test(const_cast("grpc-exp"))); // Handshake succeeeds when the server has h2 as the ALPN preference. This diff --git a/test/core/handshake/readahead_handshaker_server_ssl.cc b/test/core/handshake/readahead_handshaker_server_ssl.cc index b22cd4bdbd3..6aae1ad6f68 100644 --- a/test/core/handshake/readahead_handshaker_server_ssl.cc +++ b/test/core/handshake/readahead_handshaker_server_ssl.cc @@ -76,7 +76,7 @@ class ReadAheadHandshakerFactory : public HandshakerFactory { } // namespace grpc_core -int main(int /*argc*/, char* /*argv*/ []) { +int main(int /*argc*/, char* /*argv*/[]) { using namespace grpc_core; grpc_init(); HandshakerRegistry::RegisterHandshakerFactory( diff --git a/test/core/handshake/server_ssl.cc b/test/core/handshake/server_ssl.cc index 16e6672452c..13e4f46cfdb 100644 --- a/test/core/handshake/server_ssl.cc +++ b/test/core/handshake/server_ssl.cc @@ -36,7 +36,7 @@ #include "test/core/handshake/server_ssl_common.h" -int main(int /*argc*/, char* /*argv*/ []) { +int main(int /*argc*/, char* /*argv*/[]) { // Handshake succeeeds when the client supplies the standard ALPN list. const char* full_alpn_list[] = {"grpc-exp", "h2"}; GPR_ASSERT(server_ssl_test(full_alpn_list, 2, "grpc-exp")); diff --git a/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc b/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc index 0ed59f2479c..18cfa0dc4b3 100644 --- a/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc +++ b/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc @@ -105,8 +105,8 @@ class FakeHandshakeServer { int port = grpc_pick_unused_port_or_die(); grpc_core::JoinHostPort(&address_, "localhost", port); if (check_num_concurrent_rpcs) { - service_ = grpc::gcp::CreateFakeHandshakerService( - kFakeHandshakeServerMaxConcurrentStreams /* expected max concurrent rpcs */); + service_ = grpc::gcp:: + CreateFakeHandshakerService(kFakeHandshakeServerMaxConcurrentStreams /* expected max concurrent rpcs */); } else { service_ = grpc::gcp::CreateFakeHandshakerService( 0 /* expected max concurrent rpcs unset */); diff --git a/test/cpp/client/client_channel_stress_test.cc b/test/cpp/client/client_channel_stress_test.cc index c19be153bba..5fcfc11cc4c 100644 --- a/test/cpp/client/client_channel_stress_test.cc +++ b/test/cpp/client/client_channel_stress_test.cc @@ -49,9 +49,9 @@ #include "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" +using grpc::lb::v1::LoadBalancer; using grpc::lb::v1::LoadBalanceRequest; using grpc::lb::v1::LoadBalanceResponse; -using grpc::lb::v1::LoadBalancer; namespace grpc { namespace testing { diff --git a/test/cpp/end2end/grpclb_end2end_test.cc b/test/cpp/end2end/grpclb_end2end_test.cc index 6ebcd6f62bd..79969f9c5e3 100644 --- a/test/cpp/end2end/grpclb_end2end_test.cc +++ b/test/cpp/end2end/grpclb_end2end_test.cc @@ -75,9 +75,9 @@ using std::chrono::system_clock; +using grpc::lb::v1::LoadBalancer; using grpc::lb::v1::LoadBalanceRequest; using grpc::lb::v1::LoadBalanceResponse; -using grpc::lb::v1::LoadBalancer; namespace grpc { namespace testing { diff --git a/test/cpp/end2end/mock_test.cc b/test/cpp/end2end/mock_test.cc index ff5d8d1193c..2a6579d0586 100644 --- a/test/cpp/end2end/mock_test.cc +++ b/test/cpp/end2end/mock_test.cc @@ -42,6 +42,14 @@ #include +using grpc::testing::DefaultReactorTestPeer; +using grpc::testing::EchoRequest; +using grpc::testing::EchoResponse; +using grpc::testing::EchoTestService; +using grpc::testing::MockClientReaderWriter; +using std::vector; +using std::chrono::system_clock; +using ::testing::_; using ::testing::AtLeast; using ::testing::DoAll; using ::testing::Invoke; @@ -49,14 +57,6 @@ using ::testing::Return; using ::testing::SaveArg; using ::testing::SetArgPointee; using ::testing::WithArg; -using ::testing::_; -using grpc::testing::DefaultReactorTestPeer; -using grpc::testing::EchoRequest; -using grpc::testing::EchoResponse; -using grpc::testing::EchoTestService; -using grpc::testing::MockClientReaderWriter; -using std::chrono::system_clock; -using std::vector; namespace grpc { namespace testing { diff --git a/test/cpp/interop/stress_test.cc b/test/cpp/interop/stress_test.cc index 3e00980a269..73c05e60f69 100644 --- a/test/cpp/interop/stress_test.cc +++ b/test/cpp/interop/stress_test.cc @@ -108,15 +108,15 @@ DEFINE_string(server_host_override, "", using grpc::testing::ALTS; using grpc::testing::INSECURE; +using grpc::testing::kTestCaseList; using grpc::testing::MetricsService; using grpc::testing::MetricsServiceImpl; using grpc::testing::StressTestInteropClient; -using grpc::testing::TLS; using grpc::testing::TestCaseType; +using grpc::testing::TLS; +using grpc::testing::transport_security; using grpc::testing::UNKNOWN_TEST; using grpc::testing::WeightedRandomTestSelector; -using grpc::testing::kTestCaseList; -using grpc::testing::transport_security; static int log_level = GPR_LOG_SEVERITY_DEBUG; diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 949c32cd576..45082fd3e22 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -151,9 +151,9 @@ class AsyncClient : public ClientImpl { // Specify which protected members we are using since there is no // member name resolution until the template types are fully resolved public: + using Client::closed_loop_; using Client::NextIssuer; using Client::SetupLoadTest; - using Client::closed_loop_; using ClientImpl::cores_; using ClientImpl::channels_; using ClientImpl::request_; diff --git a/test/cpp/server/load_reporter/load_data_store_test.cc b/test/cpp/server/load_reporter/load_data_store_test.cc index a3a67a28516..da94d37d1cb 100644 --- a/test/cpp/server/load_reporter/load_data_store_test.cc +++ b/test/cpp/server/load_reporter/load_data_store_test.cc @@ -33,11 +33,11 @@ namespace testing { namespace { using ::grpc::load_reporter::CallMetricValue; +using ::grpc::load_reporter::kInvalidLbId; using ::grpc::load_reporter::LoadDataStore; using ::grpc::load_reporter::LoadRecordKey; using ::grpc::load_reporter::LoadRecordValue; using ::grpc::load_reporter::PerBalancerStore; -using ::grpc::load_reporter::kInvalidLbId; class LoadDataStoreTest : public ::testing::Test { public: