Craig Tiller
710d58cfae
Disable profiling in qps_worker for now
9 years ago
Sree Kuchibhotla
b0d1567e8e
Revert "Revert "Properly integrate async API with server-side cancellations.""
9 years ago
David Garcia Quintas
4ac52fa6dd
WIP. Added codegen_test
9 years ago
Nicolas "Pixel" Noble
2d86263de3
Added python_wrapper.sh to take care of finding an appropriate version of python from the system.
9 years ago
Sree Kuchibhotla
edd96e4926
Revert "Properly integrate async API with server-side cancellations."
9 years ago
Craig Tiller
2d9476898b
Revert "Ensure that no #includes are inside of a namespace."
9 years ago
Dan Born
51221f1e7e
clang reformat.
9 years ago
Dan Born
f2f7d57c01
Allow use of alternative credential types.
9 years ago
Vijay Pai
dbf47fabd4
Better comments.
9 years ago
Vijay Pai
2e729387f7
clang-format
9 years ago
Vijay Pai
13ee2f2df3
Properly integrate async API with server-side cancellations.
...
There is a comment above IsCancelled that says when it is ok to use this.
9 years ago
Masood Malekghassemi
093ff5db8b
Fix copyright
9 years ago
Craig Tiller
0cb803d9ca
Always ref writable streams
...
We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.
Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
9 years ago
Craig Tiller
98990726a0
Revert "Update reconnect_interop_server.cc"
9 years ago
David Garcia Quintas
2a8c280370
sanity
9 years ago
David Garcia Quintas
eef5c01cf4
clang-format
9 years ago
David Garcia Quintas
94c80d8389
copyrights
9 years ago
David Garcia Quintas
7d757ca29d
Ensure that no #includes are inside of a namespace.
9 years ago
Craig Tiller
c6611efb67
Revert "Update reconnect_interop_client.cc"
9 years ago
makdharma
38a560b6ba
Update reconnect_interop_server.cc
9 years ago
makdharma
bd50f305a3
Update reconnect_interop_client.cc
9 years ago
Vijay Pai
6c016efa34
ServerTryCancel was not actually respecting the API since it
...
could be an arbitrary amount of time between when the cancel is tried
and actually observable.
9 years ago
Sree Kuchibhotla
9e5a05af8a
Fix clang format issue
9 years ago
Craig Tiller
7c075b3953
Remove broken test
...
This test is inherently flaky and I don't see any way to make it not so.
Historically this test has not (in my memory) given any signal that something is actually broken.
Let's save maintenance and just nuke it.
9 years ago
Craig Tiller
7fe08a23f1
clang-format
9 years ago
Sree Kuchibhotla
8d543e8e30
Fix ResponseStreamServerCancelAfter test flake
9 years ago
Jan Tattermusch
3f1aa9b99a
add copyright and cleanup python code
9 years ago
Sree Kuchibhotla
e1dd18a945
Fix copyright
9 years ago
Jan Tattermusch
fa4b163fea
windows C# distribtest
9 years ago
Craig Tiller
3af3f743c3
Fixes to things
9 years ago
Vijay Pai
c47c9497fa
clang-format
9 years ago
vjpai
60a7e3336d
Finish clients fully before finishing servers
9 years ago
Alistair Veitch
600e993e7a
add checking of character values
9 years ago
Craig Tiller
2bf99e47ad
Fix jwt test
9 years ago
vjpai
e7042b5ddf
Simplify Mark processing code
9 years ago
Craig Tiller
7c07aacb0f
Fix async e2e
9 years ago
Vijay Pai
02eda41d21
Do stream operations in a more idiomatic way: Write, WritesDone, Read until fail, Finish
9 years ago
Craig Tiller
69b093b360
Revert "Revert "Add an implementation firewall against pollset_set""
9 years ago
Vijay Pai
e9ef536451
Revert "Add an implementation firewall against pollset_set"
9 years ago
Craig Tiller
36f8f88529
Fix crash on mac
9 years ago
Alistair Veitch
188563f474
eliminate binary tags
9 years ago
Craig Tiller
1d7704d7a1
Fix windows
9 years ago
Craig Tiller
85371a2bb0
Change pollset mutex ownership
9 years ago
Vijay Pai
bdfec2c86c
SimultaneousReadWritesDone test was not observing the contract on the
...
streaming API. In particular, Finish should not be called until the client
is sure that there is no more message to be read (as documented in
the comments for ClientStreamingInterface::Finish)
9 years ago
Craig Tiller
a75d18addd
Make out private bits private
9 years ago
Craig Tiller
319f2897d8
Clean up tests
9 years ago
Nicolas "Pixel" Noble
7204010c05
Fixing format and copyright.
9 years ago
Dan Born
1b5a264eb8
Allow new credential types to be added to tests.
9 years ago
Dan Born
53a94ef4e7
Use standard include paths.
9 years ago
Dan Born
7275f36411
Initialize mutex to nullptr.
9 years ago