grpc / grpc-ios

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

Setup ios bazel test to run c-core's existing event_engine unit test #35

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Setup bazel ios_unit_test and test against C-core's existing event engine test suite

Existing c-core unit test on iOS is done via the following bazel rule

on iOS/Mac, we run the following script to trigger bazel test on kokoro CI

This is test against all ios_unit_test targets under //test/cpp. We can setup a similar structure for event engine test target


Sample instruction to run bazel ios test in command line

tools/bazel query "kind(ios_unit_test, tests(//test/core/event_engine/...))" 

tools/bazel test --test_summary=detailed --test_output=all //test/core/event_engine:endpoint_config_test_on_ios