Jan Tattermusch
bd0b0546a6
windows compilation fixes
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
f3ed2bf8ca
Fix interop
8 years ago
Noah Eisen
45ebd355cd
Fix clang format
8 years ago
Noah Eisen
e7223afdd5
Use default Empty ctor instead of Empty::default_instance
8 years ago
Noah Eisen
ca5cdf454c
Add unimplemented_service test case for cpp interop client
8 years ago
Noah Eisen
32eee7739b
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
8 years ago
Mark D. Roth
5e258bf32b
clang-format
8 years ago
murgatroid99
583eb9b96f
Clang format
8 years ago
Makarand Dharmapurikar
b58c2db616
yet another gcc 4.4 compile fix.
8 years ago
Noah Eisen
98b3663f6c
Fixed type in comments
8 years ago
Noah Eisen
0adb728083
removed check for status error message. Investigating why node servers send messages back that are not empty
8 years ago
Noah Eisen
02e70ed120
changed method name in test.proto to more accurately reflect how the calls will be used
8 years ago
Makarand Dharmapurikar
af564a1e92
changed timestamp clock from REALTIME to PRECISE
...
to increase robustness
8 years ago
Noah Eisen
a27eb1d07a
added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py
8 years ago
Makarand Dharmapurikar
42511cfd8b
Addressed review feedback
...
1. modified documentation
2. changed test slightly to make it more robust to accidental cache hits
8 years ago
Makarand Dharmapurikar
1ed0b8e3d7
Add interop test for Cacheable Unary Calls
...
modified interop test spec doc
added CacheableUnaryCall to test.proto
modified server and client implmenentations to support new method
8 years ago
David Garcia Quintas
6b11462da1
removed codegen/alloc.h
8 years ago
Mark D. Roth
b9151e3c0b
Use separate client context object for full duplex call.
9 years ago
Mark D. Roth
dbf2adc980
Fix C++ status_code_and_message test to comply with the spec.
...
Enable C++ test in run_interop_tests.py.
9 years ago
David Garcia Quintas
193a5c737f
printf portability sucks
9 years ago
David Garcia Quintas
83a6a828b0
Fixed error messages for C++ interop client.
9 years ago
David Garcia Quintas
dacce7a1e1
fixed bad merge. c++ tests should work again
9 years ago
Vijay Pai
6ab4788ae9
clang-format changes
9 years ago
David Garcia Quintas
560875239e
c++ client & server changes to bring code up to spec
9 years ago
Vijay Pai
b31a9a0900
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
9 years ago
Yuchen Zeng
beaa35724c
Fix type mismatch for type_size
9 years ago
Yuchen Zeng
0ba114408e
Fix gpr_log format mismatches in c++ tests
9 years ago
David Garcia Quintas
74686ce7c4
Completed interop spec, as well as code for c++
9 years ago
David Garcia Quintas
485cf40ab7
Fixed wrong spec and reworked streaming compressed case
9 years ago
David Garcia Quintas
20d802db98
removed unused vble
9 years ago
David Garcia Quintas
126ae106d6
fixed silly typo
9 years ago
David Garcia Quintas
d3ce0218d1
disabled bogus checks for streaming compressed
9 years ago
David Garcia Quintas
5756c8fead
removed RANDOM and simplified req for compression
9 years ago
Vijay Pai
b4cb249107
steaming -> streaming
9 years ago
Sree Kuchibhotla
4f5b2916cc
fix clang formatting
9 years ago
David Garcia Quintas
303d3082a0
Fixed compression interop and re-enable for C++.
...
Also added some defense in depth for compression algorithms in the
receive path.
9 years ago
Sree Kuchibhotla
c5549fcd0a
Remove redundant error check
9 years ago
Sree Kuchibhotla
ad0f792254
Interop client that is resilient to server restarts
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
yang-g
c10348a555
Add custom_metadata test case
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Sree Kuchibhotla
7cecfa6c48
Adjust the log levels in interop tests and stress tests
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
David Garcia Quintas
a2b7817481
Removed compression checks from vanilla large unary
9 years ago
Craig Tiller
93b944785c
stream_op cleanup: test fixes and updates
9 years ago
Sree Kuchibhotla
41b2143dcb
Address code review comment
9 years ago