1. a98a2ad enable runing C# interop tests under coreclr by Jan Tattermusch · 8 years ago
  2. c4b61e2 Use the VIP that routes to GFE. by Adele Zhou · 8 years ago
  3. 9088d59 fix_interop_server_arg by Adele Zhou · 8 years ago
  4. 2e2cdff php: add php7 to jenkins basic and interop tests by Stanley Cheung · 8 years ago
  5. 69d897d Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests by kpayson64 · 8 years ago
  6. cdff92f added ruby client compression interop tests by Alexander Polcyn · 8 years ago
  7. 0589e53 Make testing toolchain python 3.x compliant by siddharthshukla · 8 years ago
  8. 3b5b206 Make running individual Python tests less painful by Masood Malekghassemi · 8 years ago
  9. 0146756 Fix bug with override_server flag in run_interop_tests.py by murgatroid99 · 8 years ago
  10. 9fc079f enable client compression interop tests for C# by Jan Tattermusch · 8 years ago
  11. 396f943 added freaking missing comma by David Garcia Quintas · 8 years ago
  12. ff32a86 updated the interop tests driver by David Garcia Quintas · 8 years ago
  13. 83d8e37 php: run advanced interop tests by Stanley Cheung · 8 years ago
  14. 22a65e1 Added python jwt_token_creds interop test by Ken Payson · 8 years ago
  15. 60a83c7 Added google call creds/per_rpc interop tests by Ken Payson · 8 years ago
  16. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  17. 9835d4b update locations of dockerization scripts by Jan Tattermusch · 8 years ago
  18. 85a9383 run all implemented C# interop tests by Jan Tattermusch · 8 years ago
  19. 7d78ab2 Merge pull request #6229 from grpc/python_test_proto_gen by Jan Tattermusch · 8 years ago
  20. 707c9e2 Changed python proto build to use shared protos by Ken Payson · 8 years ago
  21. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  22. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  23. 2480f98 Add a script to run interop tests against all versions of prod servers. by Adele Zhou · 8 years ago
  24. 19f703d increase timeout for interop tests by Jan Tattermusch · 8 years ago
  25. 090a251 Node: fix metadata validation bug, improve error reporting by murgatroid99 · 8 years ago
  26. d82efd8 use HOME env var by Stanley Cheung · 8 years ago
  27. 31cb866 the host file path to the auth.json file has changed by Stanley Cheung · 8 years ago
  28. b9e66cc Added test cases for Cloud gateway. by Adele Zhou · 9 years ago
  29. cbf21da /usr/bin/env python -> /usr/bin/env python2.7 by Nathaniel Manista · 9 years ago
  30. 83576ba Update interop test service url to grpc-test.sandbox.googleapis.com. by Adele Zhou · 9 years ago
  31. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  32. 4080921 Update copyrights by murgatroid99 · 9 years ago
  33. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  34. ccc1610 Use tox commands to run interop client/server by Masood Malekghassemi · 9 years ago
  35. 116982e Include core in Python distribution by Masood Malekghassemi · 9 years ago
  36. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 9 years ago
  37. a6b2c4c Get rid of SSL_CERT_FILE env entirely by Jan Tattermusch · 9 years ago
  38. 8e4eead Merge pull request #4349 from carl-mastrangelo/percent2 by David G. Quintas · 9 years ago
  39. a86b41e Temporarily disable c# status_code_and_message client. by Jan Tattermusch · 9 years ago
  40. 5c7a1c8 teach interop script about new tests by Jan Tattermusch · 9 years ago
  41. e7f8e8e Make pretty interop tets output graphs by Carl Mastrangelo · 9 years ago
  42. b91c706 Merge Python tox fix into release-0.12-to-be-merged-into-master by Jorge Canizales · 9 years ago
  43. eaa7d20 Fix interop Python test invocation by Masood Malekghassemi · 9 years ago
  44. 340661d Merge master to manually resolve conflict. by Jorge Canizales · 9 years ago
  45. 944c074 Merge release-0.12 into master by Jorge Canizales · 9 years ago
  46. 3c78624 Make http2 interop tests always pass, and instead give a report by Carl Mastrangelo · 9 years ago
  47. 0a9cc3c Fix Python interop test invocation in run_interop_tests.py by Masood Malekghassemi · 9 years ago
  48. 7566c9a Make Python testing predictable again by Masood Malekghassemi · 9 years ago
  49. 201d6e1 Merge pull request #4161 from carl-mastrangelo/moreInterop1 by Jan Tattermusch · 9 years ago
  50. 2d248a2 Fix stdin on run_interop_tests by Carl Mastrangelo · 9 years ago
  51. 59096b4 fix flag by Carl Mastrangelo · 9 years ago
  52. 2dd55db Add framing http2 test case, enable verbose output, and properly skip tests by Carl Mastrangelo · 9 years ago
  53. 3bc7ba4 Use mako template for HTML report. by Adele Zhou · 9 years ago
  54. 3b2e1bd Enable interop tests for http2 by Carl Mastrangelo · 9 years ago
  55. de44910 Add HTTP/2 Interop tests to be run by Carl Mastrangelo · 9 years ago
  56. a30f829 Renamed report_utils.py. by Adele Zhou · 9 years ago
  57. 2271ab5 Create a separate utility for reporting. by Adele Zhou · 9 years ago
  58. 4671096 Escape quotation marks in html. by Adele Zhou · 9 years ago
  59. d5fffa5 Print detailed results for each test. by Adele Zhou · 9 years ago
  60. 7a17140 s/exit/sys.exit/ by Carl Mastrangelo · 9 years ago
  61. 29fd005 adjust paralellism and timeouts by Jan Tattermusch · 9 years ago
  62. 39e3cb3 prevent container name reuse error for timeout flakes by Jan Tattermusch · 9 years ago
  63. def77a5 Merge pull request #3923 from adelez/add_interop_report by Jan Tattermusch · 9 years ago
  64. 51b6eae Add an indicator for server and client languages. by Adele Zhou · 9 years ago
  65. bfbd038 correctly display auth interop tests in HTML report by Jan Tattermusch · 9 years ago
  66. 5d1c7e8 remove extra print statement by Jan Tattermusch · 9 years ago
  67. 289b7b9 add notion of unimplemented interop tests by Jan Tattermusch · 9 years ago
  68. c8b9441 simplify cmdline arg logic by Jan Tattermusch · 9 years ago
  69. e4c3561 generate html report for interop tests by Adele Zhou · 9 years ago
  70. 75d2ee0 unify args passed to interop tests by Jan Tattermusch · 9 years ago
  71. 3b6fef1 fix some python auth interop tests by Jan Tattermusch · 9 years ago
  72. 7f24fb3 -use_tls=true is language independent now by Jan Tattermusch · 9 years ago
  73. 651ebdd Merge pull request #3861 from jtattermusch/ruby_use_tls by Michael Lumish · 9 years ago
  74. 785efd4 accept --use_tls=true --use_test_ca=true in python by Jan Tattermusch · 9 years ago
  75. 73b3eea accept --use_tls=true and --use_test_ca=true in ruby by Jan Tattermusch · 9 years ago
  76. f565dfb add check to see if file exists by Stanley Cheung · 9 years ago
  77. 22b6bed revert global_env usage for build_interop_image by Stanley Cheung · 9 years ago
  78. cea1139 bring env variable to build_interop_image script by Stanley Cheung · 9 years ago
  79. 51c36d9 add composer/auth.json env variable by Stanley Cheung · 9 years ago
  80. b87663b php: add use_tls=true flag to run_interop_tests script by Stanley Cheung · 9 years ago
  81. 13bf36a enable timeout on sleeping server interop test by Jan Tattermusch · 9 years ago
  82. 18cc842 Add Python support to run_interop_tests.py by Masood Malekghassemi · 9 years ago
  83. 1f1c5c5 run empty_stream interop test by Jan Tattermusch · 9 years ago
  84. 0a14f62 dont use + character in generated container names by Jan Tattermusch · 9 years ago
  85. e268628 kill interop clients on timeout by Jan Tattermusch · 9 years ago
  86. 2167500 Merge pull request #3739 from jtattermusch/csharp_interop_auth by Stanley Cheung · 9 years ago
  87. 6d137ad Merge pull request #3684 from yang-g/prod_roots by Jan Tattermusch · 9 years ago
  88. 64d7c24 make C# auth interop tests up to spec by Jan Tattermusch · 9 years ago
  89. 0712527 Merge pull request #3729 from jtattermusch/csharp_args_spec by Michael Lumish · 9 years ago
  90. 7828e81 make C# interop test args parsing compliant with spec by Jan Tattermusch · 9 years ago
  91. a006b5f change default value of use_test_ca by yang-g · 9 years ago
  92. 92981d5 remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec by yang-g · 9 years ago
  93. c02cb03 Merge pull request #3675 from jtattermusch/interop_auth_tests by Jan Tattermusch · 9 years ago
  94. b1dec72 add ruby server to run_interop_tests.py by Jan Tattermusch · 9 years ago
  95. fb8c77d add auth interop tests by Jan Tattermusch · 9 years ago
  96. cc1bde7 add go support to run_interop_tests.py by Jan Tattermusch · 9 years ago
  97. 210a0ea tweaking of run_interop_tests.py by Jan Tattermusch · 9 years ago
  98. 28bf559 Merge remote-tracking branch 'upstream/master' into interop_improvements by Jan Tattermusch · 9 years ago
  99. 91ad018 Build and run per-language containers for interop tests by Jan Tattermusch · 9 years ago
  100. 54db83d fix run_interop_tests.py by yang-g · 9 years ago