Commit Graph

142 Commits

Author SHA1 Message Date
Jan Tattermusch c1001e7909
Merge pull request #18467 from jtattermusch/csharp_tools_distribtest2
Test Grpc.Tools as part of C# distribtests
2019-03-29 12:36:24 -07:00
Michael Lumish e6cd312346
Merge pull request #18530 from murgatroid99/jessie-backports_url_fix
Update jessie-backports URL
2019-03-29 09:58:15 -07:00
murgatroid99 2a12b47f0b Fix other docker build issues 2019-03-28 15:56:08 -07:00
Jan Tattermusch 2ebbac117b Use msbuild in C# distribtests for legacy .csproj 2019-03-27 16:46:27 -04:00
Jan Tattermusch 80fb0ce67f add Google.Protobuf dependency to legacy csproj 2019-03-27 16:46:27 -04:00
Jan Tattermusch 133ff03e97 classic .csproj Grpc.Tools test 2019-03-27 16:46:27 -04:00
Jan Tattermusch 89281d4498 test protobuf used 2019-03-27 16:46:27 -04:00
Jan Tattermusch 326e06256b C# distribtests should test Grpc.Tools codegen too 2019-03-27 16:46:26 -04:00
murgatroid99 961f25bd27 Slightly different check-valid-until fix 2019-03-27 11:13:02 -07:00
murgatroid99 93dc0d6ec3 Update fix with new information from post 2019-03-26 17:43:20 -07:00
murgatroid99 084ebec9af Update jessie-backports URL 2019-03-26 15:41:19 -07:00
Fabian Holler 113e84b8dd update cares to version cares-1_15_0
This fixes the issue: https://github.com/grpc/grpc/issues/16688

Which causes that grpc can not be build because of the following
compiler error:
  third_party/cares/cares/ares_init.c: In function ‘ares_dup’:
  third_party/cares/cares/ares_init.c:301:17: error: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer- memaccess] sizeof(src->local_dev_name));
2019-03-26 13:13:49 -07:00
Lidi Zheng f42ad52c44 Update `--dest-dir` to `-d` 2019-03-13 12:40:10 -07:00
Lidi Zheng 64b29fba5d An attempt to fix distrib test 2019-03-13 09:58:54 -07:00
Lidi Zheng fa7f010795 Fix the hash checking mechanism 2019-03-08 10:47:04 -08:00
Lidi Zheng 127a6c1d9e Revert "Revert "Roll foward "Strip Python wheel binary"""
This reverts commit 98fc902200.
2019-03-08 10:29:00 -08:00
Lidi Zheng 98fc902200
Revert "Roll foward "Strip Python wheel binary"" 2019-03-07 17:34:45 -08:00
Lidi Zheng 50a1ddab5c Revert "Revert "Strip Python wheel binary""
This reverts commit 04609b1ea5.
2019-03-06 07:57:21 -08:00
Jan Tattermusch 04609b1ea5
Revert "Strip Python wheel binary" 2019-03-06 11:00:13 +01:00
Lidi Zheng 168df1cb5f Check hashes for pip wheels before installing 2019-03-04 16:01:45 -08:00
Jan Tattermusch fbb04abd02 fix C# net45 distribtests 2019-01-25 15:18:47 +01:00
Jan Tattermusch 709e1aa111 C# distrib test flake workaround 2018-09-14 17:28:50 +02:00
Jan Tattermusch 18aac34e29 try fixing cxx distrib test 2018-08-07 14:28:41 +02:00
Jan Tattermusch d4c1c9b18c try fixing protobuf build in win distribtest 2018-08-07 14:28:41 +02:00
Mehrdad Afshari 84955e7a48 Upmerge v1.13.x into master 2018-06-20 16:01:20 -07:00
Mehrdad Afshari 2cb912c716 Add grpcio-testing to Python distribtests 2018-06-20 10:06:32 -07:00
Mehrdad Afshari 1a92cd0b52 More consistent source/binary Python distribtests 2018-06-20 10:06:32 -07:00
Jan Tattermusch 6ccf4b7930 fix shellcheck error 2018-06-08 12:37:32 +02:00
Jan Tattermusch 5def921962 fix comments 2018-06-08 10:37:25 +02:00
Jan Tattermusch e5389b6335 use testcodegen.proto for distribtest 2018-06-07 09:37:30 +02:00
Jan Tattermusch 93f04c528c fix test_codegen for mac 2018-06-07 09:33:10 +02:00
Jan Tattermusch 8d396573b3 fix test_codegen for x86 2018-06-06 16:56:35 +02:00
Jan Tattermusch 4fae81d777 test C# codegen in distribtests 2018-06-06 10:14:52 +02:00
Jan Tattermusch 1d3cc21910 update C# distribtests 2018-05-10 15:22:14 +02:00
Mehrdad Afshari f4bea02a72 Fix the Python source distribtest script 2018-04-27 06:59:51 -07:00
Mehrdad Afshari b189923376 Split binary and source distribtests for Python 2018-04-11 14:48:48 -07:00
Jan Tattermusch 4a510960c6 add distribtest for grpc being added with cmake add_subdirectory 2018-03-29 14:12:10 +02:00
Jan Tattermusch 2286c633c2 cmake "superbuild" example using externalprojects 2018-03-28 19:30:44 +02:00
apolcyn d9ec9068c7
Merge pull request #14634 from apolcyn/fix_ruby_omnibus_breakge
Remove source code and native-to-build-host grpc_c.so from ruby linux binary packages
2018-03-27 16:35:25 -07:00
Alexander Polcyn a803c0340a Remove source code and the grpc_c.so file that was built as a local binary from the ruby
binary packages
2018-03-27 11:14:21 -07:00
ZhouyihaiDing 76d4621bd8 PHP: split script for running distrib tests on different system 2018-03-26 11:06:03 -07:00
ZhouyihaiDing 6152663b54 PHP: maxOS distrib test pecl-install 2018-03-23 14:06:06 -07:00
Jan Tattermusch e5821cdad2
Merge pull request #14708 from jtattermusch/try_fix_php_distribtest_macos
Try fixing PHP distribtest on mac kokoro.
2018-03-15 08:25:08 +01:00
Jan Tattermusch 693281d8a2 -regextype flag is not supported on mac 2018-03-14 15:44:11 +01:00
Jan Tattermusch d0ce0a73e8 fix C# distribtest on kokoro macos 2018-03-14 15:32:23 +01:00
Mehrdad Afshari c6e82b6872 Make ruby/run_distrib_test.sh to pass shellcheck (with suppression) 2018-02-07 13:48:20 -08:00
Mehrdad Afshari 0a400c6c0a Fix python/run_distrib_test.sh to pass shellcheck 2018-02-07 13:48:14 -08:00
Mehrdad Afshari 6c39c9ecd4 Fix php/run_distrib_test.sh to pass shellcheck 2018-02-07 13:36:22 -08:00
Mehrdad Afshari f5aea0c4b3 Make csharp/update_version.sh pass shellcheck (with suppresion) 2018-02-07 13:35:44 -08:00
Mehrdad Afshari 7bf30d6b35 Fix csharp/run_distrib_test_dotnetcli.sh to pass shellcheck 2018-02-07 13:35:16 -08:00