David Garcia Quintas
1aeabd7194
regenerated projects
9 years ago
Vijay Pai
d3ea2708cc
Re-enable explicit specification of server port for qps worker. Also
...
add in a check that we don't try to use generic testing for sync or unary.
9 years ago
Craig Tiller
fc051c9aa3
Run nosec tests again
9 years ago
vjpai
caace811b4
Fix asan error caused by mismatch in alloc/dealloc between new[] and
...
regular delete...
9 years ago
Dan Born
36b24109a4
clang reformat
9 years ago
yang-g
b971173712
Add tests with a second service
9 years ago
yang-g
4fac82b672
remove outdated api
9 years ago
yang-g
ad63510102
Add a test with two methods generic
9 years ago
yang-g
9f17314a35
move utilities to a separate file
9 years ago
David Garcia Quintas
3c1720c984
Updated copyrights...
9 years ago
Alistair Veitch
a88a22166d
add creation status
9 years ago
yang-g
c021c9be5b
clang-format
9 years ago
yang-g
269b8be406
add generic test
9 years ago
David Garcia Quintas
45484b31bb
Added sanity check for trailing newlines
9 years ago
Dan Born
9c12bc252e
Add shutdown_starting callbacks to tcp_server.
...
tcp_server_posix_test illustrates how this can be used to implement a
weak referencing mechanism.
9 years ago
Alistair Veitch
fc999adcc7
new iterator interface
9 years ago
Dan Born
b13a69da41
tcp_server_posix_test fixes.
...
Use grpc_shutdown() instead of grpc_iomgr_shutdown() to prevent
grpc_pick_unused_port_or_die() from inappropriately destroying global
state. Fix port allocation issues.
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
Dan Born
d890a217da
Fix port allocation in test.
9 years ago
yang-g
be5a2c4f04
working test
9 years ago
Dan Born
a78ca38e10
clang reformat.
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
Dan Born
601acadc91
Test a server with multiple ports
9 years ago
Dan Born
725ee28af8
Extend Copyrights to 2016
9 years ago
Vijay Pai
3448c27275
clang-format
9 years ago
Vijay Pai
0e66efdadd
Make core limitation work for both client and server so that we can run tests on the same
...
machine if desired. The core_list flags to qps_driver are comma-separated lists of
core numbers.
9 years ago
Alistair Veitch
a237796233
Always compress tags
9 years ago
Alistair Veitch
0f690721bd
Move encode/decode API into census.h
9 years ago
Dan Born
5d81d15260
Code review follow-up.
9 years ago
Alistair Veitch
bb30d2591f
initial commit
9 years ago
David Garcia Quintas
0892fa6aa6
Added copyright message to generated nanopb code
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Dan Born
fa6b606898
Make grpc_tcp_listener private.
9 years ago
David Garcia Quintas
756a36cdac
Srcs and hdrs sanity checks skip third_party
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
Craig Tiller
2a1540496f
clang-format
9 years ago
Vijay Pai
9f991e252d
More changes needed for generic support
9 years ago
Dan Born
a7ed54cba7
Don't use ep after destroy in the test.
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
Craig Tiller
093193edb7
Fix pings
9 years ago