1. a4ddf2d fix docker -p flag for interop tests by Eric Gribkoff · 7 years ago
  2. 996a673 minor changes to get docker building on osx by Makarand Dharmapurikar · 7 years ago
  3. 50fdc8a add http2 server test for unary calls that uses small frames and padding by Alexander Polcyn · 7 years ago
  4. 2f59cf2 move health check to just before running test cases by Eric Gribkoff · 7 years ago
  5. 246c0ee delay health check, increase timeout by Eric Gribkoff · 7 years ago
  6. 6ce6166 reenable health check, disable other interop tests by Eric Gribkoff · 7 years ago
  7. f9d0804 disable wait for healthy by Eric Gribkoff · 7 years ago
  8. 92a5d28 increase wait for healthy timeout by Eric Gribkoff · 7 years ago
  9. d3b1600 add comments for health check docker flags by Eric Gribkoff · 7 years ago
  10. 22afddf add health check for http2 server by Eric Gribkoff · 7 years ago
  11. bee6ec2 refactor common_options, correct output for manual run by Eric Gribkoff · 7 years ago
  12. 61335ec use docker port mapping for http2 server by Eric Gribkoff · 7 years ago
  13. 8e64d90 Modify shebang on python scripts by Siddharth Shukla · 7 years ago
  14. d194f59 Make testing scripts python3.x compatible by Siddharth Shukla · 7 years ago
  15. 7134a31 add --manual_run option for running interop tests by Jan Tattermusch · 7 years ago
  16. caf7ea5 Enable C++ negative http2 test by Eric Gribkoff · 7 years ago
  17. ae1cd87 Enable python negative http2 test by Noah Eisen · 7 years ago
  18. de99fe8 Enable Go negative http2 interop test by Noah Eisen · 7 years ago
  19. 8e7e1e3 Only run bad http2 server tests with supported client/server pairs. by Adele Zhou · 7 years ago
  20. 992d5cd comment out python temporarily by Adele Zhou · 7 years ago
  21. 429e560 Fix interop HTML report. by Adele Zhou · 7 years ago
  22. 459c93f Update name of Python negative interop test by ncteisen · 8 years ago
  23. 4e51140 Update path to http2 Java test client by Eric Gribkoff · 8 years ago
  24. 57b02fc merge by Adele Zhou · 8 years ago
  25. 468690f Merge pull request #9298 from makdharma/http2_badserver_interop by makdharma · 8 years ago
  26. 6bbd95e minor fix by Makarand Dharmapurikar · 8 years ago
  27. 078e421 addressed feedback by Makarand Dharmapurikar · 8 years ago
  28. d383e4a added ability to run bad-server http2 tests by Makarand Dharmapurikar · 8 years ago
  29. 9d1cc8c Change interop test infra to run new Ruby tests by ncteisen · 8 years ago
  30. ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 8 years ago
  31. 5c79a31 cleanup tools/run_tests directory by Jan Tattermusch · 8 years ago
  32. f2764bf Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interop by Noah Eisen · 8 years ago
  33. 03b7612 stop using login shell for invoking interop tests by Jan Tattermusch · 8 years ago
  34. 34e8b91 ruby doesnt need login shell by Jan Tattermusch · 8 years ago
  35. 6d4dba9 node doesnt need login shell by Jan Tattermusch · 8 years ago
  36. 794afb3 Update interop test infrastructure to call advanced go tests by Noah Eisen · 8 years ago
  37. 7fc1d4e Update infrastructure to call new unimplemented_service interop test by Noah Eisen · 8 years ago
  38. 9785c8f Implement the advanced interop tests for Python by Noah Eisen · 8 years ago
  39. 88477fd All current interop tests are implemented for C++ client and server. Updated run_interop_tests.py so that C++ no longer skips any tests by Noah Eisen · 8 years ago
  40. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  41. a98a2ad enable runing C# interop tests under coreclr by Jan Tattermusch · 8 years ago
  42. 366c6ce Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  43. c4b61e2 Use the VIP that routes to GFE. by Adele Zhou · 8 years ago
  44. 9088d59 fix_interop_server_arg by Adele Zhou · 8 years ago
  45. 2e2cdff php: add php7 to jenkins basic and interop tests by Stanley Cheung · 8 years ago
  46. 69d897d Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests by kpayson64 · 8 years ago
  47. cdff92f added ruby client compression interop tests by Alexander Polcyn · 8 years ago
  48. 0589e53 Make testing toolchain python 3.x compliant by siddharthshukla · 8 years ago
  49. dbf2adc Fix C++ status_code_and_message test to comply with the spec. by Mark D. Roth · 8 years ago
  50. 3b5b206 Make running individual Python tests less painful by Masood Malekghassemi · 8 years ago
  51. 71ed007 Change run_interop_tests.py to run status_code_and_message test for Go. by Mark D. Roth · 8 years ago
  52. 0146756 Fix bug with override_server flag in run_interop_tests.py by murgatroid99 · 8 years ago
  53. 9fc079f enable client compression interop tests for C# by Jan Tattermusch · 8 years ago
  54. 396f943 added freaking missing comma by David Garcia Quintas · 8 years ago
  55. ff32a86 updated the interop tests driver by David Garcia Quintas · 8 years ago
  56. 83d8e37 php: run advanced interop tests by Stanley Cheung · 8 years ago
  57. 22a65e1 Added python jwt_token_creds interop test by Ken Payson · 8 years ago
  58. 60a83c7 Added google call creds/per_rpc interop tests by Ken Payson · 8 years ago
  59. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  60. 9835d4b update locations of dockerization scripts by Jan Tattermusch · 8 years ago
  61. 85a9383 run all implemented C# interop tests by Jan Tattermusch · 8 years ago
  62. 7d78ab2 Merge pull request #6229 from grpc/python_test_proto_gen by Jan Tattermusch · 8 years ago
  63. 707c9e2 Changed python proto build to use shared protos by Ken Payson · 8 years ago
  64. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  65. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  66. 2480f98 Add a script to run interop tests against all versions of prod servers. by Adele Zhou · 8 years ago
  67. 19f703d increase timeout for interop tests by Jan Tattermusch · 8 years ago
  68. 090a251 Node: fix metadata validation bug, improve error reporting by murgatroid99 · 8 years ago
  69. d82efd8 use HOME env var by Stanley Cheung · 8 years ago
  70. 31cb866 the host file path to the auth.json file has changed by Stanley Cheung · 8 years ago
  71. b9e66cc Added test cases for Cloud gateway. by Adele Zhou · 8 years ago
  72. cbf21da /usr/bin/env python -> /usr/bin/env python2.7 by Nathaniel Manista · 8 years ago
  73. 83576ba Update interop test service url to grpc-test.sandbox.googleapis.com. by Adele Zhou · 9 years ago
  74. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  75. 4080921 Update copyrights by murgatroid99 · 9 years ago
  76. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  77. ccc1610 Use tox commands to run interop client/server by Masood Malekghassemi · 9 years ago
  78. 116982e Include core in Python distribution by Masood Malekghassemi · 9 years ago
  79. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 9 years ago
  80. a6b2c4c Get rid of SSL_CERT_FILE env entirely by Jan Tattermusch · 9 years ago
  81. 8e4eead Merge pull request #4349 from carl-mastrangelo/percent2 by David G. Quintas · 9 years ago
  82. a86b41e Temporarily disable c# status_code_and_message client. by Jan Tattermusch · 9 years ago
  83. 5c7a1c8 teach interop script about new tests by Jan Tattermusch · 9 years ago
  84. e7f8e8e Make pretty interop tets output graphs by Carl Mastrangelo · 9 years ago
  85. b91c706 Merge Python tox fix into release-0.12-to-be-merged-into-master by Jorge Canizales · 9 years ago
  86. eaa7d20 Fix interop Python test invocation by Masood Malekghassemi · 9 years ago
  87. 340661d Merge master to manually resolve conflict. by Jorge Canizales · 9 years ago
  88. 944c074 Merge release-0.12 into master by Jorge Canizales · 9 years ago
  89. 3c78624 Make http2 interop tests always pass, and instead give a report by Carl Mastrangelo · 9 years ago
  90. 0a9cc3c Fix Python interop test invocation in run_interop_tests.py by Masood Malekghassemi · 9 years ago
  91. 7566c9a Make Python testing predictable again by Masood Malekghassemi · 9 years ago
  92. 201d6e1 Merge pull request #4161 from carl-mastrangelo/moreInterop1 by Jan Tattermusch · 9 years ago
  93. 2d248a2 Fix stdin on run_interop_tests by Carl Mastrangelo · 9 years ago
  94. 59096b4 fix flag by Carl Mastrangelo · 9 years ago
  95. 2dd55db Add framing http2 test case, enable verbose output, and properly skip tests by Carl Mastrangelo · 9 years ago
  96. 3bc7ba4 Use mako template for HTML report. by Adele Zhou · 9 years ago
  97. 3b2e1bd Enable interop tests for http2 by Carl Mastrangelo · 9 years ago
  98. de44910 Add HTTP/2 Interop tests to be run by Carl Mastrangelo · 9 years ago
  99. a30f829 Renamed report_utils.py. by Adele Zhou · 9 years ago
  100. 2271ab5 Create a separate utility for reporting. by Adele Zhou · 9 years ago