Craig Tiller
356961916d
Remove all uses of __FUNCTION__
10 years ago
Craig Tiller
d4db33dcab
Add missing copyright notices
10 years ago
Craig Tiller
8ebcec484f
clang-format
10 years ago
Craig Tiller
aeea2f2203
Fix shutdown crash in async streaming test
10 years ago
Craig Tiller
5c8737d171
clang-format qps code - it was getting out of hand
10 years ago
David Garcia Quintas
feb67f67dc
Replaced std::this_thread::sleep_for for gpr_sleep_until.
...
std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor
VS2010.
10 years ago
David Garcia Quintas
08116501cb
Fix to work around the fact that Histogram isn't copyable.
10 years ago
Craig Tiller
99d5c106f4
Fix leaks in dualstack_socket_test
10 years ago
Craig Tiller
a1001522c1
Fix memory leak
10 years ago
Craig Tiller
a4cdf8aaad
Fix ASAN reported leak
10 years ago
David Garcia Quintas
6ba29ba3fb
Added the client and server configurations to the bench results proto.
...
The added configurations also include the host of both parties. This
is useful for reporting.
10 years ago
Craig Tiller
4541f33569
Fix tests: stage server sends so that we dont inadvertently abbreviate streams
10 years ago
Craig Tiller
c259988357
Fix comparison to not crash
10 years ago
Craig Tiller
3891bf11ff
Fix test
10 years ago
Craig Tiller
7a29098b71
Send RST_STREAM when closing from the server without getting a client half-close first
10 years ago
Craig Tiller
fd7166d264
Add response streams to server crash test, fix them
10 years ago
Craig Tiller
7a317e5c77
Add crashing client test
10 years ago
Craig Tiller
882431fff5
Compile fix
10 years ago
Craig Tiller
49c3b01c3e
Better RNG seeding portability
10 years ago
Craig Tiller
f98e56c91b
Cheesy attempt to get this working on Travis
10 years ago
Craig Tiller
eadd9a3b8c
Add testing for GRPC_TRACE
10 years ago
Yang Gao
b57f72dbee
resolve comments
10 years ago
Yang Gao
26a4912558
Add fake credentials to the test and verify it actually works
10 years ago
Craig Tiller
74e5edab67
Compile fix
10 years ago
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
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