David Garcia Quintas
5f228f5001
Adapted the following to the new iomgr's cb API:
...
alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call,
channel, server, child_channel
10 years ago
Julien Boeuf
ff69cd19f5
Fixing build issue.
10 years ago
Craig Tiller
8f17c6c028
clang-format
10 years ago
Craig Tiller
1a6f755c1f
Make it possible to run with poll() instead of epoll()
...
Mostly to facilitate testing, but maybe in the future we want to work on
Linux systems with broken epoll support?
10 years ago
Julien Boeuf
75c9b6f495
Removing mdctx from the credentials.
10 years ago
Craig Tiller
e7023612ef
Add a test of cmdline usage strings - and make them saner
10 years ago
Craig Tiller
4ebeb402ae
clang-format
10 years ago
Craig Tiller
ba3c3cd36c
Add testing of bad client behavior
...
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
10 years ago
Craig Tiller
356961916d
Remove all uses of __FUNCTION__
10 years ago
Julien Boeuf
83b029726b
Addressing comments.
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
Julien Boeuf
ae5b170155
Fixing test.
10 years ago
Julien Boeuf
84d964a8df
API for auth context and server-side secure transport only impl.
...
Still TODO:
- a way to plug a metadata processing (somewhat elsewhere but did not
one to overload this already large PR).
- plug-in the auth context on the client side.
- Better end to end testing.
10 years ago
Julien Boeuf
c6f8d0a4c6
Starting on low level changes to support server side authentication.
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
eadd9a3b8c
Add testing for GRPC_TRACE
10 years ago
Craig Tiller
fff495e908
Fix test, readd it to build
10 years ago
Craig Tiller
fbac5f17b7
Crash handling test
10 years ago
Craig Tiller
7df5d6a7f1
Use platform suffix api
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
Julien Boeuf
77e8c1cfb9
Clean up tsi properties.
10 years ago
Craig Tiller
e7da1d4e82
Fix mistaken test change
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
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
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
93ec3712e6
Enable test that got forgotten
10 years ago
Craig Tiller
667ca409ed
Fix new tests in C core
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
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
Craig Tiller
5fe7e5d81c
Fix some memory leaks
10 years ago
Craig Tiller
ff1ad1308e
Stopgap fix for fling_stream_test timing out
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