Alexander Polcyn
|
5727ccc28f
|
Rename deadline/timeout
|
5 years ago |
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.
|
5 years ago |
Alexander Polcyn
|
1dad16c0d9
|
Use C-core's histogram, drop use of exec_ctx header
|
5 years ago |
Alexander Polcyn
|
b872ffe2f2
|
Make channel soak interop test more debuggable, add max_failures and
max_acceptable_latency_ms options
|
5 years ago |
Yash Tibrewal
|
331b332392
|
Try fixing interop tests
|
5 years ago |
Vijay Pai
|
406b70629a
|
Remove unused parameter warning (17 of 20)
|
5 years ago |
Qixuan Li
|
6a89c0e57e
|
Add more logging to channel_soak interop test to indicate the boundary of an iteration
|
5 years ago |
Qixuan Li
|
913acf456b
|
fix minor nits
|
5 years ago |
Qixuan Li
|
0e85762b67
|
add pick_first_unary
|
5 years ago |
Alexander Polcyn
|
a4e9f33b85
|
Add interop cloud to prod test for GoogleDefaultCredentials
|
6 years ago |
Vijay Pai
|
a192fc6880
|
Fix clang-tidy issues
|
6 years ago |
Adele Zhou
|
165417e4fa
|
Change the test name to long_lived_channel
|
6 years ago |
Adele Zhou
|
094dc6822c
|
Added long_connection test.
|
6 years ago |
ncteisen
|
12f1cc059b
|
Reviewer feedback
|
6 years ago |
ncteisen
|
b6597b4fbd
|
Add two new soak interop tests
|
6 years ago |
Noah Eisen
|
373fc6dc40
|
Manual fixes to enable performance- clang tidy checks
|
7 years ago |
Noah Eisen
|
58e0cbf9fb
|
Enable the performance-* clang-tidy checks
|
7 years ago |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
7 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Muxi Yan
|
6f0b195d20
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
|
7 years ago |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
7 years ago |
yang-g
|
19d1eb2228
|
When seeing an error in interop test, also log the debug error string.
|
7 years ago |
Muxi Yan
|
8fa4d15513
|
Fix C++ builds
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Alexander Polcyn
|
f5521c33f9
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a , reversing
changes made to dc36f4df6a .
|
8 years ago |
Makarand Dharmapurikar
|
e1b238458f
|
modified caching test
added logic to test that cached response is specific to request payload.
Removed trailing '\0' from query parameter
|
8 years ago |
yang-g
|
d0084c220e
|
Include x.pb.h instead of x.grpc.pb.h for message-only protos
|
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 |
Craig Tiller
|
f3ed2bf8ca
|
Fix interop
|
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 |
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
|
5e258bf32b
|
clang-format
|
8 years ago |
murgatroid99
|
583eb9b96f
|
Clang format
|
8 years ago |
Makarand Dharmapurikar
|
b58c2db616
|
yet another gcc 4.4 compile fix.
|
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
|
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 |
David Garcia Quintas
|
6b11462da1
|
removed codegen/alloc.h
|
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 |
David Garcia Quintas
|
193a5c737f
|
printf portability sucks
|
9 years ago |