Craig Tiller
0cb803d9ca
Always ref writable streams
...
We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.
Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
9 years ago
Craig Tiller
98990726a0
Revert "Update reconnect_interop_server.cc"
9 years ago
David Garcia Quintas
2a8c280370
sanity
9 years ago
David Garcia Quintas
eef5c01cf4
clang-format
9 years ago
David Garcia Quintas
94c80d8389
copyrights
9 years ago
Craig Tiller
c6611efb67
Revert "Update reconnect_interop_client.cc"
9 years ago
makdharma
38a560b6ba
Update reconnect_interop_server.cc
9 years ago
makdharma
bd50f305a3
Update reconnect_interop_client.cc
9 years ago
Sree Kuchibhotla
e1dd18a945
Fix copyright
9 years ago
Sree Kuchibhotla
44ca2c2640
Examples
9 years ago
Craig Tiller
732a875fe8
Add a sanity test for name aliasing
9 years ago
Makarand Dharmapurikar
bfc7adaa71
Added option to echo back user agent for testing
9 years ago
yang-g
364be644d0
copyright of course
9 years ago
yang-g
c10348a555
Add custom_metadata test case
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
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
Sree Kuchibhotla
cc16931dea
Do not wait for metrics server. This will allow stress tests to terminate
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
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
56a363f36c
Fix for when grpc::string is not the same type as FLAGS_...
9 years ago
Sree Kuchibhotla
e1330ff451
Add multiple channels to each server
9 years ago
Sree Kuchibhotla
52a514a250
Address code review comments
9 years ago
Julien Boeuf
6049ebd8d2
More C++ fixes (the merge did not quite work...).
9 years ago
David Garcia Quintas
5dc96fb5b8
Comments
9 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.
9 years ago
Sree Kuchibhotla
b047c0fc9b
Address code review comments
9 years ago
yang-g
c9fca1813a
refacto of the reconnect tcp server to a general purpose test tcp server to be reused by the set_initial_string_test
9 years ago
Sree Kuchibhotla
c36b480ce9
Fix a small error
9 years ago
Sree Kuchibhotla
4d0f2f9dab
Fix typo in my previous commit. %s/guage/gauge/g
9 years ago
Sree Kuchibhotla
b5e98c5c69
Make number of stubs per channel configurable and expose metrics from
...
client
9 years ago
Craig Tiller
93b944785c
stream_op cleanup: test fixes and updates
9 years ago
Sree Kuchibhotla
f51ea7aab9
Explicitly use grpc::string instead of std::string to be consistent with other test code
10 years ago
Sree Kuchibhotla
117c8af8d3
Skip running stress_tests on jenkins by run_tests.py (This will fix the
...
issue addressed by commit: e6cd0e70a9
, the right way)
10 years ago
David Garcia Quintas
ba4290a82d
Removed 'using' conflicting with import
10 years ago
Sree Kuchibhotla
e6cd0e70a9
Return success if there are no test cases to run
10 years ago
Sree Kuchibhotla
119062428f
Fix the error reported by tools/run_tests/check_sources_and_headers.py
10 years ago
Sree Kuchibhotla
41b2143dcb
Address code review comment
10 years ago
Sree Kuchibhotla
ac7edec71f
Add an option to reuse the TestService::Stub in interop client class
10 years ago
Sree Kuchibhotla
fbc376f935
Interop stress tests
10 years ago
Sree Kuchibhotla
728a6104d5
Interop stress tests
10 years ago
Julien Boeuf
e5adc0eb67
Fixing Cpp tests.
10 years ago
David Garcia Quintas
0c331880d0
Hid test-only functions from surface/call.h
10 years ago
yang-g
a006b5f33b
change default value of use_test_ca
10 years ago
yang-g
92981d5c3d
remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec
10 years ago
yang-g
035cf093de
enable_ssl to use_tls
10 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
10 years ago
Craig Tiller
ddf3a511aa
Add clang-format to sanity
10 years ago
yang-g
78bddc66b7
Add empty_stream test case
10 years ago