Craig Tiller
a969d7c04c
Compile fix
10 years ago
Craig Tiller
fff495e908
Fix test, readd it to build
10 years ago
Craig Tiller
3cdd9bbdbc
clang-format
10 years ago
Craig Tiller
069daa383e
Sleep a little after server death to allow TCP time to catch up
10 years ago
Craig Tiller
fbac5f17b7
Crash handling test
10 years ago
Craig Tiller
7df5d6a7f1
Use platform suffix api
10 years ago
Yang Gao
280ca17d79
resolve comments
10 years ago
Craig Tiller
c21a80957a
Add subprocess GPR API
...
Port fling_test to it.
This will be used to:
- port remaining tests to Windows
- enable testing what happens when servers or clients mysteriously disappear
10 years ago
Yang Gao
a89389283f
support per call credentials in c++
10 years ago
Julien Boeuf
77e8c1cfb9
Clean up tsi properties.
10 years ago
Craig Tiller
e7da1d4e82
Fix mistaken test change
10 years ago
vjpai
37f7257529
WIP
10 years ago
Siddharth Rakesh
2e9157d88c
Added async streaming ping pong test
10 years ago
Craig Tiller
f7670f3054
Clean out old code
10 years ago
Nicolas "Pixel" Noble
b5cb8d1c73
Replacing DELETE with DESTROY.
10 years ago
Nicolas "Pixel" Noble
f14b952c91
One more unistd.h to remove.
10 years ago
Nicolas Noble
2e3639302a
Making the gRPC C tests building under Windows.
10 years ago
Craig Tiller
b122e2ec9f
Fix broken compilation
10 years ago
Craig Tiller
c7313235f8
Fix broken compilation
10 years ago
Craig Tiller
dd67dbadee
Fix test
10 years ago
Julien Boeuf
d7f768b2b2
Addressing comments.
10 years ago
Craig Tiller
f51199f2b9
Increase test timeout
10 years ago
Craig Tiller
9daab242ad
Fix C test build
10 years ago
Julien Boeuf
9f218ddd9d
Adding support for per call credentials in core.
10 years ago
Craig Tiller
2da0296478
Eliminate need for SIGPIPE handling
10 years ago
Craig Tiller
d1abc814a7
Throw away queued messages on error
10 years ago
Craig Tiller
fb775b80cb
Fix test
10 years ago
Craig Tiller
3676b38183
Lose redundant tag on unary calls
10 years ago
Craig Tiller
f9e6adf998
Completion queue binding for new requests API change
...
Move completion queue binding for new requests to the new request
request time, not server instantiation time.
10 years ago
Craig Tiller
0c23320c8a
Split thread stress from end2end to improve parallelism
10 years ago
David Garcia Quintas
d4f10c0320
Split C++'s smoke_test into 4 stand alone ones.
10 years ago
Yang Gao
196ade3e4d
add a test using the mock interfaces
10 years ago
Vijay Pai
dfe83deb2c
Make sure that we have enough server threads to actually support the
...
number of outstanding streams
10 years ago
Craig Tiller
93ec3712e6
Enable test that got forgotten
10 years ago
Craig Tiller
667ca409ed
Fix new tests in C core
10 years ago
vjpai
0a4129399a
Also need to create a vector of streams
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
Vijay Pai
36ff3f00e2
clang-format
10 years ago
Vijay Pai
25aa12fa75
Support multi-stream synchronous client tests
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