aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #16842 from yashykt/interceptorsGravatar Yash Tibrewal2018-10-28
|\ | | | | Experimental API for Client and Server Interception
* | upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-10-27
| |
| * Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
| |
| * Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
| |
* | Merge pull request #17009 from jtattermusch/eradicate_bazel_wrapperGravatar Jan Tattermusch2018-10-26
|\ \ | | | | | | Stop using deprecated bazel_wrapper.py
| * | do not mention bazel_wrapper.pyGravatar Jan Tattermusch2018-10-26
| | |
| | * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
| | |\ | |_|/ |/| |
* | | Fix OOM by expanding resource quota coverageGravatar Juanli Shen2018-10-25
|/ /
* | Merge pull request #16945 from lidizheng/update-python-3.7-dockerfileGravatar Lidi Zheng2018-10-24
|\ \ | | | | | | Update Python 2.7/3.5/3.6/3.7 testing Dockerfile
* \ \ Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
|\ \ \ | | | | | | | | Health checking client
* \ \ \ Merge pull request #16963 from yihuazhang/security_connector_refactor_newGravatar yihuaz2018-10-24
|\ \ \ \ | | | | | | | | | | security connector refactor
| | * | | Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | | | |
* | | | | Merge pull request #16980 from vjpai/no_inproc_nosecGravatar Vijay Pai2018-10-24
|\ \ \ \ \ | |_|/ / / |/| | | | Remove inproc_nosec_test since inproc is inherently secure
* | | | | Merge pull request #16911 from ejona86/warn-about-generatedGravatar Jan Tattermusch2018-10-24
|\ \ \ \ \ | | | | | | | | | | | | run_interop_tests: Use "GENERATED" comment in generated scripts
| | | | | * Add client streaming, server streaming and bidi streaming testsGravatar Yash Tibrewal2018-10-23
| | | | | |
| | | | * | Rename the DockerfilesGravatar Lidi Zheng2018-10-23
| | | | | |
| | * | | | Remove inproc_nosec_test since inproc is inherently secureGravatar Vijay Pai2018-10-23
| |/ / / / |/| | | |
| | | * | Put `jessie` back for Python3.4Gravatar Lidi Zheng2018-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | * According to `https://packages.debian.org/jessie/python/python3.4` the Python3.4 has security issues. * Debian `stretch` doesn't include Python3.4 packages in their repo
* | | | | Merge pull request #16727 from apolcyn/grpclb_interop_masterGravatar apolcyn2018-10-23
|\ \ \ \ \ | | | | | | | | | | | | Add a grpclb-in-DNS interop test suite
| | | | * | Migrate from `jessie` to `stretch`Gravatar Lidi Zheng2018-10-23
| | | | | |
| | | | | * Use InProc Channel for callback testsGravatar Yash Tibrewal2018-10-23
| | | | | |
* | | | | | Merge pull request #16964 from jtattermusch/remote_csharp_from_coverageGravatar Jan Tattermusch2018-10-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove C# from coverage suite (to make the suite green again)
| | * | | | | Add a grpclb-in-DNS interop test suiteGravatar Alex Polcyn2018-10-23
| |/ / / / / |/| | | | |
| | | | * | Add different Dockerfile for each Python versionGravatar Lidi Zheng2018-10-22
| | | | | |
| | | | | * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
| | | | | |\
| | | | * | | Rename Dockerfile && fix typoGravatar Lidi Zheng2018-10-22
| | | | | | |
| * | | | | | remove C# from coverage suiteGravatar Jan Tattermusch2018-10-22
| | |_|_|_|/ | |/| | | |
| | | * | | security connector refactorGravatar Yihua Zhang2018-10-22
| | |/ / / | |/| | |
* | | | | build C++ in benchmarks with cmakeGravatar Jan Tattermusch2018-10-22
| | | | |
* | | | | more reasonable timeouts scenario timeoutGravatar Jan Tattermusch2018-10-22
| | | | |
* | | | | too many C++ benchmarks considered "smoketest"Gravatar Jan Tattermusch2018-10-22
|/ / / /
| | | * Adding intercepted channelGravatar Yash Tibrewal2018-10-22
| | | |
| | * | Migrate to new dockerfileGravatar Lidi Zheng2018-10-19
| | | |
| | * | Testing new dockerfile from scratchGravatar Lidi Zheng2018-10-19
| |/ / |/| |
| * | Format with tools/distrib/yapf_code.shGravatar Eric Anderson2018-10-19
| | |
* | | Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
| * | run_interop_tests: Use "GENERATED" comment in generated scriptsGravatar Eric Anderson2018-10-17
|/ /
* | regenerate projectsGravatar Jan Tattermusch2018-10-17
| |
| * Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
|/
* Merge pull request #16868 from vishalpowar/xds-pluginGravatar vishalpowar2018-10-16
|\ | | | | Add new grpc lb plugin 'xds'
| * Add new grpc lb plugin 'xds'Gravatar Vishal Powar2018-10-16
| | | | | | | | | | | | | | This plugin currently implements the grpclb protocol. NOTE: All the files under xds/ directory have been cloned from grpclb/ and will be updated in subsequently to support xds API.
* | Merge pull request #16854 from jtattermusch/bazel_test_adjustmentsGravatar Jan Tattermusch2018-10-16
|\ \ | | | | | | Align some build.yaml test names with bazel counterparts
* \ \ Merge pull request #16893 from lidizheng/run-tests-python-3.7Gravatar Lidi Zheng2018-10-15
|\ \ \ | | | | | | | | Add support to run_tests.py for python 3.7
| * | | Add support for python 3.7Gravatar Lidi Zheng2018-10-15
| | | |
* | | | Revert "Add c++ google default creds to cloud to prod auth scenarios"Gravatar Jan Tattermusch2018-10-15
| |_|/ |/| |
* | | Merge pull request #16840 from apolcyn/go_java_cloud_to_prodGravatar apolcyn2018-10-12
|\ \ \ | |/ / |/| | Add java google default creds to cloud-to-prod interop scenarios
* | | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
|\ \ \ | | | | | | | | Benchmark test for unary callback based RPCs in gRPC
| | | * regenerate projectsGravatar Jan Tattermusch2018-10-12
| |_|/ |/| |
* | | Merge pull request #16844 from jtattermusch/fixup_16837Gravatar Jan Tattermusch2018-10-12
|\ \ \ | | | | | | | | Fixup #16837 (build_performance.sh)
* \ \ \ Merge pull request #16841 from apolcyn/add_cpp_gcd_to_cloud_to_prod_authGravatar apolcyn2018-10-11
|\ \ \ \ | | | | | | | | | | Add c++ google default creds to cloud to prod auth scenarios