grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Bazel Migration for gRPC ObjC Interop Test #75

Closed dennycd closed 2 years ago

dennycd commented 2 years ago

Migrate existing Cocoapod based Interop test suite to bazel

Existing pod test target defined in

Its corresponding kokoro run component at

Also we should enable GRPC_VERBOSITY=debug environment variable when running these tests


cc @jtattermusch

jtattermusch commented 2 years ago

The //src/objective-c/tests:InteropTests bazel target already exists (not sure how closely it matches the pod test), but its build seems broken. Once the targets builds & runs reliably, it can be added to the kokoro test jobs being added here: https://github.com/grpc/grpc/pull/29599

jtattermusch commented 2 years ago

Looks like the //src/objective-c/tests:InteropTests builds now, but in my few attempts on the CI, I got the impression that it might be flaky. Let's doublecheck it's flakiness level and enable as part of grpc_objc_bazel_test once possible.

jtattermusch commented 2 years ago

@dennycd should we close this?