Commit Graph

4 Commits

Author SHA1 Message Date
Yijie Ma 73605f4eac
[EventEngine] Change `GetDNSResolver` to return `absl::StatusOr<std::unique_ptr<DNSResolver>>` (#33744)
Based on the discussion at:
595a75cc5d..e3b402a8fa (r1244325752)


<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
2023-07-19 14:23:26 -07:00
Yash Tibrewal aa11978541
Fix include guards for src/ and test/ directories (#32167)
* Fix include guards for src/ and test/ directories

* Sanity

* Update new files
2023-01-20 16:27:27 -08:00
Vignesh Babu e1e1f6181f
Util to load file contents into grpc_core::Slice (#31176)
* Util to load file contents into grpc_core::Slice

* Add test

* iwyu

* iwyu again
2022-09-29 17:52:55 -07:00
AJ Heller 6cac641c64
EventEngineFactoryReset - remove custom factory and reset default engine (#30554)
* EventEngineFactoryReset - remove custom factory and reset default engine

* fix

* Automated change: Fix sanity tests

* unused parameter

* fix

* fix

Co-authored-by: drfloob <drfloob@users.noreply.github.com>
2022-09-29 15:45:54 -07:00