Craig Tiller
|
3b45b8d60b
|
Revert "Test credentials provider update"
|
2016-11-29 12:31:14 -08:00 |
yang-g
|
a7ef49bf6a
|
Support custom credential type in interop
|
2016-11-23 10:55:03 -08:00 |
Noah Eisen
|
45ebd355cd
|
Fix clang format
|
2016-10-28 16:08:04 -07:00 |
Noah Eisen
|
ca5cdf454c
|
Add unimplemented_service test case for cpp interop client
|
2016-10-27 18:01:37 -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 |
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 |
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
|
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
|
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 |
David Garcia Quintas
|
6b11462da1
|
removed codegen/alloc.h
|
2016-07-27 14:49:53 -07:00 |
David Garcia Quintas
|
34f1b555ae
|
better test_case flag help formating
|
2016-06-16 16:51:20 -07:00 |
David Garcia Quintas
|
74686ce7c4
|
Completed interop spec, as well as code for c++
|
2016-06-09 15:33:33 -07:00 |
Sree Kuchibhotla
|
ad0f792254
|
Interop client that is resilient to server restarts
|
2016-05-05 15:39:36 -07:00 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
2016-03-25 13:38:14 -07:00 |
yang-g
|
364be644d0
|
copyright of course
|
2016-02-22 10:04:43 -08:00 |
yang-g
|
c10348a555
|
Add custom_metadata test case
|
2016-02-19 16:05:10 -08:00 |
yang-g
|
a006b5f33b
|
change default value of use_test_ca
|
2015-10-07 13:14:35 -07:00 |
yang-g
|
92981d5c3d
|
remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec
|
2015-10-06 14:45:01 -07:00 |
Jan Tattermusch
|
1f8efa266d
|
Merge pull request #3386 from yang-g/enable_ssl
enable_ssl to use_tls
|
2015-10-02 13:37:30 -07:00 |
yang-g
|
035cf093de
|
enable_ssl to use_tls
|
2015-10-01 11:39:24 -07:00 |
Craig Tiller
|
71a0f9d3b0
|
Fix clang-format script
|
2015-09-28 17:22:01 -07:00 |
yang-g
|
78bddc66b7
|
Add empty_stream test case
|
2015-09-21 10:32:17 -07:00 |
yang-g
|
867d0c132c
|
Fix auth tests
|
2015-09-02 14:33:15 -07:00 |
Julien Boeuf
|
421738b529
|
Addressing comments, round 2.
|
2015-08-27 16:34:44 -07:00 |
yang-g
|
9e2f90cd06
|
headers reorg
|
2015-08-21 15:35:03 -07:00 |
yang-g
|
8c2be9f228
|
Remove ChannelInterface and replace it with Channel
|
2015-08-19 16:28:09 -07:00 |
David Garcia Quintas
|
2e1bb1bf4d
|
Reverted unnecessary changes to server
|
2015-08-10 14:22:35 -07:00 |
David Garcia Quintas
|
cd37d5852b
|
Added new tests for compression
|
2015-08-09 16:16:53 -07:00 |
Abhishek Kumar
|
e1c867dbee
|
Added interop test for status_code_with_message
|
2015-08-05 11:04:45 -07:00 |
yang-g
|
5bf510bba1
|
add per_rpc_creds test case in interop test
|
2015-07-14 10:54:29 -07:00 |
yang-g
|
be5f059219
|
Add oauth2_auth_token test case in interop test
|
2015-07-13 11:11:50 -07:00 |
yang-g
|
69563b9124
|
Add timeout interop test case
|
2015-07-10 15:32:11 -07:00 |
Craig Tiller
|
c8667056d5
|
Merge pull request #1367 from yang-g/interop
Add two scenarios in interop test
|
2015-04-28 17:09:56 -07:00 |
Yang Gao
|
68d615737b
|
Add two scenarios in interop test
|
2015-04-24 14:42:42 -07:00 |
Yang Gao
|
c4b6ffb1b6
|
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
|
2015-04-24 13:09:40 -07:00 |
Nicolas Noble
|
d35b7107f8
|
Merge pull request #1291 from yang-g/headers
Wrap ParseCommandLineFlags in InitTest
|
2015-04-16 15:50:58 -07:00 |
Yang Gao
|
103837ee6b
|
Wrap ParseCommandLineFlags in InitTest
|
2015-04-15 15:23:54 -07:00 |
Yang Gao
|
eaccf90aef
|
Return 1 when test_case is not supported in interop test
|
2015-04-15 14:05:07 -07:00 |
Yang Gao
|
a40020788f
|
Split interop client and server into components
|
2015-04-09 23:25:21 -07:00 |
Nicolas "Pixel" Noble
|
0caebbfcfe
|
Splitting gRPC service class codegen into its own set of files.
|
2015-04-09 23:08:51 +02:00 |
Yang Gao
|
1fc046902c
|
sync to head and run clang-format again
|
2015-03-19 07:23:08 -07:00 |
Yang Gao
|
3c220dfc32
|
Print out status when it is not ok in interop tests
|
2015-03-17 11:47:54 -07:00 |
Yang Gao
|
6baa9b67ad
|
clang-format c++ code
|
2015-03-17 10:49:39 -07:00 |
Yang Gao
|
7d6b184f57
|
add a jwt test case for interop test
|
2015-03-11 14:51:50 -07:00 |
Yang Gao
|
f859510340
|
Merge branch 'master' into jwt
|
2015-03-11 14:31:00 -07:00 |
Craig Tiller
|
61691f92c3
|
Merge github.com:grpc/grpc into credit
|
2015-03-02 08:51:52 -08:00 |
Yang Gao
|
25770b02d6
|
add jwt token creds test_case
|
2015-02-27 15:30:58 -08:00 |
Craig Tiller
|
cf133f41f8
|
Make it possible to compile with gcc4.6
|
2015-02-26 14:27:05 -08:00 |
Craig Tiller
|
29f1314282
|
Merge github.com:grpc/grpc into credit
|
2015-02-26 11:23:01 -08:00 |