Craig Tiller
|
2da0296478
|
Eliminate need for SIGPIPE handling
|
10 years ago |
Yang Gao
|
26839c7da9
|
Add a c test for max message length
|
10 years ago |
Craig Tiller
|
cfda2bdd43
|
Test that we dont wrap-around sequence numbers
|
10 years ago |
Craig Tiller
|
434a36bf4a
|
Add test for >16777215 sequence numbered streams
|
10 years ago |
vjpai
|
041998d986
|
Change function-pointer to std::function
|
10 years ago |
Yang Gao
|
c71a9d2b56
|
clang-format
|
10 years ago |
Craig Tiller
|
5fe7e5d81c
|
Fix some memory leaks
|
10 years ago |
Craig Tiller
|
ff1ad1308e
|
Stopgap fix for fling_stream_test timing out
|
10 years ago |
Yang Gao
|
3921c56bee
|
Expose max message size at the server side
|
10 years ago |
Craig Tiller
|
06eb5ae157
|
Fix this test too
|
10 years ago |
Craig Tiller
|
f107120907
|
Fixing some tests I broke during conversion
|
10 years ago |
Vijay Pai
|
e10ebf15eb
|
Keep code that is common between both async client versions in a new async superclass and only use unary/streaming-specific material in the subclass.
|
10 years ago |
David Garcia Quintas
|
0e67cb2c39
|
Fixed missing name change from timers.h refactor.
|
10 years ago |
Craig Tiller
|
81e57d9acf
|
Add a thread stress end2end test
|
10 years ago |
Craig Tiller
|
581737ce27
|
Kill thread stress test - to be replaced with something new
|
10 years ago |
Craig Tiller
|
0ced984233
|
Kill echo test
|
10 years ago |
Craig Tiller
|
8ad26f7f74
|
Remove test for an old API corner case
|
10 years ago |
Craig Tiller
|
2f36d4682c
|
Remove test for an old API corner case
|
10 years ago |
Craig Tiller
|
68bad431a2
|
Dualstack fixup
|
10 years ago |
David Garcia Quintas
|
b220c1d213
|
Added missing globals declaration to STAP script.
|
10 years ago |
Craig Tiller
|
f968980665
|
Fix cq test
|
10 years ago |
Craig Tiller
|
1df06263fc
|
Fix fling
|
10 years ago |
Craig Tiller
|
abd4cc905e
|
Further tidyup
|
10 years ago |
Craig Tiller
|
5f5fd6719b
|
Remove ungeneratable enum values and union members
|
10 years ago |
Craig Tiller
|
eeb428865b
|
Fix no-server-test
|
10 years ago |
Craig Tiller
|
9f3675f10a
|
clang-format
|
10 years ago |
Craig Tiller
|
2365c7d467
|
Fix lame client test
|
10 years ago |
David Garcia Quintas
|
735987bea0
|
Added documentation to stap script.
|
10 years ago |
vjpai
|
07b2fe6f96
|
Move end_threads to subclass since some subclass-specific fields will still be
alive at this time
|
10 years ago |
Craig Tiller
|
fe2b8359c5
|
Convert some tests to new API
|
10 years ago |
Craig Tiller
|
3b05a123c4
|
Test progress
|
10 years ago |
Craig Tiller
|
8b1d98998b
|
Convert some tests to new API
|
10 years ago |
Craig Tiller
|
af20b7108b
|
Remove legacy tests
|
10 years ago |
Craig Tiller
|
31c489c9eb
|
Fix test for multiple reads
Previously this test assumed all bytes would be read in one request.
Also update test to use grpc_init() so that we can enable tracing.
|
10 years ago |
Craig Tiller
|
89d304a301
|
Fix test for multiple reads
Previously this test assumed all bytes would be read in one request.
Also update test to use grpc_init() so that we can enable tracing.
|
10 years ago |
David Garcia Quintas
|
a9eb302aba
|
STAP annotation working.
Test annotations made to client_channel.c (start_rpc) and channel_create.c
(grpc_channel_create).
|
10 years ago |
Craig Tiller
|
98ae48d63c
|
Ignore SIGPIPE
|
10 years ago |
Craig Tiller
|
77e0d64b4d
|
Fix a race in QPS client shutdown
Previously we were cleaning up threads only AFTER local resources were
reclaimed, leading to many crashes.
|
10 years ago |
Craig Tiller
|
75cfb1f9f1
|
Update test definition
|
10 years ago |
zeliard
|
3e3e0ad348
|
merge from upstream (grpc) master
|
10 years ago |
Yang Gao
|
68d615737b
|
Add two scenarios in interop test
|
10 years ago |
Craig Tiller
|
1a727fde47
|
clang-format
|
10 years ago |
Yang Gao
|
c4b6ffb1b6
|
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
|
10 years ago |
Craig Tiller
|
f87b609169
|
Fix array size
|
10 years ago |
Nicolas "Pixel" Noble
|
b8137b343f
|
Flagging some tests as flaky.
|
10 years ago |
Craig Tiller
|
6e84aba85f
|
Make the things compile again
|
10 years ago |
Abhishek Kumar
|
d774c5cadb
|
Test client stream cancellation and fix bug exposed by the test.
|
10 years ago |
Craig Tiller
|
06aeea7e94
|
clang-format
|
10 years ago |
Abhishek Kumar
|
a1d3a72930
|
fixed indentation
|
10 years ago |
Nicolas "Pixel" Noble
|
010f1e7b62
|
More work in not having to compile OpenSSL.
|
10 years ago |