Yash Tibrewal
83ad85e2fa
Remove unnecessary check and few more comments
7 years ago
Jan Tattermusch
a3088a6ce8
fix rounding problem in EchoDeadline test
7 years ago
Yash Tibrewal
54f6092eff
Force the client to shutdown so that the server write can complete
7 years ago
Jan Tattermusch
12ba4b1e05
make grpc_passthru_endpoint_stats refcounted
7 years ago
Jan Tattermusch
8376749faa
fix EventState::done() data race
7 years ago
David Garcia Quintas
7896b62f2d
DNS cooldown mechanism
7 years ago
Yash Tibrewal
ac35926a2f
Manually set roots pem env variable for httpscli_test
7 years ago
ncteisen
8a7f65d727
fix test mem leak
7 years ago
jiangtaoli2016
faa74228d7
Disable failing ssl_transport_security_tests when using OpenSSL lib
7 years ago
Stefan Hacker
93f13871d8
Fix helloworld zlib include directory confusion in run_distrib_test_cmake.bat
...
We have to give cmake the explicit zlib location as the internal testing
environment has C:/msys64/usr/bin in the PATH and zlib-devel installed.
cmake has heuristics in find_package which sees this /bin suffix in PATH
and adds C:/msys64/usr/ to the find_package search locations. Doing a
find_package(zlib) in this environment makes the find module for it (FindZLIB)
find the header zlib.h in C:/msys64/usr/include while the library will still
be taken from the testinstall location masking the issue in the log. To satisfy
the dependency cmake adds C:/msys64/usr/include as an include directory. This
makes cl.exe build with mixed C and C++ standard lib headers breaking the
build.
This issue was previously masked by cmake writing absolute paths for zlib and
other dependencies into the grpc cmake exports.
7 years ago
Yash Tibrewal
e8e2426f98
Bazel fix for httpcli_test
7 years ago
Yash Tibrewal
dbc521442e
Fix end2end test flake #13477
7 years ago
Ken Payson
1dc0833bed
Don't segfault on header replay
7 years ago
Vijay Pai
ae376bf9d9
Privatize host_port.h; was not used in any wrapped language implementation
7 years ago
Vijay Pai
b6cf123717
Privatize thread-local storage headers
7 years ago
Vijay Pai
8a99fdb57e
Move cmdline and subprocess from public gpr to test/core/util
7 years ago
Sree Kuchibhotla
de5f6bfe92
Set the environment variable at the beginning of the test. Otherwise, it
...
is not being read by the backup poller
7 years ago
Nicolas "Pixel" Noble
ebe5fbfbe8
Revert "Merge pull request #13932 from dgquintas/conn_subchannel"
...
This reverts commit a8891634d3
, reversing
changes made to 47fe8507a1
.
7 years ago
Jan Tattermusch
2f090e9732
silence switch fallthrough warning on gcc7.2
7 years ago
Alexander Polcyn
190a8dbc6c
Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1
7 years ago
Yash Tibrewal
153ebda1ba
reduce send size for window overflow test
7 years ago
Mark D. Roth
d0e1f7466e
Fix build problem.
7 years ago
Yash Tibrewal
b9a34339a7
Make the thread wait so that write can complete too
7 years ago
Yash Tibrewal
7cbbee745e
remove unnecessary assert
7 years ago
yang-g
ea33017540
Add option to use client side coalescing API in qps test
7 years ago
Yash Tibrewal
0d8b21e100
Add helper function for rst_stream
7 years ago
Juanli Shen
8e4c9d308c
Extract lb_calld from glb_policy
7 years ago
Mark D. Roth
9ab4d0c826
Add const version of operator[].
7 years ago
Mark D. Roth
19688bf7a8
Add clear() method for InlinedVector<>.
7 years ago
ncteisen
765cc95552
Fix test compile
7 years ago
yang-g
98cd36e2c3
Add a test
7 years ago
ncteisen
39c65638c0
Update test
7 years ago
ncteisen
90a00f8db6
Reviewer feedback; comments
7 years ago
Jan Tattermusch
2094ad7427
fix -Wmemset-elt-size warning in gcc7.2
7 years ago
ncteisen
dedc4a0cbd
Reviewer feedback
7 years ago
Mark D. Roth
62569dd978
Fix arena to return aligned memory.
7 years ago
Mark D. Roth
97d3d08915
Use wait_for_ready in goaway_server_test.
7 years ago
Yash Tibrewal
eea1d9ba70
nullptr check
7 years ago
Yash Tibrewal
1791df0a72
Bad client changes to make large metadata test to work again
7 years ago
Vijay Pai
28b6a44637
Migrate all remaining features of core test to C++ layer test
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
ncteisen
6f196afc9e
Switch to use manual constructor
7 years ago
Muxi Yan
61bb29f141
Clean up C++ tests and example
7 years ago
Mark D. Roth
4f2b0fdadf
Rename 'gpr++' directories to 'gprpp'.
7 years ago
Noah Eisen
93563bc0dc
remote stale import
7 years ago
ncteisen
6572ce2c4a
Classify the tracer object
7 years ago
Muxi Yan
277e2e4f07
Clean up tests, examples, and podspecs
7 years ago
yang-g
a29d6d0d74
remove use of random_shuffle
7 years ago
Yash Tibrewal
45e754a5af
Fix typo s/resolition/resolution
7 years ago
Yash Tibrewal
f0798f91ff
Solve a stack_use_after_scope issue in sockaddr_resolver_test
7 years ago