Craig Tiller
d996379030
Reset OWNERS state
7 years ago
Vijay Pai
8dc4f101cb
Disbable a specific check on async_end2end_test and revisit later if that expectation was really required by the API
7 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
7 years ago
Sree Kuchibhotla
a69878a217
fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads
7 years ago
Julien Boeuf
da8eca56e2
Better handling of token lifetime.
...
- In C++, we need a constant for the max lifetime.
- In C, make sure that we crop the lifetime in the credentials object
itself and not just later during the creation of the token. This will
allow the refresh to occur based on the actual token lifetime as opposed
to the one from the user (which may be cropped).
7 years ago
David Garcia Quintas
51d0ff0f3d
Fix deadlocks in grpclb_end2end_test
7 years ago
Craig Tiller
41690d1ad8
Detach ownership of core/c++
7 years ago
David Garcia Quintas
9a4ed686b1
Improved testing
7 years ago
Craig Tiller
5e47758d53
Make @vjpai an owner of qps_test
7 years ago
murgatroid99
b5984601b8
Add myself as owner of files in several directories
7 years ago
Nicolas "Pixel" Noble
68ce2564fd
Sanitizing repo.
7 years ago
Craig Tiller
e251fbac20
clang-format
7 years ago
Nicolas "Pixel" Noble
61f21d91b8
Fixing merge failures on test/cpp/interop.
7 years ago
yang-g
fdcb774cea
Regenerate projects and fixes
7 years ago
Craig Tiller
a7e5a0bd9c
Add a test of repeatedly calling grpc_init then grpc_shutdown
7 years ago
Craig Tiller
e4985cbbb7
Add test tree owners for C/C++
7 years ago
yang-g
b575a34e05
Replace InitBenchmark with InitTest. Remove qps_test.cc
7 years ago
Anna Sapek
4318df0571
Update tsi_fake_handshaker to implement the asynchronous TSI
7 years ago
Sree Kuchibhotla
eede875bdb
Disable health check service in async end2end tests as it is causing flakes in mac
7 years ago
Noah Eisen
7e4c1dd4c9
Add fuzzer repro
7 years ago
Mark D. Roth
5dd24897a5
Do multiple reads if needed to read full server response.
7 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
7 years ago
David Garcia Quintas
6636b5036e
Fix codegen_test_full
7 years ago
Vijay Pai
c0baec60a1
Internalize structs and methods meant for being exposed through codegen
...
or that interface with core and are only for internal use
7 years ago
David Garcia Quintas
4b2def361a
Fix RR concurrent updates
8 years ago
Craig Tiller
873ee82277
Add channel args to qps server
8 years ago
David Garcia Quintas
3f223e342f
Move gtest include after proto include
8 years ago
ncteisen
36bb8a0006
s/hanging/pending/g
8 years ago
ncteisen
43f2b55a07
Add repro and fix to bidi case
8 years ago
ncteisen
be7b82ba5e
Add repro for coalescing bug
8 years ago
ncteisen
9bee3086c3
Make stream responses togglable via context
8 years ago
Mark D. Roth
2faddbd639
Fix filter_end2end_test.
8 years ago
Mark D. Roth
cc4ef5919f
Improvements to C++ filter API:
...
- Make sure all C-core parameters are passed into C++ methods.
- Add Destroy() methods for ChannelData and CallData.
- Use C++-style casts.
- Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
8 years ago
Muxi Yan
b8e6e2f299
Fix test failures
8 years ago
David Garcia Quintas
ab1ff6b041
Split move test
8 years ago
Muxi Yan
d46239a8c2
Correct copyright year
8 years ago
Muxi Yan
0c8cb1d652
Resolve asan failure
8 years ago
ncteisen
131d2f19a1
Few more bm trickle fixes
8 years ago
ncteisen
81db061d2a
Clang fmt and copyright sanity
8 years ago
ncteisen
8f9e012428
Add json out flag to qps driver
8 years ago
ncteisen
0911b1612a
Fix bm_diff
8 years ago
Makarand Dharmapurikar
3d99597032
s/inline/__inline/. Visual studio incompatiblity.
...
MS Visual studio '13 and before don't understand inline
and throw Error C2054.
Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
8 years ago
David Garcia Quintas
05e15745d3
added test for RR connectivity state upon subchannels shutdown
8 years ago
David Garcia Quintas
64ea30fe5b
Fix RR policy connectivity state upon subchannels shutdown
8 years ago
Muxi Yan
d19c112db0
Add test
8 years ago
Yuchen Zeng
32e41b452a
Fix bad_ping
8 years ago
Mark D. Roth
5dc774199b
Fix Windows compiler problem.
8 years ago
Mark D. Roth
bd3b93b4b5
Add support for Trailers-Only responses.
...
- When receiving a Trailers-Only response, return the metadata as
trailing metadata instead of initial metadata.
- Send Trailers-Only response when we have no non-default initial metadata,
no message to send, and trailing metadata to send.
8 years ago
Mark D. Roth
7cd1425e29
Fix handling of send_message before send_initial_metadata in compress filter.
8 years ago
Yuchen Zeng
1def5a181d
Fix max_message_length
8 years ago