David Garcia Quintas
|
e985cf57c2
|
Fixed invalid handling of slice data in interop_server
|
2017-02-02 19:19:01 -08:00 |
Jan Tattermusch
|
bd0b0546a6
|
windows compilation fixes
|
2017-02-02 00:01:09 +01:00 |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97.
|
2017-01-23 07:48:42 -08:00 |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
2017-01-20 18:11:52 -08:00 |
Craig Tiller
|
b7b7486c4b
|
Merge github.com:grpc/grpc into metadata_filter
|
2017-01-20 11:31:47 -08:00 |
ncteisen
|
9c7a08d250
|
Simplify cpp stress flags
|
2017-01-18 16:58:33 -08:00 |
Craig Tiller
|
9d4fc31da4
|
Merge github.com:grpc/grpc into metadata_filter
|
2017-01-12 14:08:50 -08:00 |
Eric Gribkoff
|
ebb3d5d4fc
|
Merge pull request #9139 from ericgribkoff/http2_client
Add HTTP/2 interop test client
Known failures: https://github.com/grpc/grpc/issues/8629
|
2017-01-11 17:45:30 -08:00 |
yang-g
|
cc5910228d
|
manual revert of #8901
|
2017-01-11 11:10:43 -08:00 |
Eric Gribkoff
|
c344e87449
|
Adds HTTP/2 interop test client
|
2017-01-11 09:14:28 -08:00 |
Craig Tiller
|
e4fae4ef9f
|
clang-format
|
2017-01-10 17:01:51 -08:00 |
Craig Tiller
|
f3ed2bf8ca
|
Fix interop
|
2017-01-10 17:01:26 -08:00 |
Sree Kuchibhotla
|
7eef316e20
|
Fix metrics server
|
2016-12-16 11:30:35 -08:00 |
Craig Tiller
|
76b7ab431a
|
Interop test might take a little longer to start up (esp. w/tsan)
|
2016-12-05 15:55:18 -08:00 |
David Garcia Quintas
|
7fa08e24b0
|
Fix data race with atomic for interop c++
|
2016-12-04 22:12:01 -08:00 |
Craig Tiller
|
3b45b8d60b
|
Revert "Test credentials provider update"
|
2016-11-29 12:31:14 -08:00 |
yang-g
|
b9d57ed665
|
!
|
2016-11-23 13:19:21 -08:00 |
yang-g
|
a7ef49bf6a
|
Support custom credential type in interop
|
2016-11-23 10:55:03 -08:00 |
yang-g
|
8e9fc9bd0e
|
Test credentials provider update
|
2016-11-22 23:12:49 -08:00 |
Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
2016-11-01 17:16:55 -07:00 |
Noah Eisen
|
45ebd355cd
|
Fix clang format
|
2016-10-28 16:08:04 -07:00 |
Noah Eisen
|
e7223afdd5
|
Use default Empty ctor instead of Empty::default_instance
|
2016-10-28 13:39:06 -07:00 |
Noah Eisen
|
ca5cdf454c
|
Add unimplemented_service test case for cpp interop client
|
2016-10-27 18:01:37 -07:00 |
makdharma
|
b40a8fa95b
|
Merge pull request #8437 from makdharma/stress_test_options
modify stress_test command line options
|
2016-10-25 09:30:12 -07:00 |
Mark D. Roth
|
99e61f884d
|
Merge pull request #8418 from markdroth/interop_flags
Allow specifying extra flags for C++ interop server.
|
2016-10-21 15:07:28 -07:00 |
Makarand Dharmapurikar
|
f01f7b6d6c
|
clang-format fixes
|
2016-10-21 09:07:06 -07:00 |
Makarand Dharmapurikar
|
e3dd1d7d11
|
modify stress_test command line options
Modify command line options to be consistent with interop_client.
|
2016-10-20 10:37:39 -07:00 |
Noah Eisen
|
32eee7739b
|
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
|
2016-10-19 10:04:38 -07:00 |
Mark D. Roth
|
24301717d4
|
Allow specifying extra flags for C++ interop server.
|
2016-10-18 14:10:28 -07:00 |
Mark D. Roth
|
948f95b2ce
|
Merge pull request #7201 from markdroth/run_interop_tests_go
Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go.
|
2016-10-18 11:08:18 -07:00 |
Mark D. Roth
|
5e258bf32b
|
clang-format
|
2016-10-14 14:59:19 -07:00 |
Noah Eisen
|
83dd3aa7e0
|
changed whitespace
|
2016-10-12 15:40:11 -07:00 |
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
|
2016-10-12 15:38:46 -07:00 |
Noah Eisen
|
f8ffbf62a2
|
also reverted interop server, since mark had already made the changes I did in an un merged pull request
|
2016-10-12 15:32:42 -07:00 |
Noah Eisen
|
cece9c7368
|
manually fixed merge conflict. caused by the addition of a different new interop test
|
2016-10-12 15:04:45 -07:00 |
David Garcia Quintas
|
b5299976c1
|
Fixed clang-format sanity error
|
2016-10-12 14:13:42 -07:00 |
makdharma
|
5ef0c0041f
|
Merge pull request #8101 from makdharma/cacheable_unary
Add interop test for Cacheable Unary Calls
|
2016-10-12 10:53:56 -07:00 |
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
|
2016-10-07 15:35:48 -07:00 |
Makarand Dharmapurikar
|
b58c2db616
|
yet another gcc 4.4 compile fix.
|
2016-09-30 16:21:11 -07:00 |
Makarand Dharmapurikar
|
c9beacadb1
|
fix for gcc 4.4 warning
|
2016-09-30 11:26:13 -07:00 |
Mark D. Roth
|
43b817ced1
|
Merge remote-tracking branch 'upstream/master' into run_interop_tests_go
|
2016-09-30 07:48:00 -07:00 |
Noah Eisen
|
98b3663f6c
|
Fixed type in comments
|
2016-09-29 14:00:47 -07:00 |
Noah Eisen
|
0adb728083
|
removed check for status error message. Investigating why node servers send messages back that are not empty
|
2016-09-29 12:01:11 -07:00 |
Noah Eisen
|
02e70ed120
|
changed method name in test.proto to more accurately reflect how the calls will be used
|
2016-09-28 14:17:25 -07:00 |
Makarand Dharmapurikar
|
af564a1e92
|
changed timestamp clock from REALTIME to PRECISE
to increase robustness
|
2016-09-28 12:50:37 -07:00 |
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
|
2016-09-28 12:19:52 -07:00 |
Makarand Dharmapurikar
|
012fc18be9
|
doc fixes and max-age set to 60
|
2016-09-28 10:46:27 -07:00 |
Makarand Dharmapurikar
|
42511cfd8b
|
Addressed review feedback
1. modified documentation
2. changed test slightly to make it more robust to accidental cache hits
|
2016-09-27 18:15:54 -07:00 |
Mark D. Roth
|
abf03aed93
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
|
2016-09-16 07:35:37 -07:00 |
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
|
2016-09-14 15:01:16 -07:00 |