Mehrdad Afshari
0ba96edc41
v1.8.0-pre2 is now v1.8.0
7 years ago
Mark D. Roth
e204e5e497
Apply #13336 to v1.8.x branch.
7 years ago
Craig Tiller
86e1ebc4bb
Add Bazel configurations for sanitizers
...
Usage example:
bazel test -c dbg --config asan test/whatever-you-want
7 years ago
Vijay Pai
3b9ac29670
Improve unsecure sanity test
7 years ago
Vijay Pai
2a0432edc5
Remove bash-isms from sanity test
7 years ago
Vijay Pai
12bfc62e81
Sanity check to make sure that known unsecure target doesn't require security
7 years ago
Adele Zhou
9389b152df
increase timeout
7 years ago
Mehrdad Afshari
14e96f9ae8
Bump 1.8.0-dev to 1.9.0-dev
7 years ago
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
Vijay Pai
891254292e
Remove lockfree stack, again
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
Alex Polcyn
1d5737feb3
Fix error when a language skips a certain version
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
348b334f4b
Back-out absl dependency for now
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
Vijay Pai
d4e296b36b
Transport explainer
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