yang-g
269b8be406
add generic test
9 years ago
yang-g
d6f7d99dc6
Add a hybrid end2end test mixing sync and async methods
9 years ago
David Garcia Quintas
2bf574f814
Added back trailing newlines
9 years ago
yang-g
be5a2c4f04
working test
9 years ago
murgatroid99
ace28d3f98
Fix copyrights again
9 years ago
Craig Tiller
754bd26e28
clang-format code
9 years ago
Sree Kuchibhotla
b0d0c8e8c2
FormatCode
9 years ago
Sree Kuchibhotla
5a05f51a1c
Rename TestService to EchoTestService to prevent name-conflict with
...
'TestService' in test.proto
9 years ago
murgatroid99
eeb02ba77a
Update copyrights again
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Vijay Pai
b30bc2aad6
Remove dead code and a thus unneeded change to C++ bbuf
9 years ago
Vijay Pai
78268212ba
clang-format
9 years ago
Vijay Pai
af2e1cf080
Fix bugs and include build files
9 years ago
vjpai
083dc62cf6
Generic test
9 years ago
Vijay Pai
9f991e252d
More changes needed for generic support
9 years ago
Craig Tiller
15f383c6cc
Exploratory refactoring for mixed sync/async methods on the same C++ service
9 years ago
Vijay Pai
31c0c7949f
clang-format
9 years ago
vjpai
de332dfcac
Refactor server side to support generic tests.
9 years ago
Sree Kuchibhotla
7cecfa6c48
Adjust the log levels in interop tests and stress tests
9 years ago
Sree Kuchibhotla
0fa95eab81
Ability to filter log messages based on log level
9 years ago
Vijay Pai
18c0477528
Got rid of all compilation problems, now need to test
9 years ago
Vijay Pai
e488668075
WIP
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
0fe5ee7be3
BoringSSL integration: non-vsprojects changes
9 years ago
Craig Tiller
dacb389907
Fix method name
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
David Garcia Quintas
a2b7817481
Removed compression checks from vanilla large unary
9 years ago
Craig Tiller
ca9a637877
Fix double read at end of stream bug
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
9 years ago
vjpai
017ed62ce4
Cover an unsupported case of mixing sync and async service in same server
9 years ago
vjpai
ba2b8ed553
Add a case to cover multiple adds of generic service
9 years ago
murgatroid99
0a9bac929e
Reverted changes to single_run_localhost.sh
9 years ago
murgatroid99
6acc5f7574
Fixed up the Node benchmark implementation
9 years ago
Craig Tiller
56a363f36c
Fix for when grpc::string is not the same type as FLAGS_...
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
vjpai
b6df94ad22
WIP
9 years ago
yang-g
52705590e4
Add set pointer api to channel_arguments
10 years ago
Sree Kuchibhotla
e1330ff451
Add multiple channels to each server
10 years ago
Julien Boeuf
114f39475f
Cpp example of how the plugins can be done.
10 years ago
Sree Kuchibhotla
bc3127d4c3
Address code review comments
10 years ago
Sree Kuchibhotla
52a514a250
Address code review comments
10 years ago
Craig Tiller
b774be46d7
clang-format
10 years ago
Jan Tattermusch
c5ebbd5b8f
use new perf proto options in c++
10 years ago
Julien Boeuf
6049ebd8d2
More C++ fixes (the merge did not quite work...).
10 years ago
Julien Boeuf
9a437c2c46
Forgot to fix driver.cc somehow...
10 years ago
yang-g
a89bf50cf1
Handle cancel before start case
10 years ago
David Garcia Quintas
5dc96fb5b8
Comments
10 years ago
David Garcia Quintas
5de1616336
Fix naming issue in stress_test
...
(via ahh@google.com )
Under some configurations gRPC includes google3 base headers. google3
has a namespace "thread" which mixes poorly with unqualified use of the
type std::thread; adding that namespace to various google3 headers
breaks this test.
10 years ago
Sree Kuchibhotla
b047c0fc9b
Address code review comments
10 years ago
Craig Tiller
3c53bb2f46
clang-format
10 years ago