Commit Graph

4966 Commits

Author SHA1 Message Date
Mehrdad Afshari 28661ea6e1 Bump third_party/protobuf submodule to v3.5.0 2017-11-24 17:56:04 -08:00
yang-g 704009a198 Enable check for use-after-dtor 2017-11-21 17:24:50 -08:00
Noah Eisen b8ec238211 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core 2017-11-21 10:12:28 -08:00
Nicolas Noble 240762d4c2
Merge pull request #13060 from jwpowell055/master
Allow Bazel to build gRPC as a third-party dependency without git submodules
2017-11-21 09:36:44 -08:00
josh 84a066bf29 Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.py 2017-11-17 20:11:56 -07:00
ncteisen 0392f8acc3 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ 2017-11-17 16:17:21 -08:00
ncteisen aa3b19741f Rename tracer_peer to tracer_util 2017-11-17 15:56:48 -08:00
Noah Eisen ad3bdbeb4a
Merge pull request #13335 from ncteisen/inline-closure
Inline Closure
2017-11-16 14:43:06 -08:00
adelez 82c8f94530
Merge pull request #13411 from adelez/fix_python
Fix manual docker command output for Python.
2017-11-16 10:41:50 -08:00
Jan Tattermusch 57a66242d0
Merge pull request #13394 from murgatroid99/node_interop_test_invocation_fix
Update Node interop test invocation to use new fixtures
2017-11-16 11:30:23 +01:00
Adele Zhou a00f972b21 Fix manual docker command output for Python. 2017-11-15 15:20:19 -08:00
ncteisen b606158955 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core 2017-11-14 17:09:48 -08:00
Juanli Shen 070f0c4b67
Merge pull request #13139 from AspirinSJL/stress_test
Client channel stress test
2017-11-14 17:06:26 -08:00
ncteisen 90ffc3a6f7 Add tracer peer to keep set_enabled private() 2017-11-14 16:29:35 -08:00
murgatroid99 a214a99f92 Update Node interop test invocation to use new fixtures 2017-11-14 16:13:04 -08:00
Juanli Shen e5d2139e1e Add client channel stress test 2017-11-14 16:07:23 -08:00
ncteisen 88a7a9f82e Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core 2017-11-14 11:38:31 -08:00
Alexander Polcyn f51b7e16ee Fix missing copyright, fix merge conflict in updated BUILD 2017-11-13 21:29:50 -08:00
josh d692b76864 Pulling upstream changes and resolving merge conflicts with third_party/cares/cares.BUILD 2017-11-13 21:51:27 -07:00
Alexander Polcyn 16ba80c850 Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi 2017-11-13 20:48:20 -08:00
Noah Eisen 9268703dc9 Merge branch 'master' of https://github.com/grpc/grpc into inline-closure 2017-11-13 17:16:56 -08:00
Alexander Polcyn 248c4f5848 Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi 2017-11-13 16:31:27 -08:00
Alexander Polcyn 3f6b10afba Use existing read buffer in security handshaker if present 2017-11-13 16:18:14 -08:00
ncteisen 4d9c98b146 split POC into real test 2017-11-13 10:03:02 -08:00
ncteisen 0b37f03991 Regenerate projects 2017-11-13 10:03:01 -08:00
ncteisen dd34f3caf6 Inline closure 2017-11-12 20:18:24 -08:00
Craig Tiller d2ff02df18 Actually turn on the test 2017-11-10 14:14:35 -08:00
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
Craig Tiller 660d4aa2d2 Merge github.com:grpc/grpc into tfix2 2017-11-08 09:42:32 -08:00
Yash Tibrewal d9da7387b8
Merge pull request #13147 from yashykt/testc++ize
Convert test/core to C++
2017-11-07 17:02:23 -08:00
murgatroid99 d02751aed1 Don't delete grpc-node test script 2017-11-06 09:30:10 -08:00
josh bd42ca1110 Adding check_bazel_workspace.py to perform a sanity check that the external repo dependencies expressed via git submodules and those expressed as Bazel WORKSPACE rules agree exactly. 2017-11-02 20:30:39 -06:00
murgatroid99 df58b2b39d Merge branch 'master' into remove_node 2017-11-02 17:06:46 -07:00
Craig Tiller 48d2696664 Merge github.com:grpc/grpc into tfix2 2017-11-01 15:23:26 -07:00
Yash Tibrewal 8bd88c459a Merge master 2017-11-01 11:49:00 -07:00
David G. Quintas e1d91cfd58
Merge pull request #13208 from dgquintas/lb_poll2
Make the BG poller poll very frequently in LB tests
2017-11-01 19:27:52 +01:00
David Garcia Quintas 4b6f3b8c4f Re-enabled all polling engines for LB tests 2017-10-31 19:26:31 -07:00
Jan Tattermusch c0fe6025b4
Merge pull request #13185 from jtattermusch/reasonable_multipliers
Use reasonable multiplier values for C/C++ tests
2017-10-31 20:47:24 +01:00
Noah Eisen 09b4d7cc7d
Merge pull request #13123 from ncteisen/disable-trickle
Disable bm_trickle from running under TSAN
2017-10-31 12:45:20 -07:00
Yash Tibrewal d89c202dca solve benchmark issue 2017-10-31 12:09:51 -07:00
Yash Tibrewal 888691344e Merge branch 'master' into testc++ize 2017-10-31 11:24:36 -07:00
Yash Tibrewal 77532036b6 BUILD changes. test languauge to C++ 2017-10-31 11:11:18 -07:00
Jim King 3e0769957e
Merge pull request #13106 from Vizerai/census_update
Cleaning up census code.
2017-10-31 11:10:00 -07:00
Yash Tibrewal 268685bcbd Merge branch 'master' into testc++ize 2017-10-30 16:28:56 -07:00
Yuchen Zeng 9e6837d397
Merge pull request #12732 from y-zeng/connectivity_watcher
Client channel backup poller
2017-10-30 14:47:24 -07:00
Mark D. Roth 662ec97674
Merge pull request #12878 from markdroth/pick_first_subchannel_list
Refactor subchannel_list code out of RR and use it in PF.
2017-10-30 13:07:59 -07:00
Yuchen Zeng 0bad30a244 Use backup pollser instead of connectivity watcher 2017-10-30 12:06:52 -07:00
Yuchen Zeng f8ed4fa7f4 convert connectivity_watcher to cpp file 2017-10-30 12:06:52 -07:00
Yuchen Zeng 7269667f9e Add client channel connectivity watcher 2017-10-30 12:04:53 -07:00
Jan Tattermusch b559d860cf thread_stress_test: default timeout is sufficient 2017-10-30 16:36:39 +01:00