aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Merge pull request #4645 from ctiller/coverallsGravatar Michael Lumish2016-01-08
|\ | | | | Refine coverage language list
* \ Merge pull request #4647 from ctiller/run_errorsGravatar Michael Lumish2016-01-08
|\ \ | | | | | | Handle errors in run_tests.py a little better
* | | Disable ccache for the momentGravatar Craig Tiller2016-01-08
| | |
| * | Flag errors betterGravatar Craig Tiller2016-01-08
| | |
| * | Tweak run_tests exit status handlingGravatar Craig Tiller2016-01-08
|/ /
| * Refine coverage language listGravatar Craig Tiller2016-01-07
|/
* Merge pull request #4639 from ctiller/nominally-nuisanceGravatar Michael Lumish2016-01-07
|\ | | | | Dont fail build if no report generated
* \ Merge pull request #4619 from ctiller/windows_logsGravatar adelez2016-01-07
|\ \ | | | | | | Delay reading stdout from disk until process terminates
| | * Dont fail build if no report generatedGravatar Craig Tiller2016-01-07
| |/ |/|
* | Merge pull request #4606 from ctiller/clangfmtGravatar Michael Lumish2016-01-07
|\ \ | | | | | | Actually making the clang format test properly fail sanity.
* \ \ Merge pull request #4632 from ctiller/dep_headGravatar Michael Lumish2016-01-06
|\ \ \ | | | | | | | | Fix building submodules at head
| | * \ Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-06
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #4589 from ctiller/enforcerGravatar jboeuf2016-01-06
|\ \ \ \ | | | | | | | | | | Add a test to ensure public core headers are C89
| | * | | Fix building submodules at headGravatar Craig Tiller2016-01-06
| |/ / / |/| | | | | | | | | | | | | | | - ensure failure propogates through run_jenkins.sh - don't try to regenerate projects on non-linux environments
* | | | Merge pull request #4622 from ctiller/dep_headGravatar Michael Lumish2016-01-06
|\ \ \ \ | | | | | | | | | | Add ability to update submodules before build
| * | | | Update copyrightsGravatar Craig Tiller2016-01-05
| | | | |
| * | | | Add ability to update submodules before buildGravatar Craig Tiller2016-01-05
| | | | |
| | | | * Delay reading stdout from disk until process terminatesGravatar Craig Tiller2016-01-05
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code reads the stdout of each running process each time it goes through a reap() iteration, and throws it away if the process is still running. On Windows, where we poll for completion every 100ms, I expect this is having a serious impact on Jenkins performance, especially for noisier tests.
* / | | Copyright checker fixesGravatar Craig Tiller2016-01-05
|/ / /
* | | Merge pull request #4613 from soltanmm/writecopyrightGravatar Craig Tiller2016-01-05
|\ \ \ | | | | | | | | Add Cython files to check_copyright.py
* | | | Update copyrightsGravatar Craig Tiller2016-01-04
| | | |
| * | | Add Cython files to check_copyright.pyGravatar Masood Malekghassemi2016-01-04
|/ / /
| | * Update copyrightsGravatar Craig Tiller2016-01-04
| | |
| | * Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-04
| | |\ | |_|/ |/| |
| | * Get better output for clang-format diffsGravatar Craig Tiller2016-01-04
| | |
| | * Attempt to get docker clang-format workingGravatar Craig Tiller2016-01-04
| | |
| | * Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmtGravatar Craig Tiller2016-01-04
| | |\
* | | | Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
| |/ / |/| |
* | | Merge pull request #4563 from ctiller/copyingGravatar Michael Lumish2016-01-04
|\ \ \ | | | | | | | | Update copyrights
| | * | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| | | |
* | | | Eliminate a layer of libraries in the end2end testsGravatar Craig Tiller2015-12-22
| |/ / |/| |
| * | Update copyrightsGravatar Craig Tiller2015-12-22
| | |
* | | Updating 32 bit dockerfileGravatar Craig Tiller2015-12-22
| | |
* | | BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|/ /
* | Merge pull request #4384 from ctiller/big_dataGravatar Yang Gao2015-12-18
|\ \ | | | | | | Add a test that overflows incoming flow control windows
* | | add run_portability.sh scriptGravatar Jan Tattermusch2015-12-17
| | |
| * | Merge github.com:grpc/grpc into big_dataGravatar Craig Tiller2015-12-16
| |\ \ | |/ / |/| |
* | | Merge pull request #4464 from jtattermusch/coverage_in_debugGravatar adelez2015-12-16
|\ \ \ | | | | | | | | Polishing run_tests.py
| * | | fix build_step_environ()Gravatar Jan Tattermusch2015-12-16
| | | |
* | | | Merge pull request #4467 from ctiller/DotInHeaderNameGravatar David G. Quintas2015-12-16
|\ \ \ \ | | | | | | | | | | Allow . in header names
* \ \ \ \ Merge pull request #4453 from ctiller/server_stallGravatar Sree Kuchibhotla2015-12-15
|\ \ \ \ \ | | | | | | | | | | | | Server stall fix
| | | * | | polishing run_tests.pyGravatar Jan Tattermusch2015-12-15
| |_|/ / / |/| | | |
* | | | | re-arrange dockerfileGravatar Stanley Cheung2015-12-15
| | | | |
* | | | | remove dockerfile hack;;Gravatar Stanley Cheung2015-12-15
| | | | |
| | * | | Allow . in header namesGravatar Craig Tiller2015-12-15
| |/ / / |/| | |
* | | | Merge pull request #4451 from ctiller/proxy-crashGravatar Yang Gao2015-12-15
|\ \ \ \ | | | | | | | | | | Fix proxy end2end tests
* \ \ \ \ Merge pull request #4463 from ctiller/perf_testGravatar Craig Tiller2015-12-15
|\ \ \ \ \ | | | | | | | | | | | | Capture latency trace for ping pong during performance runs
* \ \ \ \ \ Merge pull request #4449 from jtattermusch/csharp_test_restructuringGravatar Michael Lumish2015-12-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | C# test restructuring
| | * | | | | Tweak run_latency_profile.sh to run better on JenkinsGravatar Craig Tiller2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - More robustly run processes in the background - Detect and use pypy if available - Add a --latency_profile flag to control whether to run the latency profiling stuff