aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
...
| * | Redirect build_python.sh to requirements.txtGravatar Masood Malekghassemi2015-06-02
|/ /
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-02
| |\ | |/ |/|
* | Merge pull request #1860 from jtattermusch/csharp_runtest_windowsGravatar Nicolas Noble2015-06-01
|\ \ | | | | | | run_tests.py support for C# on windows
| | * Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal
* | | | Fix bug with finite runs per testGravatar Craig Tiller2015-06-01
| |_|/ |/| |
* | | Merge pull request #1818 from a-veitch/internal_apiGravatar Hongyu Chen2015-06-01
|\ \ \ | | | | | | | | Initial Census refactoring and context integration
| | | * Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| | | |\
| | * | | run_tests.py support for C# on windowsGravatar Jan Tattermusch2015-06-01
| | | |/ | | |/|
* | | | Merge pull request #1558 from soltanmm/extensionGravatar Nathaniel Manista2015-06-01
|\ \ \ \ | |_|/ / |/| | | Overhaul Python C layer.
| | * | merge with masterGravatar Alistair Veitch2015-06-01
| | |\ \
* | | | | Addressed comments: fixed memory leak introduced by changes.Gravatar David Garcia Quintas2015-06-01
| | | | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into infinity_takes_foreverGravatar David Garcia Quintas2015-06-01
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #1724 from ctiller/wonderful-snowflakeGravatar Michael Lumish2015-06-01
| |\ \ \ \ | | | | | | | | | | | | Make shared languages build shared libraries too
* | | | | | Added "inf" as a valid option to run_test.py's -n flag.Gravatar David Garcia Quintas2015-05-31
|/ / / / / | | | | | | | | | | | | | | | Especially useful in combination with -f.
| | | | * Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json src/core/security/credentials.c src/core/security/credentials.h src/core/surface/call.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.core
* | | | | Merge github.com:grpc/grpc into but-maybe-i-want-to-pollGravatar Craig Tiller2015-05-30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| * \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #1817 from ↵Gravatar Nicolas Noble2015-05-29
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/what-happens-if-a-hippopotamus-lives-on-your-roof Enable LSAN report_objects by default
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\| | | | | |
| | * | | | | | Merge pull request #1810 from soltanmm/update-pb3Gravatar Nicolas Noble2015-05-29
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update protobuf to release v3.0.0-alpha-3
| | | | | | | | * Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support?
| | | | | * | | Move batch API exposure to Python layerGravatar Masood Malekghassemi2015-05-29
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now).
| | | * | | | Enable LSAN report_objects by defaultGravatar Craig Tiller2015-05-29
| | | | | | |
| | | | | | * Enable LSAN report_objects by defaultGravatar Craig Tiller2015-05-29
| | | | | | |
* | | | | | | Add fast stopGravatar Craig Tiller2015-05-29
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Allows run_tests to early out as soon as a test fails. Plays well with -f.
| | | | | * Add fast stopGravatar Craig Tiller2015-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows run_tests to early out as soon as a test fails. Plays well with -f.
| | * | | | Update protobuf to release v3.0.0-alpha-3Gravatar Masood Malekghassemi2015-05-28
| |/ / / / |/| | | | | | | | | | | | | | Fixes #1759.
| | | | * Merge github.com:grpc/grpc into we-dont-need-no-cvGravatar Craig Tiller2015-05-28
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Re-enable some testsGravatar Craig Tiller2015-05-27
| | | | |
| | | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-27
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #1745 from ctiller/misbehaving-is-expectedGravatar Nicolas Noble2015-05-27
|\ \ \ \ \ | | | | | | | | | | | | Add testing of bad client behavior
* \ \ \ \ \ Merge github.com:grpc/grpc into its-raining-jobsGravatar Craig Tiller2015-05-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| | | | | | * Mark tests not flakyGravatar Craig Tiller2015-05-26
| | | | | | |
| | | | | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-26
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Updating our protobuf submodule to alpha3Gravatar Nicolas "Pixel" Noble2015-05-27
| | | | | | |
| | | | | * | Initial refactoring and context API changesGravatar Alistair Veitch2015-05-26
| | | | | | |
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
| | | * | | Fix 4.4 buildGravatar Craig Tiller2015-05-24
| | | | | |
| | | * | | Fix typoGravatar Craig Tiller2015-05-24
| | | | | |
| | | * | | Build shared libraries for wrapped languages tooGravatar Craig Tiller2015-05-24
| | |/ / / | |/| | |
| | | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-24
| | | | |\ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/dualstack_socket_test.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/early_server_shutdown_finishes_tags.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/httpcli/httpcli_test.c tools/run_tests/run_tests.py
| * | | | Add antagonist processes to run_tests.py arsenalGravatar Craig Tiller2015-05-24
| | | | | | | | | | | | | | | | | | | | These are processes consume CPU for the purpose of slowing down tests, allowing more timing related issues to be exposed.
* | | | | Make -j on run_tests work as expectedGravatar Craig Tiller2015-05-22
|/ / / /
* | | | Merge pull request #1718 from soltanmm/fix-py-test-linkage-on-macGravatar Nicolas Noble2015-05-22
|\ \ \ \ | | | | | | | | | | Fix MacOS Python test linker paths
| * | | | Fix MacOS Python test linker pathsGravatar Masood Malekghassemi2015-05-21
| | | | |
* | | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
|\| | | |
| * | | | Add missing copyright noticesGravatar Craig Tiller2015-05-21
| | | | |