Commit Graph

39290 Commits

Author SHA1 Message Date
Prashant Jaikumar 43628b286f Update googletest version to v1.8.1
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
2019-06-20 18:17:13 -07:00
Muxi Yan 559e328799
Merge pull request #19410 from muxi/fix-run-tests
Fix ObjC test failures in Kokoro
2019-06-20 14:26:24 -07:00
Muxi Yan 07728ed01c Fix ios simulator failure 2019-06-20 12:46:00 -07:00
Yash Tibrewal bdab6833f1
Merge pull request #19359 from yashykt/out_of_bounds_tests
Add out of bounds frame tests
2019-06-20 11:42:40 -07:00
Qiancheng Zhao ba53ec6c12
Merge pull request #19357 from bigfacebear/pick_first_unref_unselected_subchannel
unref unselected subchannels in PF
2019-06-20 10:11:32 -07:00
Muxi Yan 7eb8bac696 Resolve xcodebuild issue on Mac 2019-06-20 10:03:01 -07:00
Muxi Yan c5c3983c97 Fix hard written port 2019-06-20 09:08:29 -07:00
apolcyn a6a6175ff1
Merge pull request #19414 from apolcyn/skip_broken_distrib
Skip all ruby distrib tests that use ruby 2.2
2019-06-19 23:14:34 -07:00
Qiancheng Zhao a75acbb6ae Unref unselected subchannels in Pick First. 2019-06-19 19:25:44 -07:00
Muxi Yan 5255b49fbc fix run_one_test 2019-06-19 15:40:22 -07:00
Juanli Shen 4d5f32ed2d
Merge pull request #19239 from AspirinSJL/compress_fix
Fix compression algorithm parsing
2019-06-19 15:37:29 -07:00
Alexander Polcyn 3e843d68d0 Skip all ruby distrib tests that use ruby 2.2 2019-06-19 14:59:26 -07:00
Muxi Yan 8a11a8120a More run_tests.py script fix 2019-06-19 14:53:55 -07:00
Muxi Yan 8cc3457776 fix tests so that they run 2019-06-19 13:48:37 -07:00
Yang Gao ea63190498
Merge pull request #19371 from yang-g/virtual_me
Add comments and rename internal methods
2019-06-19 12:25:05 -07:00
Juanli Shen 67e6b03e92 Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
Muxi Yan 0de90d672a
Merge pull request #19407 from muxi/fix-pr-jobs
Fix objc tests pull request failures
2019-06-19 11:30:24 -07:00
Muxi Yan 6a7bbbc1bd Fix objc tests pull request failures 2019-06-19 10:31:47 -07:00
yang-g 7b0ee41fd5 Resolve comment 2019-06-19 10:28:35 -07:00
Soheil Hassas Yeganeh 6f73241f71
Merge pull request #19365 from soheilhy/seq-cst
Avoid using seq_cst atomic operations in grpcpp when unnecessary.
2019-06-19 12:28:09 -04:00
Muxi Yan bb341f822d
Merge pull request #19177 from muxi/split-objc-tests
Split ObjC tests
2019-06-19 09:21:49 -07:00
Soheil Hassas Yeganeh 1366a609c7
Merge pull request #19386 from soheilhy/unique-ptr-deleter
Eliminate a branch in Delete for grpc_core::UniquePtr.
2019-06-19 10:42:13 -04:00
Yang Gao 907a1313a8
Merge pull request #19383 from yang-g/time
Cap deadline to 99999999 seconds on wire
2019-06-18 20:58:13 -07:00
Esun Kim c2ee790326
Merge pull request #19391 from veblush/master
Bump version to v1.23.0
2019-06-18 16:43:24 -07:00
Esun Kim cd27a36924 Regenerate projects 2019-06-18 15:40:50 -07:00
Esun Kim 63ffdf135f Bump version to 1.23.0 2019-06-18 15:40:19 -07:00
Srini Polavarapu e7dd800d35
Merge pull request #19373 from srini100/master
1.21.4 interop for cxx, csharp, php, ruby and python
2019-06-18 14:43:14 -07:00
Vijay Pai 6c46217dce
Merge pull request #19387 from grpc/revert-19042-subchannel_interface_connected_subchannel
Revert "Hide ConnectedSubchannel from LB policy API."
2019-06-18 13:03:46 -07:00
yang-g 9b49f03cf7 Relax deadline check in c# 2019-06-18 11:03:43 -07:00
Vijay Pai 6124a835d4 Revert "Hide ConnectedSubchannel from LB policy API." 2019-06-18 10:37:15 -07:00
yang-g 7f327f1ca7 Relax csharp deadline test 2019-06-18 10:33:02 -07:00
Vijay Pai 766ab783bc
Merge pull request #19378 from grpc/revert-18496-lb_shutdown_cleanup
Revert "Simplify LB policy and resolver shutdown."
2019-06-18 10:30:52 -07:00
Esun Kim b903bb2a3b
Merge pull request #19388 from veblush/master
Upmerge from v1.21.x
2019-06-18 10:25:19 -07:00
Esun Kim f426157762 Merge branch 'v1.21.x' 2019-06-18 09:45:08 -07:00
Soheil Hassas Yeganeh 61886e0d73 Eliminate a branch in Delete for grpc_core::UniquePtr.
This is showing up in microbenchmarks in the StringView PR,
becacuse strdup() retruns a grpc_core::UniquePtr now.

Removing the branch lowers the difference.
2019-06-18 12:06:17 -04:00
Jan Tattermusch 4d33b5c955
Merge pull request #19182 from haon4/201905291635
Update protobuf version to 3.8.0
2019-06-18 17:36:27 +02:00
yang-g e291396644 Cap deadline to 99999999 seconds on wire 2019-06-17 23:07:05 -07:00
Vijay Pai 62b5301236
Revert "Simplify LB policy and resolver shutdown." 2019-06-17 17:01:17 -07:00
Yash Tibrewal 24c232009c Merge branch 'master' into out_of_bounds_tests 2019-06-17 16:48:42 -07:00
Yash Tibrewal 8a310e5063 Clang tidy 2019-06-17 16:48:30 -07:00
Lidi Zheng 3ab7332769
Merge pull request #19356 from lidizheng/i15880
Surface exceptions in gevent IO manager
2019-06-17 16:47:02 -07:00
Srini Polavarapu 8c8dc0e3c7 1.21.4 interop for cxx, csharp, php, ruby and python 2019-06-17 15:01:28 -07:00
Yash Tibrewal 7dcdabf593
Merge pull request #19342 from yashykt/18416fix
Fix data race, heap use-after-free issue in bm_chttp2_transport
2019-06-17 13:27:55 -07:00
Yash Tibrewal c8233e108d
Merge pull request #19360 from yashykt/bad_client_fix
Add gtest dependency to the test instead of library
2019-06-17 13:26:33 -07:00
yang-g 7db36fe0a0 Add comments and rename internal methods 2019-06-17 11:18:03 -07:00
Lidi Zheng 454a7a0da3
Merge pull request #19310 from lidizheng/example-debug
Add Debug Example
2019-06-17 10:32:19 -07:00
Jan Tattermusch 6ec2ef7d27
Merge pull request #19306 from JunTaoLuo/johluo/add-lite-client-option
Add MSBuild metadata to set LiteClient for client generation.
2019-06-17 17:42:22 +02:00
Soheil Hassas Yeganeh 85f08100d4 Avoid using seq_cst atomic operations in grpcpp when unnecessary.
These cases are almost all in the callback API.

Also use atomic<intptr_t> insteda of atomic_int for consistency with
gpr_atm and grpc_core::Atomic.
2019-06-16 16:09:24 -04:00
Lidi Zheng e0a95c3267 Add more missing functions 2019-06-14 16:53:14 -07:00
Lidi Zheng 9bd526260a Remove unused imports 2019-06-14 16:49:53 -07:00