grpc / grpc-ios

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

iOS CoreTest coverage for libuv's dns resolver component #37

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Add libuv-based unit test on iOS core test for DNS resolver. This make sure the API that core uses can work. Unit test logic can be sampled from a core subset from

Libuv's DNS utility API

dennycd commented 2 years ago

Proof-of-concept commit porting test-getaddrinfo.c with ios_unit_test setup via bazel

https://github.com/dennycd/grpc/commit/ef193cefba6d54d7cf5afad801d53e2fc020c7a0

dennycd commented 2 years ago

Pending for grpc #27513 to land