grpc/grpc-ios

Bazel Migration for gRPC ObjC Interop Test

Closed this issue · 3 comments

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

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: grpc/grpc#29599

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.

@dennycd should we close this?