Jan Tattermusch
986070d280
use test size instead of timeout
5 years ago
Jan Tattermusch
abdf47084a
Merge pull request #21179 from jtattermusch/external_dns_with_tracing_deflake
...
Workaround the ExternalDnsWithTracingClientServerTest flake on Linux
5 years ago
Yash Tibrewal
3f108fc5f5
Merge pull request #21195 from yashykt/reduceloglevel
...
Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG
5 years ago
Yash Tibrewal
d3b6ce205c
Merge pull request #21119 from yashykt/removescheduler
...
Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure
5 years ago
Vijay Pai
6a33459237
Merge pull request #21182 from vjpai/ban_std_sync_again
...
Ban use of std::sync constructs
5 years ago
Yash Tibrewal
114f03ed6d
Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG
5 years ago
Yash Tibrewal
9708c1f390
Merge branch 'master' into removescheduler
5 years ago
hcaseyal
6e0f525d8b
Merge pull request #21193 from apolcyn/fix_test_assertion
...
Fix racey test assertion in alts_concurrent_connectivity_test
5 years ago
Yash Tibrewal
79aa21fa71
Reviewer comments
5 years ago
Muxi Yan
d6ca33175c
Merge pull request #21165 from muxi/fix-cpp-podspec
...
Fix typo in gRPC C++ podspec
5 years ago
Alexander Polcyn
2a6cad41a4
Fix racey test assertion in alts_concurrent_connectivity_test
5 years ago
Vijay Pai
405d7b4ce0
Ban use of std::sync constructs
5 years ago
Jan Tattermusch
f20125c501
Merge pull request #21152 from grpc/jtattermusch-patch-1
...
Increase MacOS C/C++ test limit
5 years ago
Jan Tattermusch
369e5a8de7
Merge pull request #20629 from KyleFromKitware/plugin-options
...
Add options for all codegen plugins
5 years ago
Jan Tattermusch
cf019a8cbe
only run the test with tracing enabled on windows
5 years ago
Jan Tattermusch
1387226fe0
reduce amount of logs generated by ExternalDnsWithTracingClientServerTest
5 years ago
Muxi Yan
f14ce59fc8
Fix typo in gRPC C++ podspec
5 years ago
Jan Tattermusch
d3bae20215
Increase MacOS C/C++ test limit
5 years ago
Jan Tattermusch
6e0b3a6784
Increase MacOS C/C++ test limit
5 years ago
Yash Tibrewal
61020b55f9
Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure
5 years ago
Muxi Yan
970f703337
Merge pull request #20988 from muxi/fix-filegroup-usage
...
Fix filegroup 'use' relationship in build.yaml
5 years ago
Muxi Yan
d14528e4bf
Merge pull request #20975 from muxi/boringssl-fix
...
Boringssl podspec clean-up
5 years ago
apolcyn
e0aa50d541
Merge pull request #21024 from apolcyn/raise_deadline
...
Raise deadline of failed RPC in cancel_ares_query_test
5 years ago
ZhenLian
4baad81c57
Merge pull request #21087 from ZhenLian/zhen_alts_context_C++
...
Patch for PR#20873
5 years ago
Muxi Yan
4d073daca3
podspec nit fix
5 years ago
Zhen Lian
15c9e4f0d5
Patch for PR#20873
5 years ago
Muxi Yan
67e90c38f0
Nit fix in Podfile
5 years ago
Muxi Yan
87e73a5ba4
Put back bcm.c exclusion since it's still creating duplicate symbols error
5 years ago
Muxi Yan
09471e0b38
build_projects
5 years ago
Muxi Yan
b4aace992c
Make cpp_cronet test use gRPC-C++/Cronet
5 years ago
Muxi Yan
37cce16d86
Fix gRPC-C++ Cronet subspec
5 years ago
hcaseyal
09fd255826
Merge pull request #20942 from hcaseyal/next_repo_manager
...
Update triage duty to veblush
5 years ago
Jan Tattermusch
0605a977c8
Merge pull request #20997 from grpc/jtattermusch-patch-1
...
Improve ServerCallContext doc comments.
5 years ago
Alexander Polcyn
7cd0d9266b
Raise deadline of RPC in cancel_ares_query_test
5 years ago
Muxi Yan
574b846103
Fix Cronet issue in gRPC-C++.podspec
5 years ago
Lidi Zheng
5cbec48728
Merge pull request #21012 from lidizheng/bazel-fmt
...
Adding Bazel file formatting scripts
5 years ago
Yash Tibrewal
4caedbca11
Merge pull request #20980 from yashykt/chttp2prune
...
Remove unused variable
5 years ago
Yash Tibrewal
b6329467df
Merge pull request #20963 from yashykt/sched_to_run_tsan
...
Fix TSAN race in handshakers
5 years ago
apolcyn
8c98066dca
Merge pull request #20929 from apolcyn/alts_recv_status
...
Use the RECV_STATUS op in ALTS handshake RPCs
5 years ago
Soheil Hassas Yeganeh
7c7110b63e
Merge pull request #21000 from soheilhy/fix-channelz
...
Use 64-bit atomic variales instead of gpr_atm in channelz.
5 years ago
Lidi Zheng
c9c7f9b69b
Fix reviewer's bug catches
5 years ago
Lidi Zheng
4a48e7be8b
Fix typo
5 years ago
Lidi Zheng
21e5292ded
Refer to the auto formatting script
5 years ago
Lidi Zheng
062b9cda83
Add two buildifier formatting scripts
5 years ago
Hope Casey-Allen
5fe30a0a73
Update manager to veblush
5 years ago
Alexander Polcyn
8e9c5a4c33
Update CLOSURE_RUN to Closure::Run
5 years ago
Alexander Polcyn
d7c51c6163
Have ALTS handshake clients do a RECV_STATUS op
5 years ago
Soheil Hassas Yeganeh
3261d69ae4
Use 64-bit atomic variales instead of gpr_atm in channelz.
...
There is possibility of overflow for both timestamps and counters.
Use Atomic<int64_t> and Atomic<gpr_cycle_counter> to make sure
there is no overflow.
Prior to bdd3fdddb2
, we were using grpc_millis. So the overflow
was hidden due to the fact that the deltas were correct upto 2^32
milliseconds (i.e., 49 days).
5 years ago
Jan Tattermusch
3f302c2c04
Improve ServerCallContext doc comments.
5 years ago
Esun Kim
af1eaa0d05
Merge pull request #20993 from veblush/build-sorted
...
Updates build files to use a sorted list of sources
5 years ago