aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-06
|\
| * Merge pull request #2800 from ctiller/reduce-mac-loadGravatar Nicolas Noble2015-08-06
| |\ | | | | | | Reduce mac load on Jenkins
| * \ Merge pull request #2750 from ctiller/propagateGravatar Yang Gao2015-08-06
| |\ \ | | | | | | | | Core-supported context propagation
| * \ \ Merge pull request #2781 from yang-g/stuboptionsGravatar Abhishek Kumar2015-08-05
| |\ \ \ | | | | | | | | | | Add StubOptions
* | | | | Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
|\| | | |
| | | | * Merge branch 'propagate' into reduce-mac-loadGravatar Craig Tiller2015-08-05
| | | | |\ | | | | |/ | | | |/|
| | | * | Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-05
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitterGravatar Vijay Pai2015-08-05
| |\ \ \ \ | | | | | | | | | | | | Connection backoff interop test client and server
| * \ \ \ \ Merge pull request #2713 from ctiller/plucking-hellGravatar Vijay Pai2015-08-05
| |\ \ \ \ \ | | | | | | | | | | | | | | Allow specific pollers to be woken
| | | | * \ \ Merge remote-tracking branch 'upstream/master' into stuboptionsGravatar yang-g2015-08-05
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2015-08-05
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | reconnect_branch_based_on_jitter
| | | | | | * Merge branch 'propagate' into reduce-mac-loadGravatar Craig Tiller2015-08-05
| | | | | | |\ | | | | | | |/ | | | | | |/|
| | | | | * | Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-05
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | | * Fix typoGravatar Craig Tiller2015-08-05
| | | | | | |
| | | | | | * Add linux, mac as test platforms, only run _with_poll tests on linuxGravatar Craig Tiller2015-08-05
| | | | | |/
* | | | | | Rework restart facility to be more portableGravatar Craig Tiller2015-08-05
| | | | | |
* | | | | | Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
|\| | | | |
| * | | | | Merge pull request #2346 from jboeuf/upgrade-openssl-1.0.2dGravatar Nicolas Noble2015-08-04
| |\ \ \ \ \ | | | | | | | | | | | | | | Upgrading to OpenSSL 1.0.2d
| * \ \ \ \ \ Merge pull request #2757 from jtattermusch/runtest_polishingGravatar Craig Tiller2015-08-04
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Runtest polishing
* | | | | | | | Testing port serverGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
| * | | | | | | add HealthCheck tests to run_tests.pyGravatar Jan Tattermusch2015-08-04
|/ / / / / / /
| | | * | | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-04
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | | | | * Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
| | | | | * | Add StubOptionsGravatar yang-g2015-08-03
| | | | | |/
* | | | | / Adding a sanity check that the cached makefile variables aren't committed.Gravatar Nicolas "Pixel" Noble2015-08-04
| |_|_|_|/ |/| | | |
| | | | * merge with head and resolve conflictsGravatar yang-g2015-08-03
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | polishing runtestsGravatar Jan Tattermusch2015-08-01
|/ / / /
| | * | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-01
| | |\ \ | |_|/ / |/| | | | | | | | | | | Conflicts: Makefile
* | | | Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-aboutGravatar Yang Gao2015-07-31
|\ \ \ \ | | | | | | | | | | Make call_create with host=NULL provide a default host name
* | | | | Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
* | | | | Merge pull request #2698 from soltanmm/reorganize-pythonGravatar Nathaniel Manista2015-07-31
|\ \ \ \ \ | | | | | | | | | | | | Reorganize src/python.
* \ \ \ \ \ Merge pull request #2663 from jcanizales/run-test-server-locallyGravatar Michael Lumish2015-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Run test server locally
| | | * \ \ \ Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-31
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
| * | | | | | Make plugin & server, and pod install via run_tests.pyGravatar Jorge Canizales2015-07-30
| | | | | | |
| * | | | | | Start integrating ObjC tests in run_tests.pyGravatar Jorge Canizales2015-07-30
| | | | | | |
| | * | | | | Reorganize Python testsGravatar Masood Malekghassemi2015-07-30
| | | | | | |
| | * | | | | Reorganize Python packagesGravatar Masood Malekghassemi2015-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
| | | | | * | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #2723 from a-veitch/issue_2710Gravatar Michael Lumish2015-07-30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Move grpc_census_call_*_context calls into public header
| | | | | * | Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into ↵Gravatar Craig Tiller2015-07-30
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | tepid-tarantula
| | | | | | * merge with headGravatar yang-g2015-07-30
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2590 from yang-g/jitterGravatar Vijay Pai2015-07-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reconnect with jitter.
| | * | | | | | merge with master, fix build issueGravatar Alistair Veitch2015-07-30
| | | | | | | |
| | * | | | | | Merge branch 'master' into issue_2709Gravatar Alistair Veitch2015-07-30
| | |\ \ \ \ \ \
* | | | | | | | | Make ruby tests see changes to C coreGravatar murgatroid992015-07-30
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | Move grpc_census_call_*_context calls into public headerGravatar Alistair Veitch2015-07-30
| | | | | | | |
| | | | | | * | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | * | | | Exclude uds from default hostname testsGravatar Craig Tiller2015-07-29
| | | | | | | |
| | | | * | | | Add a subchannel factory decorator libraryGravatar Craig Tiller2015-07-29
| | | | | | | |
| | | | * | | | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-29
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/surface/channel.c