Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add new flags to Python stress client | Noah Eisen | 2016-11-22 |
| | | | | | | Add use_tls, use_test_ca, and server_host_override flags to Python stress client. These are needed to run the stress client against a local server that is using tls. | ||
* | Add default arguments to python interop client | Noah Eisen | 2016-11-17 |
| | |||
* | Explicitly stop the server on tear-down | Masood Malekghassemi | 2016-11-03 |
| | |||
* | Enable split code generation | Masood Malekghassemi | 2016-10-28 |
| | | | | | | | | | | | | To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use. | ||
* | Fix Python tests' module loading behavior | Masood Malekghassemi | 2016-10-28 |
| | |||
* | Merge pull request #8367 from soltanmm-google/blurb | Masood Malekghassemi | 2016-10-28 |
|\ | | | | | Partially implement gRPC Python server reflection | ||
* | | Implement the advanced interop tests for Python | Noah Eisen | 2016-10-25 |
| | | | | | | | | | | | | | | Add the code for three new interop tests: unimplemented_method, unimplemented_service, and custom_metadata. Fix and refactor the code for status_code_and_message. | ||
| * | Partially implement gRPC Python server reflection | Masood Malekghassemi | 2016-10-20 |
|/ | | | | | | Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248). | ||
* | Change channel tests to use public API | Ken Payson | 2016-10-18 |
| | | | | This allows for testing other implementations of grpc.Server. | ||
* | Allow pointer channel args python | Ken Payson | 2016-10-13 |
| | |||
* | Add parameter for server options | Ken Payson | 2016-09-19 |
| | |||
* | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-09-06 |
|\ | | | | | Manual upmerge from v1.0.x | ||
* \ | Merge pull request #7831 from thunderboltsid/remove-skipif-pypy | Nicolas Noble | 2016-08-28 |
|\ \ | | | | | | | remove skipIf from TypeSmokeTest (issue 7672) | ||
| | * | Merge branch 'v1.0.x' into upmerge-from-v1.0.x | Nicolas "Pixel" Noble | 2016-08-24 |
| |/| |/| | | |||
| * | | remove skipIf from TypeSmokeTest (issue 7672) | siddharthshukla | 2016-08-23 |
| | | | | | | | | | | | | | | | | | | | | | remove skipIfStatement from TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes on PyPy variants 5.3.0 and newer since these variants have improved compatibility support for the C-Extensions | ||
| | * | Remove unused imports in grpcio-tests | Masood Malekghassemi | 2016-08-22 |
| | | | |||
* | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ \ \ | | |/ | |/| | |||
| * | | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| | | | |||
| * | | Merge pull request #7745 from nicolasnoble/no-more-pre | Nicolas Noble | 2016-08-18 |
| |\ \ | | | | | | | | | Removing pre2 flag. | ||
| * | | | Use templates for python version dependencies | Ken Payson | 2016-08-18 |
| | | | | | | | | | | | | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests. | ||
| | * | | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| |/ / | |||
* | / | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-16 |
|\| | | |/ |/| | |||
* | | Merge pull request #7668 from thunderboltsid/skip-test-for-pypy | kpayson64 | 2016-08-15 |
|\ \ | | | | | | | skip test run if pypy | ||
| | * | Merge pull request #7702 from ↵ | kpayson64 | 2016-08-15 |
| | |\ | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/distrib-interop-stress-ga-api Migrate distrib, interop, and stress to GA API | ||
* | | \ | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Migrate distrib, interop, and stress to GA API | Nathaniel Manista | 2016-08-11 |
| | | | | |||
| | * | | skip test run if running with pypy | siddharthshukla | 2016-08-09 |
| | | | | | | | | | | | | | | | | | | | | don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown if the interpreter is PyPy | ||
* | | | | Fix the ThreadPoolExecutor: max_workers can't be 0 | siddharthshukla | 2016-08-03 |
| |/ / |/| | | | | | | | | | | | | | | Add a RecordingThreadPool that inherits from Executor, contains a ThreadPoolExecutor and has an extra method 'was_used' to indicate if submit method was ever called i.e. if the thread pool was ever used. | ||
| * | | Bump python protobuf dependency to 3.0.0 | Ken Payson | 2016-08-03 |
| |/ | |||
| * | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | | |||
* | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
|\| | |||
| * | Fix cygrpc test | Ken Payson | 2016-07-21 |
| | | |||
| * | Merge pull request #7374 from kpayson64/python_health_check_rename | kpayson64 | 2016-07-19 |
| |\ | | | | | | | Polish grpcio_health_checking package | ||
| * | | Fixed name syntax error | Ken Payson | 2016-07-18 |
| | | | |||
| | * | Polish grpcio_health_checking package | Ken Payson | 2016-07-18 |
| |/ | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build | ||
* | | Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test | kpayson64 | 2016-07-14 |
|\ \ | | | | | | | Add more assertions to _rpc_test | ||
* | | | Skip exit_test until flake is fixed | Ken Payson | 2016-07-13 |
| | | | |||
* | | | Merge pull request #7357 from grpc/v1.0.x | Jorge Canizales | 2016-07-13 |
|\ \ \ | | |/ | |/| | Automatic v1.0.x -> master upmerge | ||
* | | | Change sequence of client/server events | Ken Payson | 2016-07-12 |
| | | | | | | | | | | | | | | | This is for https://github.com/grpc/grpc/pull/6737 when start_batch will no longer put data on the wire | ||
| * | | Remove early adopter code | Ken Payson | 2016-07-12 |
| | | | |||
* | | | Master is now 1.1.0-dev. | Nicolas "Pixel" Noble | 2016-07-12 |
|/ / | |||
* | | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 |
| | | |||
* | | Merge pull request #7322 from kpayson64/py_status_code_message | kpayson64 | 2016-07-11 |
|\ \ | | | | | | | Implemented python status_code_and_message interop test | ||
* \ \ | Merge pull request #7315 from kpayson64/fix_exit_test | kpayson64 | 2016-07-11 |
|\ \ \ | | | | | | | | | Updated exit_test for new grpc.Server API | ||
* | | | | Updated python qps tests to use GA server API | Ken Payson | 2016-07-11 |
| | | | | | | | | | | | | | | | | | | | | This should have been included as part of 45c0f2b3051bf1642337e109df57e8031cb654c8 | ||
| | | * | Add more assertions to _rpc_test | Nathaniel Manista | 2016-07-12 |
| |_|/ |/| | | |||
| * | | Updated exit_test for new grpc.Server API | Ken Payson | 2016-07-11 |
|/ / | | | | | | | This should have been part of a6b2a5a090ff057f77976b22d854ff375883c1b9 | ||
| * | Implemented python status_code_and_message interop test | Ken Payson | 2016-07-11 |
|/ | |||
* | Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional | kpayson64 | 2016-07-08 |
|\ | | | | | Make handlers optional at server construction | ||
* \ | Merge pull request #7195 from soltanmm/winfix | kpayson64 | 2016-07-08 |
|\ \ | | | | | | | Fix Python interop unit-tests on Windows |