aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
|\
* | double timeout to check if finishesGravatar Alexander Polcyn2018-06-11
| |
| * Merge pull request #15069 from muxi/prototype-cfstreamGravatar Muxi Yan2018-06-07
|/| | | | | Implementation of CFStream
* | 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
| |
| * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| |\ | |/ |/|
* | dont run gcov coverage for NodeGravatar Jan Tattermusch2018-05-18
| |
| * Add CFStream testsGravatar Muxi Yan2018-05-15
| |
* | run_tests.py --auto_set_flakes should be disabled by defaultGravatar Jan Tattermusch2018-04-25
|/
* new mono versions on MacOS default to 64bit runtimeGravatar Jan Tattermusch2018-04-20
|
* Initial gevent supportGravatar kpayson642018-03-27
| | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code.
* Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* add portability test for gcc7.2Gravatar Jan Tattermusch2018-01-23
|
* Stop building docker from inside dockerGravatar Noah Eisen2018-01-16
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Use correct timeout for benchmarksGravatar ncteisen2017-12-19
|
* yapf run_testsGravatar ncteisen2017-12-11
|
* Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
|
* Merge branch 'master' into remove_nodeGravatar murgatroid992017-11-02
|\
| * use reasonable multiplier valuesGravatar Jan Tattermusch2017-10-30
| |
* | Merge branch 'master' into remove_nodeGravatar Michael Lumish2017-10-26
|\|
* | Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | | | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
| * Merge github.com:grpc/grpc into epexinfGravatar Craig Tiller2017-10-18
| |\ | |/ |/|
* | Merge pull request #12891 from ctiller/verifyGravatar Craig Tiller2017-10-18
|\ \ | | | | | | Multithread & shard stats test, make it exhaustive
| | * Merge github.com:grpc/grpc into epexinfGravatar Craig Tiller2017-10-17
| | |\ | |_|/ |/| |
* | | Standardize shortnameGravatar ncteisen2017-10-17
| | |
* | | Remove full benchmark run since we split it out nowGravatar ncteisen2017-10-17
| | |
| | * Merge github.com:grpc/grpc into epexinfGravatar Craig Tiller2017-10-17
| | |\ | |_|/ |/| |
| * | Merge github.com:grpc/grpc into verifyGravatar Craig Tiller2017-10-17
| |\ \
* | | | Working benchmark parallelizationGravatar Craig Tiller2017-10-16
| | | |
* | | | Merge branch 'speedup-test-infra' of github.com:ncteisen/grpc into tfixGravatar Craig Tiller2017-10-16
|\ \ \ \ | |_|/ / |/| | |
* | | | Merge pull request #12895 from ctiller/timerGravatar Craig Tiller2017-10-16
|\ \ \ \ | | | | | | | | | | Have BDP estimator use timers
* \ \ \ \ Merge pull request #13017 from jtattermusch/timeout_retries_are_costlyGravatar Jan Tattermusch2017-10-16
|\ \ \ \ \ | | | | | | | | | | | | Limit number of timeout_retries for run_tests.py
* \ \ \ \ \ Merge pull request #12924 from ↵Gravatar Jan Tattermusch2017-10-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/json_run_localhost_timeouts_sanitizers More reasonable timeouts for json_run_localhost (poll-cv and sanitizers)
| | * | | | | adjust number of retriesGravatar Jan Tattermusch2017-10-16
| |/ / / / / |/| | | | |
| | * | | | Revert bad fixGravatar Craig Tiller2017-10-14
| |/ / / / |/| | | |
| | | * | Merge github.com:grpc/grpc into verifyGravatar Craig Tiller2017-10-12
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Merge github.com:grpc/grpc into epexinfGravatar Craig Tiller2017-10-12
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Sanity check that tests declared non-polling actually don't pollGravatar Vijay Pai2017-10-11
| | | | |
| * | | | add a way to disable auto_timeout_scalingGravatar Jan Tattermusch2017-10-10
|/ / / /
| | * / accurate, exhaustive "fast" version of this testGravatar Craig Tiller2017-10-08
| |/ / |/| |
* | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\ \ \
| | | * Merge github.com:grpc/grpc into epexinfGravatar Craig Tiller2017-10-04
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #12777 from apolcyn/reduce_test_parrallelizationGravatar apolcyn2017-10-04
| |\ \ \ | | | | | | | | | | Put a safety limit on parallelization of tests
| * \ \ \ Merge pull request #12690 from matt-kwong/covGravatar Matt Kwong2017-10-03
| |\ \ \ \ | | | | | | | | | | | | Fix coverage tests
| | | | | * Run epex testsGravatar Craig Tiller2017-10-02
| | | | | |
| | | * | | Tentatively reduce parallelization limit on linux/macos to 128Gravatar Alexander Polcyn2017-10-02
| | | | | |
| | | * | | Limit max jobs cpu agnostic way, to avoid overloading the testGravatar Alexander Polcyn2017-10-02
| | | | |/ | | | |/| | | | | | | | | | | environment
* | | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\| | | |