Alexander Polcyn
|
42c0d59d76
|
Revert "Add a flag to the resolver_component_test that permits extra addresses"
This reverts commit 02ce860592.
|
2018-03-29 16:51:24 -07:00 |
Vijay Pai
|
a7df986f08
|
Expand timeouts to deflake alarm test
|
2018-03-27 10:55:41 -07:00 |
apolcyn
|
bd6bdf9327
|
Merge pull request #13290 from apolcyn/cares_address_sorting_master_c
Add address sorting submodule for use in c-ares wrapper
|
2018-03-26 14:34:57 -07:00 |
David G. Quintas
|
ab5fca8324
|
Merge pull request #14680 from dgquintas/fix_for_clang5
Don't capture unnecessary or unused variables
|
2018-03-22 10:12:08 -07:00 |
Jan Tattermusch
|
b4a5727149
|
Merge pull request #14321 from grpc/revert-13813-disable_low_thread_count
Revert "Disabled the json_run_localhost:*_low_thread_count family of tests"
|
2018-03-22 09:11:55 +01:00 |
David Garcia Quintas
|
caa2605a28
|
Don't capture unnecessary or unused variables
|
2018-03-21 18:25:22 -07:00 |
Noah Eisen
|
dc93b71e53
|
Merge pull request #14751 from ncteisen/channel-tracing
[Fix Forward]: Channel Tracing Implementation; Part 1
|
2018-03-21 16:49:12 -07:00 |
Vijay Pai
|
7959f7d248
|
Merge pull request #14759 from vjpai/desneak
C++: Desneak client async unary call
|
2018-03-21 10:10:43 -07:00 |
Alex Polcyn
|
77f64f76bd
|
Put address_sorting's public header under its own directory. Also add
test_only to sort function used in test.
|
2018-03-20 23:51:23 -07:00 |
Alexander Polcyn
|
5de347855a
|
Reorganize cmake rules for address sorting; also fix merge conflict
Fix clang-tide issue
|
2018-03-20 23:51:23 -07:00 |
Alexander Polcyn
|
d21ee15076
|
Stop relying on certain ipv6 macros. Also bazel build updates.
Fix error just made in bazel/grpc_build_system.bzl
Fix merge conflict support/env -> gpr/env
|
2018-03-20 23:51:23 -07:00 |
Alexander Polcyn
|
690dde672a
|
Add address sorting submodule for use in c-ares wrapper
|
2018-03-20 23:51:19 -07:00 |
apolcyn
|
eb8af5c733
|
Merge pull request #14548 from apolcyn/allow_extra_records_in_resolver_test
Add a flag to the c-ares resolver tests that permits extra addresses to be received
|
2018-03-20 10:34:23 -07:00 |
Jan Tattermusch
|
ac08180ab3
|
Revert "Disabled the json_run_localhost:*_low_thread_count family of tests"
|
2018-03-20 17:16:34 +01:00 |
Vijay Pai
|
cdddc8ce42
|
Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity)
|
2018-03-20 08:46:28 -07:00 |
ncteisen
|
6e22d21608
|
Fix small build issues
|
2018-03-19 15:56:28 -07:00 |
ncteisen
|
3b42f83068
|
Revert "Revert "Channel Tracing Implementation; Part 1""
This reverts commit f2bea3725f.
|
2018-03-19 13:22:35 -07:00 |
Noah Eisen
|
f2bea3725f
|
Revert "Channel Tracing Implementation; Part 1"
|
2018-03-19 12:05:18 -07:00 |
Noah Eisen
|
1571abdb7f
|
Merge pull request #13883 from ncteisen/channel-tracing
Channel Tracing Implementation; Part 1
|
2018-03-16 07:55:43 -10:00 |
ncteisen
|
b93a006d64
|
Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing
|
2018-03-15 13:46:28 -10:00 |
Vijay Pai
|
ba46afe3e2
|
Delete status_test that has no coverage; replace with static_asserts
|
2018-03-15 11:30:59 -07:00 |
David G. Quintas
|
ac872dd656
|
Merge pull request #14556 from dgquintas/grpclb_test_call_creds_removal
Verify LB doesn't receive call creds
|
2018-03-14 12:51:29 -07:00 |
apolcyn
|
43911f2564
|
Merge pull request #14690 from apolcyn/fix_resolver_test_arg_parse
Fix resolver test script's arg parsing for bazel runs
|
2018-03-14 00:13:03 -07:00 |
David Garcia Quintas
|
6234054aa8
|
Verify LB doesn't receive call creds
|
2018-03-13 18:59:40 -07:00 |
Alexander Polcyn
|
1eaac47f52
|
Fix arg parsing in resolver test script
|
2018-03-13 10:46:59 -07:00 |
kpayson64
|
539f5068bd
|
Abstract libuv implementation
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
|
2018-03-13 01:21:42 -07:00 |
Vijay Pai
|
44fd6557ae
|
Merge pull request #14676 from muxi/fix-inttypes-include
Stop including inttypes.h in gRPC core public header
|
2018-03-12 19:13:32 -07:00 |
Muxi Yan
|
2a03c876ec
|
Fix one more file
|
2018-03-12 14:54:55 -07:00 |
Vijay Pai
|
2c6aee9cf7
|
Merge pull request #14591 from vjpai/framesize
Build with stack frame size limits
|
2018-03-12 14:21:10 -07:00 |
Mark D. Roth
|
41c396ec88
|
Merge pull request #14607 from markdroth/c++_byte_stream
Convert byte_stream API to C++.
|
2018-03-12 11:05:36 -07:00 |
apolcyn
|
1213682122
|
Merge pull request #14662 from apolcyn/fix_broken_file_test_under_bazel
Fix a broken bazel test
|
2018-03-10 12:40:34 -08:00 |
Vijay Pai
|
a7f52a62ba
|
Merge pull request #14660 from vjpai/exception_10x
Run exception tests 10x to make sure server doesn't crash
|
2018-03-09 16:42:24 -08:00 |
Vijay Pai
|
c04c53b38e
|
Run exception tests 10x to make sure server doesn't crash
|
2018-03-09 15:15:32 -08:00 |
Alexander Polcyn
|
f133259617
|
Fix broken golden file test under bazel
|
2018-03-09 14:45:43 -08:00 |
Mark D. Roth
|
3d8b32d8b3
|
Convert byte_stream API to C++.
|
2018-03-09 13:25:40 -08:00 |
Muxi Yan
|
34f153cbeb
|
Change grpc++ reference in names to grpcpp in test/cpp/cocoapods
|
2018-03-09 12:25:05 -08:00 |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
2018-03-08 22:04:59 -08:00 |
apolcyn
|
44dac6050a
|
Merge pull request #14610 from apolcyn/python_dig
Remove the C++ test dependency on dig and dnsutils
|
2018-03-08 11:36:35 -08:00 |
ncteisen
|
0c6024b94d
|
Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing
|
2018-03-07 10:17:15 -08:00 |
ncteisen
|
09703ea300
|
Add severity
|
2018-03-07 00:34:37 -08:00 |
ncteisen
|
97a3dbeb36
|
Move C++ to util, call it from core test
|
2018-03-07 00:00:14 -08:00 |
ncteisen
|
568a95e0b4
|
Make test work
|
2018-03-06 23:31:47 -08:00 |
ncteisen
|
503099b1cc
|
Redoing render, about to take things away
|
2018-03-06 23:21:04 -08:00 |
ncteisen
|
07ed0396a9
|
Add JsonProtoTest
|
2018-03-06 21:44:08 -08:00 |
Alexander Polcyn
|
0a05b782fe
|
Move python DNS utilities to utils subdirectory
|
2018-03-06 19:22:34 -08:00 |
apolcyn
|
14b470ac8f
|
Merge pull request #14609 from apolcyn/cleanup_grpc_py_binary
Clean up grpc_py_binary build rule
|
2018-03-06 16:23:25 -08:00 |
Alex Polcyn
|
3c5e12de08
|
Remove the C++ test dependency on dig and dnsutils
|
2018-03-06 11:52:58 -08:00 |
Alexander Polcyn
|
092f199474
|
Clean up grpc_py_binary build rule
|
2018-03-06 10:40:54 -08:00 |
Vijay Pai
|
2f4161c210
|
Use stack frame size limits for consistency with internal builds
|
2018-03-05 16:43:32 -08:00 |
Vijay Pai
|
7fed69b7ad
|
Use static_cast rather than reinterpret_cast whenever possible
|
2018-03-05 16:35:10 -08:00 |