aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* run_tests.py --auto_set_flakes should be disabled by defaultGravatar Jan Tattermusch2018-04-25
|
* Fix Python backward compatibility testsGravatar Adele Zhou2018-04-23
|
* Merge pull request #15162 from grpc/v1.11.xGravatar Mehrdad Afshari2018-04-23
|\ | | | | Upmerge Split off pre_1.11 Python interop script
| * Merge pull request #15159 from mehrdada/xGravatar Mehrdad Afshari2018-04-23
| |\ | | | | | | Split off pre_1.11 Python interop script
| | * Split off pre_1.11 Python interop scriptGravatar Mehrdad Afshari2018-04-23
| | |
* | | Merge pull request #15152 from grpc/v1.11.xGravatar Mehrdad Afshari2018-04-23
|\| | | | | | | | Upmerge v1.11.x into master
| * | Fix the Python path for interop testsGravatar Mehrdad Afshari2018-04-23
| |/
* | Merge pull request #15048 from kpayson64/use_c_core_for_interopGravatar kpayson642018-04-21
|\ \ | | | | | | Use c core for interop
| * | Make Node interop tests use c-core changesGravatar kpayson642018-04-20
| | |
* | | Merge pull request #15112 from mehrdada/bump-pip-to-10.0.0Gravatar Mehrdad Afshari2018-04-20
|\ \ \ | | | | | | | | Bump pip==10.0.1 and protobuf==3.5.2.post1
* \ \ \ Merge pull request #15138 from jtattermusch/fix_csharp_macosGravatar Matt Kwong2018-04-20
|\ \ \ \ | | | | | | | | | | Fix C# macos tests
* \ \ \ \ Merge pull request #14954 from markdroth/retry_fixGravatar Mark D. Roth2018-04-20
|\ \ \ \ \ | | | | | | | | | | | | Fix retry code handling of internally triggered recv_trailing_metadata.
| | * | | | new mono versions on MacOS default to 64bit runtimeGravatar Jan Tattermusch2018-04-20
| |/ / / / |/| | | |
* | | | | Reduce runs_per_tests for master Foundry builds to 1Gravatar Matt Kwong2018-04-19
| | | | |
* | | | | Increase Foundry job count to 200Gravatar Matt Kwong2018-04-19
| | | | |
* | | | | Merge pull request #15097 from matt-kwong/xcode-9.2Gravatar Matt Kwong2018-04-19
|\ \ \ \ \ | | | | | | | | | | | | Update xcode version for macOS Obj-C tests to 9.2
| | | * | | Bump Python protobuf to 3.5.2.post1Gravatar Mehrdad Afshari2018-04-19
| | | | | |
| | | * | | Bump pip version to 10.0.1Gravatar Mehrdad Afshari2018-04-19
| | | | | |
* | | | | | Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2Gravatar Mehrdad Afshari2018-04-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump protobuf submodule to 3.5.2
* \ \ \ \ \ \ Merge pull request #15107 from kpayson64/break_out_protosGravatar kpayson642018-04-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Break qps services into seperate protos
| * | | | | | | Break out qps services into seperate protosGravatar kpayson642018-04-18
| | | | | | | |
| | * | | | | | Regenerate grpcio_tools protobuf dependenciesGravatar Mehrdad Afshari2018-04-19
| | | | | | | |
| | * | | | | | Update sanity test to validate protobuf 3.5.2Gravatar Mehrdad Afshari2018-04-19
| | | |_|/ / / | | |/| | | |
* | / | | | | Add 1.11.0 to portability testsGravatar Mehrdad Afshari2018-04-18
| |/ / / / / |/| | | | |
* | | | | | Run pylint on Python test codeGravatar Mehrdad Afshari2018-04-18
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test modules were not under pylint jurisdiction, and actual bugs have been found in tests that would have been prevented had we run static analysis on the test code as we do on the core modules. This is the first step to enable pylint on tests. Due to numerous warnings since the code is not ready and needs refactoring, a new `.pylintrc` specific to tests is added that suppresses a number of valid warnings. The goal is stepwise elimination of each class of warning while refactoring the code such that it will not emit any warnings in future commits, always keeping the sanity checks passing and keeping the disruption minimal.
* | | | | Merge pull request #15080 from matt-kwong/pythonpathGravatar Matt Kwong2018-04-18
|\ \ \ \ \ | | | | | | | | | | | | Upgrade pip for virtualenv Python in build_python.sh
| | * | | | Update xcode version for macOS Obj-C tests to 9.2Gravatar Matt Kwong2018-04-17
| |/ / / / |/| | | |
| * | | | Upgrade pip for virtualenv Python in build_python.shGravatar Matt Kwong2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of Kokoro macOS workers to Sierra, not all versions of Python have a pip version new enough to have TLSv1.2. This change should make macOS Python testing more resilient to environment changes.
* | | | | Merge pull request #15077 from jtattermusch/fix_macos_interop_to_prodGravatar Jan Tattermusch2018-04-17
|\ \ \ \ \ | | | | | | | | | | | | Fix macos interop_to_prod tests
* | | | | | Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
| |/ / / / |/| | | |
| * | | | fix macos interop_to_prod testsGravatar Jan Tattermusch2018-04-16
|/ / / /
* | | | Merge pull request #14951 from ericgribkoff/android_interopGravatar Eric Gribkoff2018-04-16
|\ \ \ \ | | | | | | | | | | Android C++ Interop App
* | | | | Add --runs_per_test_detects_flakes --runs_per_test=2 to force master builds ↵Gravatar Adele Zhou2018-04-13
| | | | | | | | | | | | | | | | | | | | run without caching
* | | | | Merge pull request #15036 from muxi/clang-format-objcGravatar Muxi Yan2018-04-12
|\ \ \ \ \ | | | | | | | | | | | | Clang format Objective C
| | | * | | Fix retry code handling of internally triggered recv_trailing_metadata.Gravatar Mark D. Roth2018-04-12
| |_|/ / / |/| | | |
* | | | | Merge pull request #15025 from jtattermusch/fix_profile_jobsGravatar Jan Tattermusch2018-04-12
|\ \ \ \ \ | | | | | | | | | | | | Fix performance profile jobs
| | * | | | Support cleaning objc filesGravatar Muxi Yan2018-04-11
| |/ / / / |/| | | |
| | | | * Regenerate projectsGravatar Mehrdad Afshari2018-04-11
| | | |/
* | | | Merge pull request #15032 from grpc/v1.11.xGravatar Mehrdad Afshari2018-04-11
|\ \ \ \ | | |_|/ | |/| | Upmerge 1.11.x to master
| * | | Split binary and source distribtests for PythonGravatar Mehrdad Afshari2018-04-11
| | | |
| | * | fix performance profile jobsGravatar Jan Tattermusch2018-04-11
| | | |
* | | | Revert "Add owners file for tools/run_tests/"Gravatar Jan Tattermusch2018-04-11
| |/ / |/| |
* | | add owners file for tools/run_tests/Gravatar Jan Tattermusch2018-04-11
| | |
| * | Fix new ruby OS X dep on libgmp.10.dylibGravatar Alex Polcyn2018-04-10
| | |
* | | Merge pull request #15004 from apolcyn/first_try_fix_ruby_libgmpGravatar apolcyn2018-04-10
|\ \ \ | | | | | | | | Get rid of new ruby OS X dependency on libgmp.10.dylib
* \ \ \ Merge pull request #15001 from adelez/foundry_integrationGravatar adelez2018-04-10
|\ \ \ \ | | | | | | | | | | Update the container version which as a fix for ASAN
| | * | | Fix new ruby OS X dep on libgmp.10.dylibGravatar Alex Polcyn2018-04-10
| | | | |
* | | | | Upmerge v1.11.x into masterGravatar Mehrdad Afshari2018-04-10
|\ \ \ \ \ | | |_|/ / | |/| | |
| | * | | Update the container version which as a fix for ASANGravatar Adele Zhou2018-04-10
| |/ / / |/| | |
* | | | Merge pull request #14985 from jtattermusch/interop_macos_authGravatar Jan Tattermusch2018-04-10
|\ \ \ \ | |_|/ / |/| | | Improvements for "toprod" interop tests on macos.