Mehrdad Afshari
552a7ca088
Bump 1.8.0-dev to 1.8.0-pre1
7 years ago
Mehrdad Afshari
0df9c8acdc
Update Python dependency to protobuf v3.5.0.post1
7 years ago
Adele Zhou
ab8fce5338
Disable node 1.7
7 years ago
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
7 years ago
Adele Zhou
e4d63e6446
Give a command example with multiple languages.
7 years ago
Adele Zhou
935aa47e65
Use special VIP
7 years ago
Adele Zhou
4fba378edf
Switch back to using template located at _IMAGE_BUILDER because the previous change will break Go, Java and Node.
7 years ago
Adele Zhou
a3664680c5
Recreate the git root dir by default.
7 years ago
Adele Zhou
99986d76a5
fix
7 years ago
yang-g
704009a198
Enable check for use-after-dtor
7 years ago
Menghan Li
a4f0320643
Add go release versions to client_matrix.py
7 years ago
Carl Mastrangelo
4c1713af84
Add java 1.8
7 years ago
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.
7 years ago
josh
84a066bf29
Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.py
7 years ago
ncteisen
aa3b19741f
Rename tracer_peer to tracer_util
7 years ago
Adele Zhou
a00f972b21
Fix manual docker command output for Python.
7 years ago
ncteisen
90ffc3a6f7
Add tracer peer to keep set_enabled private()
7 years ago
murgatroid99
a214a99f92
Update Node interop test invocation to use new fixtures
7 years ago
Juanli Shen
e5d2139e1e
Add client channel stress test
7 years ago
Jan Tattermusch
b90cd3c4a7
fix interop_matrix C# tests for v1.1.4
7 years ago
Alexander Polcyn
f51b7e16ee
Fix missing copyright, fix merge conflict in updated BUILD
7 years ago
Alexander Polcyn
3f6b10afba
Use existing read buffer in security handshaker if present
7 years ago
Craig Tiller
a61abff6ad
Update sanity dockerfile
7 years ago
Jan Tattermusch
608b73e916
modify interop_matrix commands for csharp v1.2.5
7 years ago
ncteisen
4d9c98b146
split POC into real test
7 years ago
ncteisen
0b37f03991
Regenerate projects
7 years ago
ncteisen
dd34f3caf6
Inline closure
7 years ago
Craig Tiller
d2ff02df18
Actually turn on the test
7 years ago
Craig Tiller
4ac2b8e585
Enable clang-tidy as a sanity check, fix up all known failures
7 years ago
Jan Tattermusch
6859774421
node benchmarks have been removed
7 years ago
Jan Tattermusch
dcd970d86b
artifact builder dockerfiles were removed by mistake
7 years ago
Adele Zhou
fe783c19ff
Removed Python because of test timeouts
7 years ago
Adele Zhou
d21204cd42
Update C# versions
7 years ago
Adele Zhou
92b5a00bea
Remove images as soon as its testing is done instead in the end.
7 years ago
Jan Tattermusch
e6ca4f0b79
consolidate C# interop test docker images
7 years ago
Yash Tibrewal
1b4ab01f79
No Clang on end2end generated files
7 years ago
ncteisen
4df6a64403
Change default bm_diff loops to 10
7 years ago
Adele Zhou
317641d6fc
Added C#
7 years ago
Adele Zhou
f7f38d1bec
Add Csharp
7 years ago
Adele Zhou
9fe79dce96
Add php test case file.
7 years ago
Adele Zhou
bcd23cdb11
Added info for Node. Also use the dockerfile from the specified release to build docker images instead of using the one master.
7 years ago
Adele Zhou
1487c9fa52
Add Python
7 years ago
murgatroid99
d02751aed1
Don't delete grpc-node test script
7 years ago
Jan Tattermusch
53d89d7f25
fix clang format installation
7 years ago
Craig Tiller
44ab6a559c
fix
7 years ago
Craig Tiller
0c6a3e3e67
Try again on Dockerfiles
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
7 years ago
Jan Tattermusch
1f99078bb9
typo in grpc_basictests_dbg
7 years ago
Jan Tattermusch
64ef0400dd
larger boot drive
7 years ago
Jan Tattermusch
1e9af124f1
fix indentation
7 years ago