Craig Tiller
|
1dd7026cd2
|
Fixup some tests
|
10 years ago |
Craig Tiller
|
27df2cf69c
|
Pluck some low hanging concurrency fruit
Make the shutdown flag on servers be per thread to save contention on
the lock that must guard it.
|
10 years ago |
Vijay Pai
|
13735d5d7e
|
if->while
|
10 years ago |
Vijay Pai
|
5606199585
|
Delete spare contexts lying around at the end of the test to avoid
showing up as memory leaks
Also reduce the rate of the openloop test - this may be an issue with
sanitizers particularly because of issue #2278
|
10 years ago |
Vijay Pai
|
e2980cd0b3
|
Eliminate data-race caused by specialization in vector<bool>
|
10 years ago |
Craig Tiller
|
c824067677
|
Expand uri tests
|
10 years ago |
Craig Tiller
|
93305a5dbe
|
Memory leak fix
|
10 years ago |
Siddharth Rakesh
|
a90c81ea61
|
Removing this pointers
|
10 years ago |
Siddharth Rakesh
|
fd1a20a667
|
Changes introduced for passing hashed user id instead of access token
|
10 years ago |
Craig Tiller
|
e46f00a1d3
|
Fix leaked string in bad_client.c
|
10 years ago |
Craig Tiller
|
991edad25c
|
SSL refcounting fixes
Handle the case where we recreate an auth context.
Add (opt-in) debugging for refcounts on auth contexts.
|
10 years ago |
Craig Tiller
|
cf34343646
|
Wait for expectations to be fulfilled
|
10 years ago |
Craig Tiller
|
079a11bb9b
|
clang-format affected files
|
10 years ago |
Craig Tiller
|
49924e0e62
|
Better handling of cancellation, uri parse errors, and disconnection
|
10 years ago |
Craig Tiller
|
d9a5088604
|
SSL channel args work with client config again
|
10 years ago |
Craig Tiller
|
9846503567
|
Debugging
|
10 years ago |
Siddharth Rakesh
|
268e59063a
|
Adding required changes
|
10 years ago |
Julien Boeuf
|
c141772c61
|
Fixing this one as well.
|
10 years ago |
Julien Boeuf
|
da13cd201b
|
Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as well.
|
10 years ago |
Craig Tiller
|
ee98d84a02
|
Add an fd conservation test to verify that fds actually close
|
10 years ago |
Craig Tiller
|
acf0f07dfc
|
Unix resolver, bug fixes
|
10 years ago |
Craig Tiller
|
eb3b12e417
|
Further client config work
|
10 years ago |
Craig Tiller
|
052d27b891
|
Tidy up test to meet our standards
|
10 years ago |
Craig Tiller
|
30ee10b785
|
Rename test into the right place
|
10 years ago |
Masood Malekghassemi
|
1aa041ab1a
|
BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN
|
10 years ago |
yang-g
|
0b6ad7d4bc
|
Bug fix. Do not push to incoming_queue after it is flushed.
|
10 years ago |
Craig Tiller
|
e039f03383
|
Plumbing transport_op changes through
|
10 years ago |
Julien Boeuf
|
3e55b9fe62
|
Base64 decode improvements.
- Allow ablity to specify the length for decoding.
- Allow for non-padded encodings to be decoded properly.
|
10 years ago |
Craig Tiller
|
b7959a0b36
|
s/grpc_transport_op/grpc_transport_stream_op/g
|
10 years ago |
Craig Tiller
|
f75fc12e3a
|
Add a test that headers are properly in build.json
Clean up anything that failed
|
10 years ago |
Craig Tiller
|
3bc8ebd48e
|
Implementation work for client_config
- uri parsing
- dns resolution
|
10 years ago |
Abhishek Kumar
|
7bce516b3b
|
Spelling fix: UnImplementedService -> UnimplementedService
|
10 years ago |
Julien Boeuf
|
abc09d8b12
|
Adding util to get a NULL terminated string from a slice.
|
10 years ago |
Nicolas "Pixel" Noble
|
4cc8c8abf4
|
Adding a check to find NPN-capable OpenSSL.
|
10 years ago |
Siddharth Rakesh
|
df77c580dc
|
Added support for passing a tag with the test
|
10 years ago |
Abhishek Kumar
|
eb6b216004
|
Rename Status -> EchoStatus to avoid conflict
|
10 years ago |
yang-g
|
b1bbc8764d
|
proper init const char *
|
10 years ago |
Yang Gao
|
89c5a56233
|
Add const to ByteBuffer methods and add tests
|
10 years ago |
Craig Tiller
|
0960875b06
|
Remove spammy line (this is obfuscating testing logs)
|
10 years ago |
sidrakesh93
|
ca241639c6
|
Update perf_db_client.cc
|
10 years ago |
Craig Tiller
|
8cca4694ee
|
Fix flaky test
Assertation could be false if the server responds quickly enough (it's
unlikely to). Removing the assert does not change the nature of the
test.
|
10 years ago |
Siddharth Rakesh
|
a4de070c69
|
Further corrections to syntax
|
10 years ago |
Siddharth Rakesh
|
60111c0df8
|
updated syntax based errors
|
10 years ago |
Craig Tiller
|
aeedff1ef8
|
Use a character literal instead of grpc::string
|
10 years ago |
Siddharth Rakesh
|
4364546668
|
Applied required modifications
|
10 years ago |
Siddharth Rakesh
|
373ad4d0d0
|
edited report
|
10 years ago |
Craig Tiller
|
7552f0f958
|
Ensure tests are built during run_tests runs
The issue remains that we don't test our tools, but at least we test
that they compile.
|
10 years ago |
Siddharth Rakesh
|
c3cd4780df
|
minor commented code removal
|
10 years ago |
Siddharth Rakesh
|
64967d4fac
|
removed dependency on python_gflags, using argparse instead
|
10 years ago |
Abhishek Kumar
|
747cdbf9c0
|
Fixed bug : int -> int32
|
10 years ago |