aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
...
| * 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
| | | | | * Add java google default creds to cloud-to-prod interop scenariosGravatar Alexander Polcyn2018-10-11
| | | | | |
| | | * | | fixup #16837Gravatar Jan Tattermusch2018-10-12
| | | | | |
| * | | | | Merge pull request #16836 from mehrdada/strip-manylinux-wheelsGravatar Mehrdad Afshari2018-10-11
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Strip manylinux1 binary wheels
| | | * | | Add c++ google default creds to cloud to prod auth scenariosGravatar Alexander Polcyn2018-10-11
| | | | |/ | | | |/|
| | * | | Strip manylinux1 binary wheelsGravatar Mehrdad Afshari2018-10-11
| | | | |
| * | | | only build with python27 in performance benchmarksGravatar Jan Tattermusch2018-10-11
| |/ / /
| * | | make sure port server runs locally tooGravatar Jan Tattermusch2018-10-10
| | | |
| * | | use Ninja to build grpc_csharp_ext windows artifactGravatar Jan Tattermusch2018-10-09
| |/ /
| | * Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
| |/ | | | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
| * address review commentsGravatar Jan Tattermusch2018-10-05
| |
| * yapf codeGravatar Jan Tattermusch2018-10-04
| |
| * fix build of performance benchmarksGravatar Jan Tattermusch2018-10-04
| |
| * disable assembly optimizations for linux x86Gravatar Jan Tattermusch2018-10-04
| |
| * remove TODOGravatar Jan Tattermusch2018-10-04
| |
| * fix backward compatibility mode on macosGravatar Jan Tattermusch2018-10-04
| |
| * build C# artifact using cmakeGravatar Jan Tattermusch2018-10-04
| |
| * build grpc_csharp_ext with cmakeGravatar Jan Tattermusch2018-10-04
| |
| * Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
| |\
| | * Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| | |\ | | | | | | | | Delete hpack lookup table
| * | | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | | | | | inproc channel
| | | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | | |
| | * | regenerate projectsGravatar Jan Tattermusch2018-09-28
| | | |
| * | | Build changesGravatar Yash Tibrewal2018-09-27
| | | |
| | * | Merge pull request #16702 from menghanl/go_google_def_creds_testGravatar apolcyn2018-09-27
| |/| | | | | | | | | | Add google default creds go interop tests
| | * | add google default creds go testsGravatar Menghan Li2018-09-27
| | | | | | | | | | | | | | | | cloud_to_prod_auth google_default_creds tests are for c++
| * | | rename _tempfile -> _logfileGravatar Jan Tattermusch2018-09-26
| | | |
| * | | address commentsGravatar Jan Tattermusch2018-09-25
| | | |
| * | | make logs available by run_tests_matrix.py suitesGravatar Jan Tattermusch2018-09-25
| | | |
| * | | support custom logfile name in jobset.pyGravatar Jan Tattermusch2018-09-25
| |/ /
| * | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| | |
| * | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
| |\ \ | | |/ | |/| EXPERIMENTAL: Codegen for callback client unary calls
| * | Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
| |\ \ | | | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
| | | * Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| | |/ | |/|
| | * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| | |
| * | yapf codeGravatar Jan Tattermusch2018-09-14
| | |
| * | run_tests_matrix: everything runs on kokoroGravatar Jan Tattermusch2018-09-14
| | |
| * | Merge pull request #16608 from jtattermusch/foundry_upload_durationsGravatar Jan Tattermusch2018-09-12
| |\ \ | | | | | | | | Upload test duration for foundry tests
| | * | upload test duration for foundry testsGravatar Jan Tattermusch2018-09-12
| | | |
| * | | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
| |\ \ \ | | |/ / | |/| | EXPERIMENTAL: C++ generic client-side unary callback API