Yuchen Zeng
e4e763265b
Add UpdateActions to the interop client helper
8 years ago
yang-g
d0084c220e
Include x.pb.h instead of x.grpc.pb.h for message-only protos
8 years ago
Eric Gribkoff
11a4ed80d6
refactor client
8 years ago
Eric Gribkoff
caf7ea53be
Enable C++ negative http2 test
8 years ago
Paul Marks
3a5bba0a20
Connect to "localhost" from interop clients.
...
This is for compatibility with IPv6-only environments; see the Google
bug b/32531998.
Note that InteropClient.cs and http2_client.cc don't appear to be tested
by our internal branch, but I've included them for consistency.
8 years ago
David Garcia Quintas
e985cf57c2
Fixed invalid handling of slice data in interop_server
8 years ago
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
ncteisen
9c7a08d250
Simplify cpp stress flags
8 years ago
yang-g
cc5910228d
manual revert of #8901
8 years ago
Eric Gribkoff
c344e87449
Adds HTTP/2 interop test client
8 years ago
Craig Tiller
e4fae4ef9f
clang-format
8 years ago
Craig Tiller
f3ed2bf8ca
Fix interop
8 years ago
Sree Kuchibhotla
7eef316e20
Fix metrics server
8 years ago
Craig Tiller
76b7ab431a
Interop test might take a little longer to start up (esp. w/tsan)
8 years ago
David Garcia Quintas
7fa08e24b0
Fix data race with atomic for interop c++
8 years ago
Craig Tiller
3b45b8d60b
Revert "Test credentials provider update"
8 years ago
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