yang-g
|
b9d57ed665
|
!
|
8 years ago |
yang-g
|
a7ef49bf6a
|
Support custom credential type in interop
|
8 years ago |
yang-g
|
8e9fc9bd0e
|
Test credentials provider update
|
8 years ago |
Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
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 |
Makarand Dharmapurikar
|
f01f7b6d6c
|
clang-format fixes
|
8 years ago |
Makarand Dharmapurikar
|
e3dd1d7d11
|
modify stress_test command line options
Modify command line options to be consistent with 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
|
24301717d4
|
Allow specifying extra flags for C++ interop server.
|
8 years ago |
Mark D. Roth
|
5e258bf32b
|
clang-format
|
8 years ago |
murgatroid99
|
583eb9b96f
|
Clang format
|
8 years ago |
Noah Eisen
|
83dd3aa7e0
|
changed whitespace
|
8 years ago |
Noah Eisen
|
40860c4488
|
reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in
|
8 years ago |
Noah Eisen
|
f8ffbf62a2
|
also reverted interop server, since mark had already made the changes I did in an un merged pull request
|
8 years ago |
David Garcia Quintas
|
b5299976c1
|
Fixed clang-format sanity error
|
8 years ago |
Noah Eisen
|
2cef11c667
|
added status request ability to the FullDuplexCall so that cpp server can pass the node client's status_code_and_message test
|
8 years ago |
Makarand Dharmapurikar
|
b58c2db616
|
yet another gcc 4.4 compile fix.
|
8 years ago |
Makarand Dharmapurikar
|
c9beacadb1
|
fix for gcc 4.4 warning
|
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
|
012fc18be9
|
doc fixes and max-age set to 60
|
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 |
Mark D. Roth
|
c99fd89d32
|
Increase max send message size on server used in objc tests.
|
8 years ago |
Vijay Pai
|
96b7b52190
|
Fix exit condition
|
8 years ago |
David Garcia Quintas
|
c79b0650d2
|
removed codegen/log.h
|
8 years ago |
David Garcia Quintas
|
6b11462da1
|
removed codegen/alloc.h
|
8 years ago |
Nicolas "Pixel" Noble
|
6570b83c9c
|
Splitting interop_server.cc
|
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 |
Sree Kuchibhotla
|
18a0e47970
|
Fix cout error string
|
9 years ago |
Sree Kuchibhotla
|
ad57b266c7
|
Fix metrics client logging
|
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
|
446f70e384
|
fixed faulty server streaming c++ test case
|
9 years ago |
David Garcia Quintas
|
dacce7a1e1
|
fixed bad merge. c++ tests should work again
|
9 years ago |
David Garcia Quintas
|
3c65d24fab
|
updated stress test with new tests cases
|
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 |
David Garcia Quintas
|
34f1b555ae
|
better test_case flag help formating
|
9 years ago |
Vijay Pai
|
b31a9a0900
|
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
|
9 years ago |
Vijay Pai
|
9aa5f23645
|
Switch out a using with a typedef
|
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 |
Makarand Dharmapurikar
|
509246f59b
|
implement interval_us functionality
Implemented ability to sleep before sending response as intended
by the ResponseParameters proto.
|
9 years ago |