Mehrdad Afshari
c6e82b6872
Make ruby/run_distrib_test.sh to pass shellcheck (with suppression)
7 years ago
Mehrdad Afshari
0a400c6c0a
Fix python/run_distrib_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
6c39c9ecd4
Fix php/run_distrib_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
f5aea0c4b3
Make csharp/update_version.sh pass shellcheck (with suppresion)
7 years ago
Mehrdad Afshari
7bf30d6b35
Fix csharp/run_distrib_test_dotnetcli.sh to pass shellcheck
7 years ago
Mehrdad Afshari
fd954d2827
Fix csharp/run_distrib_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
59aefe61e2
Fix run_distrib_test_routeguide.sh to pass shellcheck
7 years ago
Mehrdad Afshari
9d2f806dac
Fix run_distrib_test_cmake.sh to pass shellcheck
7 years ago
Jan Tattermusch
5e9cfd9a99
cleanup the way openssl and zlib are used
7 years ago
Stefan Hacker
93f13871d8
Fix helloworld zlib include directory confusion in run_distrib_test_cmake.bat
...
We have to give cmake the explicit zlib location as the internal testing
environment has C:/msys64/usr/bin in the PATH and zlib-devel installed.
cmake has heuristics in find_package which sees this /bin suffix in PATH
and adds C:/msys64/usr/ to the find_package search locations. Doing a
find_package(zlib) in this environment makes the find module for it (FindZLIB)
find the header zlib.h in C:/msys64/usr/include while the library will still
be taken from the testinstall location masking the issue in the log. To satisfy
the dependency cmake adds C:/msys64/usr/include as an include directory. This
makes cl.exe build with mixed C and C++ standard lib headers breaking the
build.
This issue was previously masked by cmake writing absolute paths for zlib and
other dependencies into the grpc cmake exports.
7 years ago
Jan Tattermusch
1e9543deb9
fix finding openssl
7 years ago
Jan Tattermusch
1c42023ae6
fix distribtest typo
7 years ago
Alexander Polcyn
a3997fa50f
Fix failing ruby distrib tests on ruby 2.0 images
7 years ago
Alexander Polcyn
acd56b7361
Fix failing ruby distrib tests on ruby 2.0 images
7 years ago
Jan Tattermusch
a5f05c70f1
avoid picking up ProtoC
7 years ago
Jan Tattermusch
27d254ad78
installing gflags not necessary
7 years ago
Jan Tattermusch
ce7a23ba94
make runnable on kokoro
7 years ago
Jan Tattermusch
06251f8cd6
make helloworld CMakeLists compile on windows
7 years ago
Jan Tattermusch
3c93a1982d
working cmake install on windows
7 years ago
Jan Tattermusch
c05f0240e8
fix nit
7 years ago
murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
7 years ago
Jan Tattermusch
b2cf73e1f8
prevent submodule headers from influencing the build
7 years ago
Jan Tattermusch
5a2a792509
add cmake distribtest
7 years ago
Craig Tiller
d996379030
Reset OWNERS state
7 years ago
murgatroid99
b5984601b8
Add myself as owner of files in several directories
7 years ago
murgatroid99
8f596ae2cd
Change bound port to get Node distrib tests to work again
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
42e302dbfe
Run mac and windows distribtests in workspace
8 years ago
Jan Tattermusch
1dd609b3c1
fix C++ distribtests
8 years ago
Jan Tattermusch
dd2f1cab7a
switch C# distribtest to use windows-build nugets
8 years ago
Matt Kwong
10dcccadfb
fixed whitespacing and docker_run_tests.sh now clones submodule via network
8 years ago
Matt Kwong
5d0f24600e
changed method to local clone submodules to using git submodule foreach from the local copy
8 years ago
Matt Kwong
46c7f574bd
submodule clone comments changed to be more descriptive
8 years ago
Matt Kwong
a436bab47f
fixed incorrect directory when using EXTERNAL_GIT_ROOT in Docker cloning var
8 years ago
Matt Kwong
befac97048
fixed local cloning of grpc/grpc submodules on docker
8 years ago
Stanley Cheung
96264c074f
php: use real artifact name in jenkins test
8 years ago
Jan Tattermusch
f6caaa76a6
add copyrights for AssemblyInfo.cs files
8 years ago
Jan Tattermusch
881a32f5a7
fix windows distribtest and add TODOs to remove hacks
8 years ago
Jan Tattermusch
11cbb5b693
switch distribtests to use nugets generated by dotnet cli
8 years ago
Jan Tattermusch
8c76be7405
dotnet CLI distribtest
8 years ago
Jan Tattermusch
f785ae38c9
fix windows distribtest and add TODOs to remove hacks
8 years ago
Jan Tattermusch
520ece60e5
switch distribtests to use nugets generated by dotnet cli
8 years ago
Jan Tattermusch
b809cd9f99
dotnet CLI distribtest
8 years ago
Alex Polcyn
ab394849d3
update to system interactive in distrib tests
8 years ago
Jan Tattermusch
80c704bfa8
update distribtest project to Google.Apis.Auth 0.15.0
8 years ago
Nathaniel Manista
5450f05e0c
Migrate distrib, interop, and stress to GA API
8 years ago
Masood Malekghassemi
302bfd1a10
Test Python source distribution installation
8 years ago
yang-g
46f4a681d2
minor fixes
9 years ago
yang-g
a011572c81
cloning from the local repo
9 years ago
yang-g
e3975e72d2
Move grpc installation from docker file to script.
9 years ago