Jan Tattermusch
97ba943f17
Revert "Fathom tcp changes"
6 years ago
Yash Tibrewal
f0397933b0
Fathom TCP level changes. TracedBuffer for keeping track of all buffers
...
to be traced. Adding tests for Fathom and TracedBuffer. A lot more.
Please read PR description.
6 years ago
Adele Zhou
1f3d714d07
Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import.
7 years ago
adelez
5bdd9a8cb9
Revert "Revert "Add suppressions to sanitizers for bazel builds""
7 years ago
Nicolas Noble
43557fee0b
Revert "Add suppressions to sanitizers for bazel builds"
7 years ago
Adele Zhou
df5ca2532a
Add suppressions files as data dependency to gpr_test_util
7 years ago
Adele Zhou
ddab3f011f
Pick a random starting port
7 years ago
Yihua Zhang
cc93663910
Add ALTS fuzzer
7 years ago
Adele Zhou
3f322e1088
Fix a memory leak
7 years ago
Adele Zhou
aadbd18596
Also add size
7 years ago
Adele Zhou
7bc84a2256
Use timeout instead of size
7 years ago
Adele Zhou
8f7bdecf7c
Set default size large for fuzzer tests, and enormous for api_fuzzer
7 years ago
Adele Zhou
ad5be3e310
Add size param to grpc_cc_test and set it to enormous for fuzzer tests.
7 years ago
kpayson64
539f5068bd
Abstract libuv implementation
...
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
7 years ago
Muxi Yan
4b37fb0e4c
Stop including inttypes.h in gRPC core public header in Apple platforms
7 years ago
ncteisen
bec1a61c26
Reviewer feedback
7 years ago
ncteisen
9efb177730
Review feedback, gTest
7 years ago
ncteisen
31c05ba668
reviewer feedback, rename
7 years ago
Vijay Pai
7fed69b7ad
Use static_cast rather than reinterpret_cast whenever possible
7 years ago
ncteisen
c1284576f8
Fix build and sanity
7 years ago
ncteisen
72c443187b
Fix test
7 years ago
ncteisen
bf5237a723
reviewer comments
7 years ago
Adele Zhou
0ad0e5d684
Fix fuzzer tests for Bazel
7 years ago
Noah Eisen
4d20a66685
Run clang fmt
7 years ago
Noah Eisen
be82e64b3d
Autofix c casts to c++ casts
7 years ago
Vijay Pai
5122487fad
fix a conflict
7 years ago
Mehrdad Afshari
ecdd9147cf
Fix run_with_poller.sh to pass shellcheck
7 years ago
Mehrdad Afshari
a6ac5b3ddc
Fix fuzzer_one_entry_runner.sh to pass shellcheck
7 years ago
Vijay Pai
d4d0a30c6f
Privatize useful.h and avl.h
7 years ago
Vijay Pai
0dbb00eef0
Remove extern "C"
7 years ago
Jan Tattermusch
382374eb6f
add comment
7 years ago
Jan Tattermusch
12ba4b1e05
make grpc_passthru_endpoint_stats refcounted
7 years ago
Vijay Pai
ae376bf9d9
Privatize host_port.h; was not used in any wrapped language implementation
7 years ago
Vijay Pai
8a99fdb57e
Move cmdline and subprocess from public gpr to test/core/util
7 years ago
Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
7 years ago
Jan Tattermusch
148700a8ea
windows needs fflush after fprintf
7 years ago
ncteisen
e78bd519ca
Clangify my stale code
7 years ago
ncteisen
d6631b0d61
Update bazel files
7 years ago
ncteisen
7d9b6358b5
Initial commit
...
Picks up work from https://github.com/grpc/grpc/pull/10259 .
A merge was impossible due to the many sweeping changed that
have occured since I last touched that PR (c++-ization, exec_ctx,
reorganitation of filters, etc).
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
7 years ago
Adele Zhou
5b7cdefb68
Rename port_hermetic to port_isolated_runtime_environment
7 years ago
Adele Zhou
e5df91f477
Use select to decide the test is hermetic or not
7 years ago
Adele Zhou
c8bf2da1e0
Enabling hermetic testing for running tests on Foundry.
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Craig Tiller
360712fe99
Start to get Bazel running different pollers
7 years ago
Yash Tibrewal
c354269ba7
Remove _ prefixed variable names
7 years ago
Yash Tibrewal
03412ee9de
Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
7 years ago
Yash Tibrewal
81fc8c9c33
Fix tests to call grpc_init and grpc_shutdown before using exec_ctx
7 years ago