1. 2f59cf2 move health check to just before running test cases by Eric Gribkoff · 8 years ago
  2. 246c0ee delay health check, increase timeout by Eric Gribkoff · 8 years ago
  3. 6ce6166 reenable health check, disable other interop tests by Eric Gribkoff · 8 years ago
  4. f9d0804 disable wait for healthy by Eric Gribkoff · 8 years ago
  5. 92a5d28 increase wait for healthy timeout by Eric Gribkoff · 8 years ago
  6. d86a19e check error for docker inspect by Eric Gribkoff · 8 years ago
  7. d3b1600 add comments for health check docker flags by Eric Gribkoff · 8 years ago
  8. 22afddf add health check for http2 server by Eric Gribkoff · 8 years ago
  9. bee6ec2 refactor common_options, correct output for manual run by Eric Gribkoff · 8 years ago
  10. 61335ec use docker port mapping for http2 server by Eric Gribkoff · 8 years ago
  11. e30c204 Merge pull request #10148 from ctiller/ubsan by Craig Tiller · 8 years ago
  12. 41373d0 Merge pull request #10122 from ctiller/arena by Craig Tiller · 8 years ago
  13. dd9b597 UBSAN cleanup by Craig Tiller · 8 years ago
  14. 264a210 Merge pull request #10115 from thunderboltsid/update-run-tests-scripts-to-python3.x by Nathaniel Manista · 8 years ago
  15. 37bbbd7 Merge pull request #9984 from ctiller/poll-wakeup by Craig Tiller · 8 years ago
  16. 67631eb Merge pull request #10105 from murgatroid99/upmerge_v1.2.x by Michael Lumish · 8 years ago
  17. b290fc9 Merge pull request #10063 from vjpai/disable_flaky_rq_qps_test by Vijay Pai · 8 years ago
  18. 9202b3f Arena allocator for grpc by Craig Tiller · 8 years ago
  19. 8e64d90 Modify shebang on python scripts by Siddharth Shukla · 8 years ago
  20. 21e7dfc Ignore the number of failed skipped tests by Nathaniel Manista · 8 years ago
  21. d194f59 Make testing scripts python3.x compatible by Siddharth Shukla · 8 years ago
  22. bf3dce2 Merge branch 'poll-wakeup' of github.com:ctiller/grpc into poll-wakeup by Craig Tiller · 8 years ago
  23. a2d11d7 Merge github.com:grpc/grpc into poll-wakeup by Craig Tiller · 8 years ago
  24. 46a50d5 Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.x by murgatroid99 · 8 years ago
  25. a582def Temporarily disable resource quota QPS tests by Vijay Pai · 8 years ago
  26. 47f37f3 Change execution order by Craig Tiller · 8 years ago
  27. eeaa977 Merge pull request #10050 from ncteisen/banned-from-club-penguin by Noah Eisen · 8 years ago
  28. a85e7d4 Merge pull request #10054 from murgatroid99/uv_resolver_fallback by Michael Lumish · 8 years ago
  29. 3a35189 Fix build by Craig Tiller · 8 years ago
  30. 7134a31 add --manual_run option for running interop tests by Jan Tattermusch · 8 years ago
  31. d159af3 return tuple from jobset.run when skipping tests by Jan Tattermusch · 8 years ago
  32. eb41e64 Merge github.com:grpc/grpc into poll-wakeup by Craig Tiller · 8 years ago
  33. 89addae Merge pull request #10039 from ctiller/server_channel_args by Craig Tiller · 8 years ago
  34. 0de314b Merge pull request #10048 from ctiller/nudiff by Craig Tiller · 8 years ago
  35. b3eee5c Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  36. d0cda5c Add uv resolver fallback for named ports, fix portability tests by murgatroid99 · 8 years ago
  37. 588f4a2 Merge remote-tracking branch 'origin/fmac' into poll-wakeup by Craig Tiller · 8 years ago
  38. ad14bce Fix mac build by Craig Tiller · 8 years ago
  39. 45c34c3 Merge pull request #10046 from jtattermusch/dont_silence_run_tests_use_docker by Jan Tattermusch · 8 years ago
  40. 1a882cf Add more core banned functions by ncteisen · 8 years ago
  41. 5adc93e Add more interesting metrics by Craig Tiller · 8 years ago
  42. 26995eb Get filename right by Craig Tiller · 8 years ago
  43. b432885 Always write index.html by Craig Tiller · 8 years ago
  44. f5362b1 Merge github.com:grpc/grpc into nudiff by Craig Tiller · 8 years ago
  45. 3fd238a Merge github.com:grpc/grpc into poll-wakeup by Craig Tiller · 8 years ago
  46. 808d19e Merge pull request #9977 from ctiller/fssplit by Craig Tiller · 8 years ago
  47. 09e9329 Merge github.com:grpc/grpc into server_channel_args by Craig Tiller · 8 years ago
  48. e2bdbfe Fix misplaced assert in run_tests.py by David Garcia Quintas · 8 years ago
  49. 3464f70 dont silence realtime output from run_tests.py --use_docker by Jan Tattermusch · 8 years ago
  50. 111f2d4 Merge github.com:grpc/grpc into server_channel_args by Craig Tiller · 8 years ago
  51. 12352b2 Add test of server builder, including channel args by Craig Tiller · 8 years ago
  52. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  53. 5a59c43 make report naming internal-CI compliant by Jan Tattermusch · 8 years ago
  54. eb24a7b Use new diff script by Craig Tiller · 8 years ago
  55. 6921820 Ensure port server is running on remote hosts by Craig Tiller · 8 years ago
  56. a3d87ca fix C# nuget restore by Jan Tattermusch · 8 years ago
  57. fddb01d upgrade third_party/protobuf to 3.2.0 by Jan Tattermusch · 8 years ago
  58. 5ea6c9f Merge branch 'fssplit' of github.com:ctiller/grpc into fssplit by Craig Tiller · 8 years ago
  59. e067b6e Resolve sanity failures by Craig Tiller · 8 years ago
  60. 8a0ec88 Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master by David Garcia Quintas · 8 years ago
  61. 656a1ab Merge branch 'fssplit' into poll-wakeup by Craig Tiller · 8 years ago
  62. f09ec59 Fix mac build by Craig Tiller · 8 years ago
  63. 1128d46 Pollset benchmark by Craig Tiller · 8 years ago
  64. 8c3eaf2 Merge pull request #9939 from ctiller/stream_owned_slice by Craig Tiller · 8 years ago
  65. 0dc57ad Move trickle to the end: it takes a while, and its less important (in the face of failures) by Craig Tiller · 8 years ago
  66. 0d8b11f Update test list by Craig Tiller · 8 years ago
  67. 52bd441 Get back trickle by Craig Tiller · 8 years ago
  68. 12d22e4 Further splitting by Craig Tiller · 8 years ago
  69. 62ac65b Split bm_fullstack unary ping pong out by Craig Tiller · 8 years ago
  70. 627a598 Prep for splitting bm_fullstack by Craig Tiller · 8 years ago
  71. 5e32153 Move helpers to a common place, use them everywhere by Craig Tiller · 8 years ago
  72. a35d0e3 Merge pull request #9814 from apolcyn/turn_off_ruby_tests by apolcyn · 8 years ago
  73. faaa8b8 Disable node_protobuf_async_unary_qps_unconstrained benchmark test by murgatroid99 · 8 years ago
  74. 138e1be Merge pull request #9928 from jtattermusch/kokoro_win by Jan Tattermusch · 8 years ago
  75. caf7ea5 Enable C++ negative http2 test by Eric Gribkoff · 8 years ago
  76. 0a3d5f9 Revert "Enable lto for performance testing" by Craig Tiller · 8 years ago
  77. 36281f9 Merge github.com:grpc/grpc into lto by Craig Tiller · 8 years ago
  78. fbedd67 Merge pull request #9769 from ctiller/always-use-port-server by Craig Tiller · 8 years ago
  79. 6d91f2d strip by Craig Tiller · 8 years ago
  80. aa296fe Call the right function by Craig Tiller · 8 years ago
  81. dce26f4 Make clean by Craig Tiller · 8 years ago
  82. 5ef448d Fix module name :) by Craig Tiller · 8 years ago
  83. ff84b36 Experimental version by Craig Tiller · 8 years ago
  84. 18a948a Merge github.com:grpc/grpc into diff_perf by Craig Tiller · 8 years ago
  85. d753f45 Add argument by Craig Tiller · 8 years ago
  86. f9abb29 Reserve opt for external builds, use lto for profiling by Craig Tiller · 8 years ago
  87. 2316b80 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  88. 9ef6fc8 Merge github.com:grpc/grpc into stream_owned_slice by Craig Tiller · 8 years ago
  89. 295df6d Add a slice type that shares a refcount with a transport stream by Craig Tiller · 8 years ago
  90. 823e87b Merge pull request #9933 from ctiller/better_summary by Craig Tiller · 8 years ago
  91. 541b87e Report non-counter cpu times to bigquery to get more accurate dashboards by Craig Tiller · 8 years ago
  92. ff61b8c improve script for running windows tests on internal_ci by Jan Tattermusch · 8 years ago
  93. ae1cd87 Enable python negative http2 test by Noah Eisen · 8 years ago
  94. 5f13f48 Merge pull request #9833 from dgquintas/parse_address_clusterfuzz by David G. Quintas · 8 years ago
  95. 16edd99 Merge pull request #9812 from dgquintas/timestamp_logs by David G. Quintas · 8 years ago
  96. 9ccebc3 Merge pull request #9773 from dgquintas/build_files by David G. Quintas · 8 years ago
  97. 6517333 Merge pull request #9881 from ctiller/spinlock by Craig Tiller · 8 years ago
  98. c2515d0 Merge github.com:grpc/grpc into always-use-port-server by Craig Tiller · 8 years ago
  99. de99fe8 Enable Go negative http2 interop test by Noah Eisen · 8 years ago
  100. a10f00c Merge github.com:grpc/grpc into spinlock by Craig Tiller · 8 years ago