Denny C. Dai

Results 57 issues of Denny C. Dai

Migrate last ios test to grpc_objc_ios_unit_test using test runner which has lower failure rate of simulator launch on kokoro nodes. ### Change Summary * Update InteropTestsRemote to using grpc_objc_ios_unit_test. -...

lang/ObjC
platform/iOS
release notes: no
bloat/none
per-call-memory/neutral

Exclude non-CFStream build source from gRPC C-Core and support build-time configuration of CFStream/Non-CFStream iOS build in Cocoapod, SPM and Bazel

area/c-core
area/cocoapod
area/spm
area/cfstream
area/bazel

Exclude xDS from Cocoapod and SPM build which are not currently used by gRPC/iOS. Similar exclusion has been applied to bazel-based build configurations (https://github.com/grpc/grpc/blob/73ea66d8ee54076bca12af7f6145d9ff4bccf21a/BUILD#L83)

area/cocoapod
area/spm

Our [CFStream test suite](https://github.com/grpc/grpc/tree/master/test/core/iomgr/ios/CFStreamTests) currently have a few issues that need to be improved * Test hangs and keep retries until timeout if test failure * Async test logic is...

area/cocoapod
kind/test
area/cfstream
area/bazel

Umbrella task tracking first release of gRPC v1.50.x from gRPC-iOS repo for both SwiftPM and Cocoapod. cc @HannahShiSFB

area/cocoapod
kind/release
area/spm

Bumping minimum iOS support version from 9.0 to 11.0

area/cocoapod
kind/release
area/spm

Looks like our existing [CronetFramework](https://cocoapods.org/pods/CronetFramework) pod only contains x86_64 and i386 but are missing device archs (arm64, armv7). This one tracks adding the missing archs to the pod ```bash $...

area/cocoapod
area/cronet
kind/release

Umbrella task to address and fix gRPC native source clang analyzer warnings. https://help.apple.com/xcode/mac/11.4/#/devb7babe820 ---- cc @paulb777 @wu-hui

area/c-core
kind/cleanup

Installation test measuring the following aspect - Total package download time (Cocoapod & SPM) - Total package build time (gRPC Pods and SPM Targets) - Built binary size This ensures...

area/cocoapod
kind/test
area/spm

Umbrella Task for C-Core's CFStream Refactoring Involving 3 steps * [CFStream bazel migration](https://github.com/grpc/grpc-ios/issues/48) * iOS/Apple EventEngine iomgr Implementation - with CFStream tcp client components - reusage of default iomgr ee...

area/c-core
area/cfstream
kind/refactor