Commit Graph

8805 Commits

Author SHA1 Message Date
Muxi Yan f3e4ae633e Regenerate projects 2018-11-19 15:24:53 -08:00
Lidi Zheng 31e8a6aa32
Merge pull request #17229 from lidizheng/make-docgen-py-work
Make docgen.py work
2018-11-15 20:26:08 -08:00
Lidi Zheng d1776af2ff Make docgen.py work
* Merge unnecessary arguments
* Remove the build command (CI should make sure it works, not this script)
* Speed up the GitHub operations with proper flags
* Adding Sphinx to setup requirement
2018-11-15 17:39:22 -08:00
Juanli Shen d8a7af85d7
Merge pull request #17063 from AspirinSJL/lb_config
Add support for LB config in service config
2018-11-15 15:13:29 -08:00
vishalpowar c809fa7829
Merge pull request #17210 from vishalpowar/import-envoy-submodule
Add envoy and its dependent repos as submodules in third_party
2018-11-15 14:11:40 -08:00
Juanli Shen 8a880801ae Add support for LB config in service config 2018-11-15 13:31:27 -08:00
Jan Tattermusch 9cfacc48ee
Merge pull request #17215 from jtattermusch/tool_test_msan_disable
Disable grpc_tool_test on msan
2018-11-14 20:22:03 +01:00
Vishal Powar 862bba6fb4 Updating sanity check for submodules 2018-11-14 11:09:55 -08:00
Jan Tattermusch 310e1b07a7 adding THREAD_SANITIZER define seems to trigger #17175 2018-11-14 17:24:58 +01:00
Jan Tattermusch e5f9f5ef46 disable grpc_tool_test on msan 2018-11-14 16:40:35 +01:00
Yihua Zhang 3fefdde3cc remove ALTS shared resources 2018-11-13 09:44:28 -08:00
Yihua Zhang 99d8216d06 create internal version of grpc_call_cancel. 2018-11-12 20:00:37 -08:00
Jan Tattermusch 1f5ffe3c53
Merge pull request #17187 from jtattermusch/macos_high_maxfiles
Use the kokoro's default maxfiles on macosx
2018-11-12 23:17:04 +01:00
Jan Tattermusch 3889eb57b9
Merge pull request #17184 from jtattermusch/fix_python_linux_extra
Fix linux_extra python artifacts
2018-11-12 23:14:37 +01:00
Bill Feng 15be84ac2e
Merge pull request #17172 from billfeng327/bugfix/enable-json-run-localhost-tsan
fix incorrect exclusion of json_run_localhost in TSAN and ASAN
2018-11-12 11:17:25 -08:00
Jan Tattermusch 2cf1682c97 use the kokoro's default maxfiles on macosx 2018-11-12 19:15:26 +01:00
Bill Feng 47ed4f34ad changed exclusion to the correct target 2018-11-12 09:40:04 -08:00
Jan Tattermusch 15451b5951 fix linux_extra python artifacts 2018-11-12 15:23:37 +01:00
Jan Tattermusch 14d0dff09f make client_channel_stress_test run exclusively 2018-11-12 14:47:29 +01:00
Lidi Zheng 6a368df7ab
Merge pull request #17150 from lidizheng/enable-virtualenv-tests
Fix gRPC python tests failing under `virtualenv`
2018-11-09 15:30:24 -08:00
Lidi Zheng c6471a7f85 Only install virtualenv if not inside of virtualenv already 2018-11-09 13:48:49 -08:00
Bill Feng 5fbace0a03 fix incorrect exclusion of json_run_localhost in TSAN 2018-11-09 11:31:49 -08:00
Jan Tattermusch d0ad7518ba
Merge pull request #17171 from jtattermusch/python_bazel_useful_output
Make python bazel tests outputs useful
2018-11-09 20:30:57 +01:00
Jan Tattermusch eb24d9fc43
Merge pull request #17169 from jtattermusch/foundry_msan_pr_script
Add script for running RBE msan on PRs
2018-11-09 19:39:10 +01:00
Jan Tattermusch e73d4db498 make python bazel tests outputs useful 2018-11-09 19:21:10 +01:00
Jan Tattermusch 7531e6a346
Merge pull request #17158 from jtattermusch/foundry_opt_dbg_config
use bazel --config= for all foundry builds
2018-11-09 19:02:47 +01:00
Jan Tattermusch 969a155237 add script for running RBE msan on PRs 2018-11-09 18:10:52 +01:00
Jan Tattermusch 28ec812dcc use sanitizer-related defines for absl 2018-11-09 13:41:09 +01:00
Jan Tattermusch 3f9f834b65 disable json_run_localhost on bazel RBE msan 2018-11-08 23:04:31 +01:00
Jan Tattermusch 2a4f8a3f25 use bazel --config= for all foundry builds 2018-11-08 14:21:14 +01:00
Jan Tattermusch b3ab16b465
Merge pull request #17133 from jtattermusch/parallel_compile_python_distribtests
Add _parallel_compile_patch.py to python manifest
2018-11-08 08:01:22 +01:00
Jan Tattermusch 9662dc9444
Merge pull request #17134 from jtattermusch/run_tests_matrix_improvements
run_tests_matrix.py should log run_tests commands
2018-11-08 07:58:20 +01:00
Moiz Haidry 729a0a9e5b
Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmark
Added benchmarks for Callback based Unary server
2018-11-07 12:02:22 -08:00
Lidi Zheng 01c6565fb5
Merge pull request #16995 from lidizheng/from-3.4-to-3.7
Migrate tests from Python 3.4 to Python 3.7
2018-11-07 11:11:02 -08:00
Moiz Haidry 1303ec7b53 Added benchmarks for Callback based Unary server 2018-11-07 10:08:51 -08:00
Jan Tattermusch 2b87b4ff07 run_tests_matrix.py should log run_tests commands 2018-11-07 11:33:11 +01:00
Jan Tattermusch d83903ffd1 add _parallel_compile_patch.py to python manifest 2018-11-07 09:26:59 +01:00
Jan Tattermusch 35e1f9fa6a
Merge pull request #17121 from jtattermusch/speedup_interop_builds
Speedup interop builds (PHP and C++)
2018-11-07 08:49:35 +01:00
Lidi Zheng 8a0b08b574 Migrate tests from Python 3.4 to Python 3.7 2018-11-06 15:37:51 -08:00
Yash Tibrewal 193b4b57ec
Merge pull request #17072 from yashykt/interceptor_cancellation
Interceptors should see a Cancellation notification
2018-11-06 14:56:24 -08:00
Jan Tattermusch dff13fe1a9 speedup C++ interop build 2018-11-06 19:11:39 +01:00
Jan Tattermusch a8d960bbd2 speedup php7 interop build 2018-11-06 19:11:39 +01:00
Jan Tattermusch f1df763d32 speedup PHP interop build 2018-11-06 19:11:38 +01:00
Jan Tattermusch 2fc2d7fc40
Merge pull request #17117 from jtattermusch/interop_tests_deprecate_internalci
run_interop_tests.py cleanup (deprecate --internal_ci cmdline arg)
2018-11-06 19:05:13 +01:00
Jan Tattermusch 6645845658 run_interop_tests.py cleanup 2018-11-06 17:48:43 +01:00
Jan Tattermusch af1e904029 time macos prepare script 2018-11-06 12:49:12 +01:00
Jan Tattermusch 7517b839ac
Merge pull request #17057 from jtattermusch/faster_python_build
Add python monkey-patch for parallel build_ext compilation
2018-11-06 12:13:18 +01:00
Yash Tibrewal c9b65f2bde
Merge pull request #17107 from yashykt/buildissue
move client_interceptor.cc from src/cpp/codegen to src/cpp/client
2018-11-05 18:34:23 -08:00
Richard Belleville 6b934a8361
Merge pull request #17088 from grpc/tools_py3_2
Make run_tests.py python-version agnostic
2018-11-05 16:54:05 -08:00
Richard Belleville 762b269525 Retain compatiblity with python2 2018-11-05 15:15:36 -08:00