aboutsummaryrefslogtreecommitdiff
path: root/test/cpp/end2end/async_end2end_test.cc
AgeCommit message (Expand)Author
2024-02-07[reorg] move client channel code to src/core/client_channel (#35827)Mark D. Roth
2023-10-11[Deps] Update to Clang-16 (#34492)Yijie Ma
2023-03-27Reland global config changes (#32661)Craig Tiller
2023-03-20Revert "[config] Move global config alongside core configuration" (#32659)Jan Tattermusch
2023-03-17[config] Move global config alongside core configuration (#30788)Craig Tiller
2023-01-11[cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757)Craig Tiller
2022-12-22Convert c-style comments to C++-style comments (#31923)Yijie Ma
2022-11-11Revived google-readability-casting (#31607)Esun Kim
2022-10-24[test] Add some debugability affordances to async_end2end_test (#31433)Craig Tiller
2022-09-29[c++14] absl::make_unique --> std::make_unique (#31159)Craig Tiller
2022-09-22[tls] Remove support for pthread tls (#31040)Craig Tiller
2022-07-20[iwyu] Add test/core/util (#30289)Craig Tiller
2022-03-30Refactor end2end tests to exercise each EventEngine (#29202)AJ Heller
2022-03-09Prepare async_end2end_test for graceful goaway (#29054)Yash Tibrewal
2022-02-18Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917)AJ Heller
2022-02-17Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916)AJ Heller
2022-02-17Avoid fully qualifying namespaces (and add check) (#28901)AJ Heller
2021-11-17enable clang-tidy readability-static-definition-in-anonymous-namespace check ...Mark D. Roth
2021-09-08Adjust include order per style guide (#27175)Craig Tiller
2021-02-08Replace disrespectful termYash Tibrewal
2020-11-30C++ cast for void*Esun Kim
2020-11-06clang-tidy: enable google-readability-braces-around-statementsMark D. Roth
2020-10-19Fix by misc-unused-using-declsEsun Kim
2020-10-16Fix by modernize-make-uniqueEsun Kim
2020-09-23Fix MSAN adjustmentEsun Kim
2020-08-14Make MaybeExpect guarantee at-most-once and allow Verify reuseVijay Pai
2020-06-29Replaced grpc::string with std::stringEsun Kim
2020-06-11Don't mark server RPC canceled if finished with non-OK statusVijay Pai
2020-01-29Revert "Revert "Reintroduce #21527 (boringssl submodule unification)""Jan Tattermusch
2020-01-27Revert "Reintroduce #21527 (boringssl submodule unification)"hcaseyal
2020-01-27avoid async_end2end_test timeout on msanJan Tattermusch
2019-11-25WIP: Make core and C++ tests work with bazel on Mac OSPrashant Jaikumar
2019-11-14Repeat changes of #20968 which were accidentally revertedVijay Pai
2019-11-07Fix unique_ptr<char> memory allocation mismatchEsun Kim
2019-11-07Replaced grpc_core::UniquePtr with std::unique_ptrEsun Kim
2019-11-07Fix outdated thread invocation that now causes Windows breakageVijay Pai
2019-10-17Remove unused parameter warning (15 of 20)Vijay Pai
2019-09-24Stop using deprecated gtest macrosVijay Pai
2019-08-30Revert "Test message size of 100MB"Vijay Pai
2019-08-28Test message size of 100MBJuanli Shen
2019-05-20Roll-forward "Config migration"Esun Kim
2019-05-14Revert "Config migration"Alexander Polcyn
2019-05-09Config migrationEsun Kim
2019-05-01Merge pull request #18799 from veblush/configEsun Kim
2019-04-30Added new configuration system to core/grp.Esun Kim
2019-04-23Fix clang_format_code.sh issues and move the internal calls to new nameKarthik Ravi Shankar
2019-04-22Resolving ambiguous call to CreateCustomChannel.Nicolas "Pixel" Noble
2018-11-30change tests to use the new class instead of grpc_test_inityang-g
2018-10-11Move check closer to relevant codeHope Casey-Allen
2018-10-11Add metadata streaming testsHope Casey-Allen