Denny C. Dai
Denny C. Dai
Investigate build timeout and adjust. Failure report samples * https://source.cloud.google.com/results/invocations/9cbdaf5e-0224-4b75-863e-d1f582782cb6/targets * https://source.cloud.google.com/results/invocations/30e3e6ca-ead3-45ab-a93f-6b41866c7424/targets * https://source.cloud.google.com/results/invocations/30e3e6ca-ead3-45ab-a93f-6b41866c7424/targets
See the following sample * https://source.cloud.google.com/results/invocations/ef4b1ae9-e83f-4b75-8707-ed36be9de786/targets/github%2Fgrpc%2Frun_tests%2Fobjc_macos_opt_native%2Fios-test-unittests/tests * * https://source.cloud.google.com/results/invocations/c4d9082e-0eb7-47e8-ae9d-5561d03cb8d2/targets/grpc%2Fcore%2Fmaster%2Fmacos%2Fgrpc_basictests_objc_ios/log ``` Wed Sep 15 21:00:52 PDT 2021 - Test Case '-[CallAPIv2Tests testMetadata]' started. Wed Sep 15 21:01:01 PDT 2021 - /Volumes/BuildData/tmpfs/src/github/grpc/workspace_objc_macos_opt_native/src/objective-c/tests/UnitTests/APIv2Tests.m:205:...
For verifying libuv timer's usability for iOS, add unit test coverage to [EventEngineTimerTests](https://github.com/grpc/grpc/blob/master/src/objective-c/tests/CoreTests/CoreTests/EventEngineTimerTests.mm) test suite. This can closely mirror existing c-core's test logic at * https://github.com/grpc/grpc/blob/master/test/core/event_engine/test_suite/timer_test.cc Note that in order...
Look at how we can have better reuse of existing test logic from c-core. In [Event Engine test](https://github.com/grpc/grpc/tree/master/test/core/event_engine), for example, one possibility is to expose its test util via test-only...
Currently a few of our cocoapod doesn't have a default landing page on cocoapod trunk. Visiting the trunk page will automatically forward to homepage URL * https://cocoapods.org/pods/Libuv-gRPC * https://cocoapods.org/pods/BoringSSL-GRPC Investigate...
At the moment, post pod installation, all gRPC/ObjcC pod is using prepare_command to rewrite c++ core / external lib's include headers in order to accomodate iOS/Xcode search path. This creates...
Hi, one of our pod (https://cocoapods.org/pods/BoringSSL-GRPC) is always redirected to its homepage URL instead of landing on the official pod page on cocoapod. I noticed there are a number of...