- Nov 07, 2015
-
-
Craig Tiller authored
-
- Nov 06, 2015
-
-
Craig Tiller authored
Sending empty trailing metadata to a closed stream is ok - it means close this already closed stream
-
Craig Tiller authored
-
Craig Tiller authored
-
- Nov 05, 2015
-
-
Craig Tiller authored
-
- Nov 03, 2015
-
-
Craig Tiller authored
Mirrors a node test, and fix a bug that it found
-
Craig Tiller authored
Needed to properly implement pollset reset
-
Craig Tiller authored
If we already have a status from the wire when we're disconnecting, leave it in place - don't overwrite it. Fixes disappearing_server_test.
-
Jan Tattermusch authored
-
- Nov 02, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
If: - one thread issues a kick forcing pollset re-evaluation - concurrently with a second thread forcing a specific poller to be awoken And: - both threads kicks are processed as a single wakeup Then: - since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible.
-
- Oct 31, 2015
-
-
David Garcia Quintas authored
-
- Oct 30, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Oct 29, 2015
-
-
vjpai authored
reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
-
Jorge Canizales authored
-
- Oct 28, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
-
Jorge Canizales authored
-
Jorge Canizales authored
Eventually all samples will be tested.
-
Jan Tattermusch authored
-
- Oct 27, 2015
-
-
Stanley Cheung authored
-
Jan Tattermusch authored
-
Stanley Cheung authored
-
- Oct 26, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Masood Malekghassemi authored
Warnings will be emitted when trying to import through alpha packages.
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
Still needs implementing format_as_block, and switching input and output to use sys.stdin.readline() and sys.stdout.write(line).
-