aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* really upload bq test results in batchesGravatar Jan Tattermusch2018-06-13
|
* Merge pull request #15705 from jtattermusch/bq_batch_uploadGravatar Jan Tattermusch2018-06-12
|\ | | | | Upload test results to BQ in batches
* \ Merge pull request #15669 from jtattermusch/csharp_distribtest_protocGravatar Jan Tattermusch2018-06-11
|\ \ | | | | | | Add codegen test to C# distribtests.
| | * upload bq test results in batchesGravatar Jan Tattermusch2018-06-11
| | |
| | * fix typoGravatar Jan Tattermusch2018-06-11
| | |
* | | Merge pull request #15676 from ncteisen/error-creation-sanityGravatar Noah Eisen2018-06-11
|\ \ \ | | | | | | | | No Error Creation on RPC Hotpath
| * | | Don't proxy no_error_on_hotpathGravatar ncteisen2018-06-10
| | | |
* | | | Revert "Fix shutdown of closed fd when c-ares opens a second fd"Gravatar Jan Tattermusch2018-06-08
| | | |
* | | | Merge pull request #14908 from jtattermusch/csharp_artifact_pdbGravatar Jan Tattermusch2018-06-08
|\ \ \ \ | | | | | | | | | | Provide nuget package with debugging symbols for grpc_csharp_ext
| | * | | Add no_error_on_hotpath testGravatar ncteisen2018-06-07
| | | | |
* | | | | Merge pull request #15435 from apolcyn/fix_shutdown_closed_socketGravatar apolcyn2018-06-07
|\ \ \ \ \ | | | | | | | | | | | | Fix shutdown of closed fd when c-ares opens a second fd
* \ \ \ \ \ Merge pull request #15069 from muxi/prototype-cfstreamGravatar Muxi Yan2018-06-07
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Implementation of CFStream
| | | * | | RelWithDebInfo config for building C# artifactGravatar Jan Tattermusch2018-06-07
| |_|/ / / |/| | | |
| | | * | wheezy LTS has ended: remove C# distribtestGravatar Jan Tattermusch2018-06-06
| |_|/ / |/| | |
* | | | Merge pull request #15635 from matt-kwong/resultstore_linkGravatar Matt Kwong2018-06-05
|\ \ \ \ | | | | | | | | | | Switch RBE build_url from Sponge to ResultStore Bazel invocation
| | * | | revert -framework CoreFoundationGravatar Muxi Yan2018-06-05
| | | | | | | | | | | | | | | | | | | | Make error CFStream only
| * | | | Switch RBE build_url from Sponge to ResultStore Bazel invocationGravatar Matt Kwong2018-06-04
| | |_|/ | |/| |
* / | | Remove deprecated check_sources_and_headers.py sanity scriptGravatar David Garcia Quintas2018-06-04
|/ / /
| | * Fix shutdown of closed fd when c-ares opens a second fdGravatar Alexander Polcyn2018-06-04
| |/ |/|
| * Address comments on names and commentsGravatar Muxi Yan2018-05-30
| |
* | regenerate projectsGravatar Jan Tattermusch2018-05-24
| |
* | upgrade boringssl to latest chromium-stableGravatar Jan Tattermusch2018-05-24
| |
| * clang-format and yapf_codeGravatar Muxi Yan2018-05-23
| |
* | Force UBSan to use clang++ as ldGravatar Matt Kwong2018-05-23
| |
* | Readd cmake backport to JessieGravatar Matt Kwong2018-05-23
| |
* | Add Jessie Dockerfile using RBE's baseGravatar Matt Kwong2018-05-23
| |
* | Support building sanitizers with Clang5+Gravatar Matt Kwong2018-05-23
| |
| * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| |\ | |/ |/|
| * sanityGravatar Muxi Yan2018-05-22
| |
| * build_projectGravatar Muxi Yan2018-05-22
| |
* | remove leftovers of stress testsGravatar Jan Tattermusch2018-05-21
| |
* | Merge pull request #15477 from jtattermusch/fix_run_qps_workerGravatar Jan Tattermusch2018-05-21
|\ \ | | | | | | Fix run python QPS worker script
* \ \ Merge pull request #15475 from mehrdada/alpine-linux-distribtest-for-pythonGravatar Mehrdad Afshari2018-05-21
|\ \ \ | | | | | | | | Add Python distribtests for Alpine Linux
| | * | fix run_python_qps_worker scriptGravatar Jan Tattermusch2018-05-20
| |/ / |/| |
| * | Add Python distribtests for Alpine LinuxGravatar Mehrdad Afshari2018-05-20
| | | | | | | | | | | | | | | | | | This is especially important as Alpine uses `musl` instead of `glibc` and requires a source build for gRPC Python.
* | | display test suite names with dots correctlyGravatar Jan Tattermusch2018-05-19
| | |
* | | dont run gcov coverage for NodeGravatar Jan Tattermusch2018-05-18
|/ /
* | format generated codeGravatar Jan Tattermusch2018-05-18
| |
* | regenerate gen_stats_data.pyGravatar Jan Tattermusch2018-05-18
| |
* | Add skeleton gtest fileGravatar ncteisen2018-05-17
| |
* | Change filename to channelzGravatar ncteisen2018-05-17
| |
* | Merge pull request #15412 from kpayson64/fix_gevent_testsGravatar Jan Tattermusch2018-05-16
|\ \ | | | | | | Pin gevent
| * | ChangesGravatar kpayson642018-05-16
| | |
| * | ChangesGravatar kpayson642018-05-16
| | |
* | | Merge pull request #13947 from kpayson64/less_epoll_ctlGravatar kpayson642018-05-16
|\ \ \ | | | | | | | | Add fd cache to epollex
| | * | Pin geventGravatar kpayson642018-05-16
| | | |
* | | | Merge pull request #15396 from matt-kwong/pip-userGravatar Matt Kwong2018-05-16
|\ \ \ \ | | | | | | | | | | Add --user flag to pip install in build_python.sh
| | * | | YapfGravatar kpayson642018-05-16
| | | | |
* | | | | Merge pull request #15384 from ncteisen/sanityGravatar Noah Eisen2018-05-16
|\ \ \ \ \ | | | | | | | | | | | | Fix Sanity Test for Core Banned Functions
| | | * | | Add epollex fd cacheGravatar kpayson642018-05-15
| |_|/ / / |/| | | |