aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib
Commit message (Collapse)AuthorAge
* C# distrib test flake workaroundGravatar Jan Tattermusch2018-09-14
|
* try fixing cxx distrib testGravatar Jan Tattermusch2018-08-07
|
* try fixing protobuf build in win distribtestGravatar Jan Tattermusch2018-08-07
|
* Upmerge v1.13.x into masterGravatar Mehrdad Afshari2018-06-20
|\
| * Add grpcio-testing to Python distribtestsGravatar Mehrdad Afshari2018-06-20
| |
| * More consistent source/binary Python distribtestsGravatar Mehrdad Afshari2018-06-20
| |
* | fix shellcheck errorGravatar Jan Tattermusch2018-06-08
| |
* | fix commentsGravatar Jan Tattermusch2018-06-08
| |
* | use testcodegen.proto for distribtestGravatar Jan Tattermusch2018-06-07
| |
* | fix test_codegen for macGravatar Jan Tattermusch2018-06-07
| |
* | fix test_codegen for x86Gravatar Jan Tattermusch2018-06-06
| |
* | test C# codegen in distribtestsGravatar Jan Tattermusch2018-06-06
|/
* update C# distribtestsGravatar Jan Tattermusch2018-05-10
|
* Fix the Python source distribtest scriptGravatar Mehrdad Afshari2018-04-27
|
* Split binary and source distribtests for PythonGravatar Mehrdad Afshari2018-04-11
|
* add distribtest for grpc being added with cmake add_subdirectoryGravatar Jan Tattermusch2018-03-29
|
* cmake "superbuild" example using externalprojectsGravatar Jan Tattermusch2018-03-28
|
* Merge pull request #14634 from apolcyn/fix_ruby_omnibus_breakgeGravatar apolcyn2018-03-27
|\ | | | | Remove source code and native-to-build-host grpc_c.so from ruby linux binary packages
| * Remove source code and the grpc_c.so file that was built as a local binary ↵Gravatar Alexander Polcyn2018-03-27
| | | | | | | | | | | | from the ruby binary packages
* | PHP: split script for running distrib tests on different systemGravatar ZhouyihaiDing2018-03-26
| |
* | PHP: maxOS distrib test pecl-installGravatar ZhouyihaiDing2018-03-23
|/
* Merge pull request #14708 from jtattermusch/try_fix_php_distribtest_macosGravatar Jan Tattermusch2018-03-15
|\ | | | | Try fixing PHP distribtest on mac kokoro.
| * -regextype flag is not supported on macGravatar Jan Tattermusch2018-03-14
| |
* | fix C# distribtest on kokoro macosGravatar Jan Tattermusch2018-03-14
|/
* Make ruby/run_distrib_test.sh to pass shellcheck (with suppression)Gravatar Mehrdad Afshari2018-02-07
|
* Fix python/run_distrib_test.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix php/run_distrib_test.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Make csharp/update_version.sh pass shellcheck (with suppresion)Gravatar Mehrdad Afshari2018-02-07
|
* Fix csharp/run_distrib_test_dotnetcli.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix csharp/run_distrib_test.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix run_distrib_test_routeguide.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix run_distrib_test_cmake.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* cleanup the way openssl and zlib are usedGravatar Jan Tattermusch2018-02-06
|
* Fix helloworld zlib include directory confusion in run_distrib_test_cmake.batGravatar Stefan Hacker2018-01-28
| | | | | | | | | | | | | | | | 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.
* fix finding opensslGravatar Jan Tattermusch2018-01-18
|
* fix distribtest typoGravatar Jan Tattermusch2018-01-18
|
* Fix failing ruby distrib tests on ruby 2.0 imagesGravatar Alexander Polcyn2017-12-15
|
* avoid picking up ProtoCGravatar Jan Tattermusch2017-12-01
|
* installing gflags not necessaryGravatar Jan Tattermusch2017-12-01
|
* make runnable on kokoroGravatar Jan Tattermusch2017-12-01
|
* make helloworld CMakeLists compile on windowsGravatar Jan Tattermusch2017-12-01
|
* working cmake install on windowsGravatar Jan Tattermusch2017-12-01
|
* fix nitGravatar Jan Tattermusch2017-12-01
|
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | 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.
* prevent submodule headers from influencing the buildGravatar Jan Tattermusch2017-09-11
|
* add cmake distribtestGravatar Jan Tattermusch2017-09-11
|
* Reset OWNERS stateGravatar Craig Tiller2017-07-17
|
* Add myself as owner of files in several directoriesGravatar murgatroid992017-07-13
|
* Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|\
| * Change bound port to get Node distrib tests to work againGravatar murgatroid992017-06-13
| |