Jan Tattermusch
b839d8c709
add distribtest target
7 years ago
Adele Zhou
5b7cdefb68
Rename port_hermetic to port_isolated_runtime_environment
7 years ago
Adele Zhou
c62a836299
remove redundant python versions.
7 years ago
Adele Zhou
e5df91f477
Use select to decide the test is hermetic or not
7 years ago
Adele Zhou
c8bf2da1e0
Enabling hermetic testing for running tests on Foundry.
7 years ago
Adele Zhou
379105d4f0
Update toolchain version.
7 years ago
Adele Zhou
0384127aa8
Copy key data
7 years ago
Adele Zhou
020603d1cf
Use canary bazel
7 years ago
Adele Zhou
6c38fbe4be
Experimental build script to use Foundry.
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Matt Kwong
a6bdf450fd
Properly preserve sponge_log.xml between performance tests
7 years ago
Matt Kwong
b75db422bd
Add multi-vm performance tests to Kokoro
7 years ago
Mark D. Roth
bf816d325e
Shorted "reference" to "ref".
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
Mark D. Roth
240bad3d2d
Fix check_sources_and_headers.
7 years ago
Vijay Pai
3b9ac29670
Improve unsecure sanity test
7 years ago
Mark D. Roth
b319f491ff
Code review changes.
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
Mark D. Roth
cf9ca843eb
Add ReferenceCountedPtr class.
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
Mark D. Roth
70db663ae8
Add ReferenceCounted base class.
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