1. c895fe0 enable running c# tests on mac by Jan Tattermusch · 9 years ago
  2. a7a9e40 Merge branch 'cpu-cost' into more-saneness by Craig Tiller · 9 years ago
  3. 94d04a5 List Sanity tests in a config file, not a shell script by Craig Tiller · 9 years ago
  4. 5f735a6 Add CPU cost measurement, tune parameters, decrease default maxjobs by Craig Tiller · 9 years ago
  5. 56c6b6a Use CPU cost modelling to increase parallelism by Craig Tiller · 9 years ago
  6. 590105a Eliminate jobset timeouts in some circumstances by Craig Tiller · 9 years ago
  7. d70b6dc Merge pull request #4676 from stanley-cheung/php_gcov_reports by Michael Lumish · 9 years ago
  8. 71a8604 Fix TSAN on Jenkins and on my machine by Craig Tiller · 9 years ago
  9. a6b9548 Add lcov php code coverage report by Stanley Cheung · 9 years ago
  10. 7f34c78 Merge pull request #4645 from ctiller/coveralls by Michael Lumish · 9 years ago
  11. 4f2be36 Flag errors better by Craig Tiller · 9 years ago
  12. eb9de8b Tweak run_tests exit status handling by Craig Tiller · 9 years ago
  13. 1690066 Refine coverage language list by Craig Tiller · 9 years ago
  14. b361b4e Fix building submodules at head by Craig Tiller · 9 years ago
  15. 4083977 Update copyrights by Craig Tiller · 9 years ago
  16. 1676f91 Add ability to update submodules before build by Craig Tiller · 9 years ago
  17. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  18. 68016a1 fix build_step_environ() by Jan Tattermusch · 9 years ago
  19. e4a6918 polishing run_tests.py by Jan Tattermusch · 9 years ago
  20. 03c0106 split up C# tests into separate processes by Jan Tattermusch · 9 years ago
  21. 42c6c53 Merge github.com:grpc/grpc into secsvr by Craig Tiller · 9 years ago
  22. ed2164d Fixes, review feedback by Craig Tiller · 9 years ago
  23. cc0535d Add a test of httpcli over ssl by Craig Tiller · 9 years ago
  24. 2dd156e add --arch, --compiler and --build_only cmdline args by Jan Tattermusch · 9 years ago
  25. f72d7b5 Supporting Msys2's python. by Nicolas "Pixel" Noble · 9 years ago
  26. f876623 Merge pull request #4229 from nicolasnoble/ruby-gcov by Michael Lumish · 9 years ago
  27. 7ef1e53 Adding coverage report for ruby. by Nicolas "Pixel" Noble · 9 years ago
  28. 803af15 Run code coverage no matter if tests failed or succeeded. by Adele Zhou · 9 years ago
  29. 6b9527c Skip OjbC when running code coverage. by Adele Zhou · 9 years ago
  30. 6d80632 Merge pull request #4097 from ctiller/hpack_max_table_size by David G. Quintas · 9 years ago
  31. 2a2a6ed Support rebuilding table by Craig Tiller · 9 years ago
  32. 3bc7ba4 Use mako template for HTML report. by Adele Zhou · 9 years ago
  33. 36da138 Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  34. 3bd0827 put cwd of port server elsewhere by Jan Tattermusch · 9 years ago
  35. 176844d Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  36. 7cf7211 Define resultset. by Adele Zhou · 9 years ago
  37. 883064c If run_tests is invoked with a regex, compile only those targets by Craig Tiller · 9 years ago
  38. a30f829 Renamed report_utils.py. by Adele Zhou · 9 years ago
  39. 2271ab5 Create a separate utility for reporting. by Adele Zhou · 9 years ago
  40. ad7aefd Merge pull request #3974 from adelez/bazel-like-output by Craig Tiller · 9 years ago
  41. 05e9e27 Merge pull request #3987 from jtattermusch/csharp_opencover by Nicolas Noble · 9 years ago
  42. bdf4b2e C# native extension coverage on Linux by Jan Tattermusch · 9 years ago
  43. 61c3a83 unbreak linux csharp gcov by Jan Tattermusch · 9 years ago
  44. bf3b153 Add OpenCover coverage for C# by Jan Tattermusch · 9 years ago
  45. fe30045 Fixing 'all' run tests target. by Nicolas "Pixel" Noble · 9 years ago
  46. 4671096 Escape quotation marks in html. by Adele Zhou · 9 years ago
  47. d5fffa5 Print detailed results for each test. by Adele Zhou · 9 years ago
  48. 49bca46 Merge pull request #3970 from murgatroid99/node_runtests_no_make by Nicolas Noble · 9 years ago
  49. 8ae409f Prevent run_tests.py from running make if the language has no make targets by murgatroid99 · 9 years ago
  50. e3d6625 use proper shortname for sanity tests by Jan Tattermusch · 9 years ago
  51. f2ca7bc Fixed a couple places not updated with new jobset.run() return values. by Adele Zhou · 9 years ago
  52. e4c3561 generate html report for interop tests by Adele Zhou · 9 years ago
  53. 9375895 Moved Node pre-build steps to a separate shell script by murgatroid99 · 9 years ago
  54. 7b7a14f Fix npm install failing to download Node headers in run_tests.py by murgatroid99 · 9 years ago
  55. bee8f10 Merge pull request #3791 from nicolasnoble/add-c-and-cxx-coverage-reports by David G. Quintas · 9 years ago
  56. deea05b Merge pull request #3688 from murgatroid99/run_tests_tracing_fix by Michael Lumish · 9 years ago
  57. 87879b3 Forgot to add the post_build_steps for Sanity... by Nicolas "Pixel" Noble · 9 years ago
  58. 367d41d Trying harder to avoid Jenkins killing us by Craig Tiller · 9 years ago
  59. d2c3971 Attempt to daemonize port server by Craig Tiller · 9 years ago
  60. f0a293e Robustness work for port_server startup by Craig Tiller · 9 years ago
  61. 3e1b972 Merge pull request #3766 from soltanmm/pink-floyd by Craig Tiller · 9 years ago
  62. 3fcd3bf Adds coverage reports for C and C++. by Nicolas "Pixel" Noble · 9 years ago
  63. c2ee814 Merge pull request #3783 from murgatroid99/node_preinstall_cache_dependencies by Nicolas Noble · 9 years ago
  64. 1e2b606 Merge pull request #3752 from ctiller/just-keep-trying! by Nicolas Noble · 9 years ago
  65. ae369de Added node pre-build steps to run_tests.py by murgatroid99 · 9 years ago
  66. 26ea9e2 Give Python tests 15 minutes by Masood Malekghassemi · 9 years ago
  67. 35505de Retry timeouts on pull requests by Craig Tiller · 9 years ago
  68. d6f7035 Merge pull request #3728 from nicolasnoble/go-fetch by Craig Tiller · 9 years ago
  69. 7d9bb2e Merge pull request #3734 from jtattermusch/nuget_restore_prebuild by Nicolas Noble · 9 years ago
  70. 874aec0 move nuget restore into prebuild step on windows by Jan Tattermusch · 9 years ago
  71. 48423fc move C# nuget restore on linux to prebuild phase by Jan Tattermusch · 9 years ago
  72. bcf988f Splitting out bundle install for ruby into the prebuild step. by Nicolas "Pixel" Noble · 9 years ago
  73. 351da8d Improving run_tests's build step. by Nicolas "Pixel" Noble · 9 years ago
  74. b53b36e Merge pull request #3725 from jtattermusch/win_jenkins_adjustments by Craig Tiller · 9 years ago
  75. 2189719 increase timeout for build step jobs to 10 mins by Jan Tattermusch · 9 years ago
  76. 854dca5 Merge pull request #3709 from jtattermusch/win_jenkins_adjustments by Craig Tiller · 9 years ago
  77. 47eeb2b reduce parallelism for windows build by Jan Tattermusch · 9 years ago
  78. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  79. d3b5b7f Used the proper GRPC_TRACE value in run_tests.py by murgatroid99 · 9 years ago
  80. fe4939f More robust port_server version checking by Craig Tiller · 9 years ago
  81. 1447ece Use sys.executable instead of hard coding python binary string by Craig Tiller · 9 years ago
  82. e1d8d4d Merge pull request #3635 from ctiller/be-useful by Yang Gao · 9 years ago
  83. 0d6499e Add more verbose traces for port_server usage by Craig Tiller · 9 years ago
  84. 9260a95 Explicit Python version for port_server by David Garcia Quintas · 9 years ago
  85. db5b160 Removed most of the gyp file, and the tests for it by murgatroid99 · 9 years ago
  86. 32ba343 Merge pull request #3373 from jtattermusch/spawn_interop_server by Craig Tiller · 9 years ago
  87. 8266c67 enable cloud_to_cloud tests with servers in a separate container by Jan Tattermusch · 9 years ago
  88. 95cc07b Split timeout and failure retry policy by Craig Tiller · 9 years ago
  89. a673594 Merge pull request #3542 from ctiller/flaky-ist-nicht-gut by Nathaniel Manista · 9 years ago
  90. d4509a1 Default to no-flakes, allow enabling them by Craig Tiller · 9 years ago
  91. 9d17f09 Merge pull request #3489 from ctiller/portlog by Jan Tattermusch · 9 years ago
  92. 8287523 Add missing import by Craig Tiller · 9 years ago
  93. 31fdaa4 Retry checking port_server on socket timeout errors by Craig Tiller · 9 years ago
  94. 3ef8c08 More PDB trickery by Craig Tiller · 9 years ago
  95. a2f38b0 Dump portlog.txt on port server error, detect crashes earlier by Craig Tiller · 9 years ago
  96. c1385d6 Fix (hackily) fling_stream_test under gyp by Craig Tiller · 9 years ago
  97. f99a81f Merge pull request #3433 from nathanielmanistaatgoogle/utility-python-shebang by Craig Tiller · 9 years ago
  98. ae4fbcd Use "#!/usr/bin/env python2.7" only in utilities by Nathaniel Manista · 9 years ago
  99. 521300e Merge branch 'master' into core_gyp by murgatroid99 · 9 years ago
  100. a3e244f Fixed run-time conflicts between gyp tests and other tests by murgatroid99 · 9 years ago