Adele Zhou
ab8fce5338
Disable node 1.7
2017-11-27 09:53:19 -08:00
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
2017-11-24 17:56:04 -08:00
Yang Gao
070a14f0cd
Merge pull request #13484 from yang-g/msan
...
Enable check for use-after-dtor
2017-11-22 11:51:59 -08:00
Adele Zhou
e4d63e6446
Give a command example with multiple languages.
2017-11-22 11:10:10 -08:00
Adele Zhou
935aa47e65
Use special VIP
2017-11-22 11:10:10 -08:00
Adele Zhou
4fba378edf
Switch back to using template located at _IMAGE_BUILDER because the previous change will break Go, Java and Node.
2017-11-22 11:10:01 -08:00
Adele Zhou
a3664680c5
Recreate the git root dir by default.
2017-11-22 11:09:01 -08:00
Adele Zhou
99986d76a5
fix
2017-11-22 11:08:58 -08:00
adelez
937e53d821
Merge pull request #13480 from carl-mastrangelo/bumpybumpsarebumpy
...
Add java 1.8
2017-11-22 10:58:36 -08:00
yang-g
704009a198
Enable check for use-after-dtor
2017-11-21 17:24:50 -08:00
Menghan Li
a4f0320643
Add go release versions to client_matrix.py
2017-11-21 13:32:47 -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
Carl Mastrangelo
4c1713af84
Add java 1.8
2017-11-21 10:00:20 -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
Mehrdad Afshari
9b4315682b
Do not require bazel for check_grpcio_tools.py
...
The `make_grpcio_tools.py` rube-goldberg machinery relies on
`bazel` to extract the list of files required to compile the
`grpcio-tools` package that are provided by the `protobuf`
submodule. In order to ensure that list is up to date,
`check_grpcio_tools.py` sanity check does the same `bazel`
query, and checks the full contents against the already
existing list in the repository. This has the downside of
requiring `bazel` to run that particular check at sanity test
time, and flakiness has been seen there.
This commit changes the code generation process to include
the git hash of the submodule at the time `make_grpcio_tools.py`
is invoked and stores it in the generated file and instead of
doing the whole process at test time, the `check_grpcio_tools.py`
sanity test simply checks the submodule version at test time
and verifies it against the version included in the file by
`make_grpcio_tools.py` thus removing the `bazel` dependency
at test time and increasing test robustness and speed.
2017-11-20 12:14:23 -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
Jan Tattermusch
366e23b604
Merge pull request #13386 from jtattermusch/csharp_interop_matrix_v114
...
Fix interop_matrix C# tests for v1.1.4
2017-11-15 10:19:40 +01: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
apolcyn
71d5ec7cff
Merge pull request #13189 from apolcyn/pass_args_to_tsi
...
Use existing read buffer in security handshaker if present
2017-11-14 12:24:39 -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
Jan Tattermusch
b90cd3c4a7
fix interop_matrix C# tests for v1.1.4
2017-11-14 19:25:11 +01:00
Jan Tattermusch
b92229d9c2
Merge pull request #13366 from jtattermusch/csharp_interop_matrix_v125
...
Fix interop_matrix commands for csharp v1.2.5
2017-11-14 09:04:15 +01: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
Craig Tiller
a61abff6ad
Update sanity dockerfile
2017-11-13 15:01:10 -08:00
Jan Tattermusch
608b73e916
modify interop_matrix commands for csharp v1.2.5
2017-11-13 19:37:52 +01: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
6d0ec6b382
Merge github.com:grpc/grpc into lfe3
2017-11-10 14:20:46 -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
adelez
67520b0ffd
Merge pull request #13296 from adelez/remove_images
...
Remove images as soon as its testing is done instead in the end.
2017-11-10 11:32:28 -08:00
Jan Tattermusch
6859774421
node benchmarks have been removed
2017-11-10 12:33:07 +01:00
Craig Tiller
ce1c7db84c
Merge pull request #13039 from ctiller/tfix2
...
Turn benchmark failures into test failures
2017-11-09 14:27:51 -08:00
Jan Tattermusch
dcd970d86b
artifact builder dockerfiles were removed by mistake
2017-11-09 14:05:00 +01:00