Mark D. Roth
|
9404f66f70
|
Replace most uses of gpr_asprintf() with absl calls.
|
2020-07-07 12:01:02 -07:00 |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
2020-06-29 17:56:36 -07:00 |
Alexander Polcyn
|
5727ccc28f
|
Rename deadline/timeout
|
2020-06-10 23:25:29 -07:00 |
Alexander Polcyn
|
46c13cd870
|
Add a flag to interop soak tests to exit early and fail if X seconds have passed and we're not done yet.
|
2020-06-08 18:40:11 -07:00 |
Alexander Polcyn
|
1dad16c0d9
|
Use C-core's histogram, drop use of exec_ctx header
|
2020-05-08 15:54:38 -07:00 |
Alexander Polcyn
|
b872ffe2f2
|
Make channel soak interop test more debuggable, add max_failures and
max_acceptable_latency_ms options
|
2020-05-07 11:41:16 -07:00 |
Yash Tibrewal
|
331b332392
|
Try fixing interop tests
|
2020-04-10 16:43:30 -07:00 |
Vijay Pai
|
406b70629a
|
Remove unused parameter warning (17 of 20)
|
2019-10-17 08:52:00 -07:00 |
Qixuan Li
|
6a89c0e57e
|
Add more logging to channel_soak interop test to indicate the boundary of an iteration
|
2019-10-15 21:46:45 +00:00 |
Qixuan Li
|
913acf456b
|
fix minor nits
|
2019-06-26 22:32:33 +00:00 |
Qixuan Li
|
0e85762b67
|
add pick_first_unary
|
2019-06-26 13:49:36 -07:00 |
Alexander Polcyn
|
a4e9f33b85
|
Add interop cloud to prod test for GoogleDefaultCredentials
|
2018-12-07 17:19:17 -08:00 |
Vijay Pai
|
a192fc6880
|
Fix clang-tidy issues
|
2018-11-11 14:32:55 -08:00 |
Adele Zhou
|
165417e4fa
|
Change the test name to long_lived_channel
|
2018-09-12 14:30:02 -07:00 |
Adele Zhou
|
094dc6822c
|
Added long_connection test.
|
2018-09-12 11:37:50 -07:00 |
ncteisen
|
12f1cc059b
|
Reviewer feedback
|
2018-07-18 07:33:08 -07:00 |
ncteisen
|
b6597b4fbd
|
Add two new soak interop tests
|
2018-07-17 17:12:26 -07:00 |
Noah Eisen
|
373fc6dc40
|
Manual fixes to enable performance- clang tidy checks
|
2018-06-14 14:58:09 -04:00 |
Noah Eisen
|
58e0cbf9fb
|
Enable the performance-* clang-tidy checks
|
2018-06-14 14:58:09 -04:00 |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
2018-03-08 22:04:59 -08:00 |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
2018-02-09 09:34:04 -08:00 |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
2018-02-09 09:16:55 -08:00 |
Vijay Pai
|
239b7d4b0b
|
Merge branch 'master' into gpr_review
|
2018-02-08 11:08:41 -08:00 |
Muxi Yan
|
6f0b195d20
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
|
2018-02-06 18:17:42 -08:00 |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
2018-02-02 09:16:44 -08:00 |
Muxi Yan
|
fb061c329a
|
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
|
2018-01-19 12:20:15 -08:00 |
yang-g
|
19d1eb2228
|
When seeing an error in interop test, also log the debug error string.
|
2017-12-19 16:41:51 -08:00 |
Muxi Yan
|
8fa4d15513
|
Fix C++ builds
|
2017-09-26 09:53:55 -07:00 |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
Makarand Dharmapurikar
|
e1b238458f
|
modified caching test
added logic to test that cached response is specific to request payload.
Removed trailing '\0' from query parameter
|
2017-04-11 16:18:40 -07:00 |
yang-g
|
d0084c220e
|
Include x.pb.h instead of x.grpc.pb.h for message-only protos
|
2017-03-06 11:23:35 -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
|
f3ed2bf8ca
|
Fix interop
|
2017-01-10 17:01:26 -08: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 |
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
|
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
|
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 |
Makarand Dharmapurikar
|
b58c2db616
|
yet another gcc 4.4 compile fix.
|
2016-09-30 16:21:11 -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 |