grpc / grpc-ios

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

Migrate gRPC ObjC PerfTest, TvTests and MacTests to bazel #76

Closed dennycd closed 1 year ago

dennycd commented 2 years ago

Cocoapod Targets

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


cc @jtattermusch

jtattermusch commented 2 years ago

The targets //src/objective-c/tests:TvTests and //src/objective-c/tests:MacTests already exist, but their build seems broken.

PerfTests bazel target doesn't exist at all.

jtattermusch commented 2 years ago

Once the targets work reliably, they can be added to the kokoro job being created here: https://github.com/grpc/grpc/pull/29599

jtattermusch commented 2 years ago

More accurate state of affairs (and what remains to be done) is being added as a list of TODOs here: https://github.com/grpc/grpc/pull/29665/files#diff-26e0bc5bba55be18a1e28b707c1768be5c3de415944115ec3b4eb006b1d39693

jtattermusch commented 2 years ago

@HannahShiSFB can you try to enable the TvTests with bazel?