grpc/test/cpp
Craig Tiller 033d55ffd3
[arena] Fix ABA problem in pooled allocation (#32336)
The pooled allocator currently has an ABA issue in the allocation path.

This change should fix that - algorithm is described reasonably well in
the PR.
<!--

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-02-09 18:06:19 -08:00
..
client [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
cocoapods [cleanups] Clean up `GrpcLibraryInitializer` (#31894) 2022-12-17 01:08:35 +08:00
codegen [codegen] Escape variable delimiters in raw comment printing (#32190) 2023-01-24 14:39:19 -08:00
common Add a test case for infinite past or unix epoch expiry in alarm_test.cc (#32101) 2023-01-18 11:09:17 -08:00
end2end e2e tests: update regex used for connection failure messages (#32325) 2023-02-08 14:31:07 -08:00
ext [promises] Roll forward server promise calls with fixes (#32261) 2023-02-01 16:07:46 -08:00
grpclb Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interop Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
ios Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
microbenchmarks [arena] Fix ABA problem in pooled allocation (#32336) 2023-02-09 18:06:19 -08:00
naming [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
performance [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
qps Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
security Expose NoOpCertificateVerifier to C++ (#29322) 2022-04-27 13:46:01 -07:00
server [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
test Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
thread_manager [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
util Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
README-iOS.md Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00