Mark D. Roth
aed6574023
Refactor ServiceConfig code to move parsing to its own API.
5 years ago
Vijay Pai
ecfb556243
Change server_finishes_request test to return OK status
5 years ago
Karthik Ravi Shankar
f46c07f3f8
Revert "Remove gpr_strvec."
5 years ago
Mark D. Roth
c2ef110303
Replace gpr_strvec with absl::StrJoin().
5 years ago
yang-g
2b78747d15
Let grpc_init/shutdown cover credentials create/release
5 years ago
yang-g
10b50653ee
Revert "Merge pull request #22952 from grpc/revert-22922-sequential_conn"
...
This reverts commit 30ad47d819
, reversing
changes made to ad7c94c944
.
5 years ago
yang-g
2fcb1ffe3b
Add a missing ref and fuzzer test case
5 years ago
Jan Tattermusch
7a53004da7
Revert "Let the connectivity test use local subchannel pool to create multipl…"
5 years ago
Yash Tibrewal
8f11aba818
Reviewer comments
5 years ago
Yash Tibrewal
17b6be1ed8
Reviewer comments
5 years ago
Yash Tibrewal
516c2f591a
Fail decompression when the gzip trailer is missing
5 years ago
yang-g
9c63d75e20
Resolve comments
5 years ago
yang-g
52b3c66e53
Cover both subchannel sharing/non-sharing cases in test
5 years ago
yang-g
ae8770a317
Let the connectivity test use local subchannel pool to create multiple connections
5 years ago
Mark D. Roth
c769951764
Remove deprecated variant of JoinHostPort().
5 years ago
ZhenLian
b98457ff79
fix first round of feedback
5 years ago
Yash Tibrewal
376d8689d2
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
5 years ago
ZhenLian
ee19ac2aba
fix test failures
5 years ago
ZhenLian
9f92365657
Expose Peer SPIFFE Identity
5 years ago
Esun Kim
1be6f7aedb
Remove flaky flag from channelz_test
5 years ago
yang-g
88e43d9901
Adjust wait timeout according to test slowdown factor
5 years ago
ZhenLian
6cf73030a9
add comments to avoid future use of hard-coded creds
5 years ago
ZhenLian
6a045297c2
remove dependencies that cause failures
5 years ago
ZhenLian
d75de51e43
[10/n] remove hard-coded credential paths and rebuild the project
5 years ago
Esun Kim
8c64e96458
Fix flaky LastCallStartedTime
5 years ago
ZhenLian
99c6d5b9ab
remove hard-coded credential
5 years ago
Mark D. Roth
d74548e611
Remove StringViewToCString() and src/core/lib/gprpp/string_view.h
5 years ago
Mark D. Roth
fc6f26c89b
Remove grpc_core::StringView.
5 years ago
Mark D. Roth
d39c981d4f
Revert "Remove StringLess and src/core/lib/gprpp/map.h"
5 years ago
Mark D. Roth
c0f82fc595
Remove StringLess and src/core/lib/gprpp/map.h
5 years ago
Mark D. Roth
09b42371e7
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
5 years ago
Jan Tattermusch
635e7a2088
dont run resource_quota_server test case under epoll1
5 years ago
Yash Tibrewal
930aa868ea
Fix ordering
5 years ago
Yash Tibrewal
67779b1b18
Reviewer comments
5 years ago
ZhenLian
5dfa78b55f
[No Review] test MacOS test behaviors
5 years ago
Yash Tibrewal
b1a75b722c
Update comment
5 years ago
Yash Tibrewal
ef8259da5a
Revert debugging changes
5 years ago
Yash Tibrewal
2c82136658
use the correct copyright
5 years ago
Yash Tibrewal
4fe2f945f1
Add new line
5 years ago
Yash Tibrewal
2723a1bae6
Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received
5 years ago
Yash Tibrewal
27dd9ec2c6
Fix minimal stack test
5 years ago
ZhenLian
096c276182
[4/n] Avoid using hardcoded test credentials
5 years ago
ZhenLian
e8d47d31de
[3/n] Avoid using hardcoded test credentials
5 years ago
Yash Tibrewal
d24387ae4f
Removing compression from grpc_byte_buffer_reader, removing ManualConstructor in decompress filter and fixing tests
5 years ago
Brian O'Connor
d38f7cfe5e
Fixing bug with END_STREAM if header has continuations
...
- The HEADER frame should get the END_STREAM flag per the HTTP/2 spec;
the old code put END_STREAM on the last CONTINUATION frame.
- Removing deprecated parameter, is_last_in_stream, from finish_frame();
it has been superseded by the is_end_of_stream member of the framer_state
struct.
- Adding some gRPC frame validation tests to hpack_encoder_test.cc,
and explicting checking that the END_STREAM flag is not on the
CONTINUATION frame.
fixes #21436
5 years ago
Yash Tibrewal
cbb3078064
Fix minimal stack and workaround cronet compression test
5 years ago
Yash Tibrewal
aca1145bb6
Fix C Core tests
5 years ago
Jan Tattermusch
06c6fa73b0
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
5 years ago
ZhenLian
e4dcc0319c
[2/n] Avoid using hardcoded test credentials
5 years ago
Ashitha Santhosh
fdbdcb93d2
Remove ABSL_CONST_INIT.
5 years ago