Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details | Jan Tattermusch | 2016-06-22 |
|\ | | | | | Add a test of metadata, status code, and details | ||
| * | Add a test of metadata, status code, and details | Nathaniel Manista | 2016-06-22 |
| | | |||
* | | Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-21 |
|\ \ | |/ |/| | Correct lingering FATAL_FAILURE sites | ||
* | | Merge pull request #6970 from nathanielmanistaatgoogle/with_call | Jan Tattermusch | 2016-06-21 |
|\ \ | | | | | | | Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute | ||
| | * | Correct lingering FATAL_FAILURE sites | Nathaniel Manista | 2016-06-20 |
| |/ |/| | | | | | This should have been done as part of 5444bed32f1405ebb53b0c37d3b. | ||
* | | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests | Jan Tattermusch | 2016-06-20 |
|\ \ | | | | | | | Delete tests of dead pre-GA code | ||
| | * | Change with_call from parameter to attribute | Nathaniel Manista | 2016-06-20 |
| | | | |||
| * | | Delete tests of dead pre-GA code | Nathaniel Manista | 2016-06-18 |
| |/ | |||
* / | Fix secure channel construction | Nathaniel Manista | 2016-06-18 |
|/ | |||
* | Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-17 |
|\ | | | | | Rename FATAL_FAILURE SHUTDOWN | ||
* \ | Merge pull request #6943 from kpayson64/python_qps_wait | Jan Tattermusch | 2016-06-16 |
|\ \ | | | | | | | Wait for channel to be connected on QPS Client | ||
| * | | Wait for channel to be connected for each client | Ken Payson | 2016-06-16 |
| | | | |||
| | * | Rename FATAL_FAILURE SHUTDOWN | Nathaniel Manista | 2016-06-16 |
| | | | |||
* | | | Merge pull request #6938 from nathanielmanistaatgoogle/__all__ | Jan Tattermusch | 2016-06-16 |
|\ \ \ | | |/ | |/| | grpc.__all__ definition | ||
* | | | Merge pull request #6882 from kpayson64/python_metadata_tests | Jan Tattermusch | 2016-06-16 |
|\ \ \ | |_|/ |/| | | Added Python GA API metadata tests | ||
| | * | grpc.__all__ definition | Nathaniel Manista | 2016-06-16 |
| |/ |/| | |||
* | | Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division | Jan Tattermusch | 2016-06-14 |
|\ \ | | | | | | | Drop unnecessary future division import | ||
* \ \ | Merge pull request #6857 from kpayson64/python_cleanup | Jan Tattermusch | 2016-06-14 |
|\ \ \ | | | | | | | | | Added cleanup to server thread join method | ||
* \ \ \ | Merge pull request #6874 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ | | | | | | | | | | | Python GA code generation | ||
* \ \ \ \ | Merge pull request #6881 from kpayson64/python_create_channel_bug | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order | ||
| | | | * | | Drop unnecessary future division import | Nathaniel Manista | 2016-06-14 |
| |_|_|/ / |/| | | | | | | | | | | | | | | We only ever use floor division (//) in the module. | ||
| | | * | | Added cleanup to the server thread's join method. | Ken Payson | 2016-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the Python Interpreter exits, it first attempts to join any outstanding threads. This is problematic if a server is created as a top-level variable or referenced by a reference cycle, as join() will hang. This adds cleanup behavior to the server thread's join(). | ||
| * | | | | Fix create_[secure/insecure]_channel argument order | Ken Payson | 2016-06-13 |
| | |/ / | |/| | | |||
| | | * | Added Python GA API metadata tests | Ken Payson | 2016-06-13 |
| | |/ | |/| | |||
| | * | Python GA code generation | Nathaniel Manista | 2016-06-13 |
| |/ |/| | |||
* | | Merge pull request #6547 from kpayson64/py_generic_stream_test | Jan Tattermusch | 2016-06-13 |
|\ \ | |/ |/| | Added unit test for generic empty stream | ||
| * | Added unit test for empty request/responses | Ken Payson | 2016-06-11 |
| | | |||
* | | Initial Python3 support | Ken Payson | 2016-06-10 |
|/ | | | | | | | | Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7 | ||
* | Merge pull request #6751 from soltanmm/6522 | Jan Tattermusch | 2016-06-09 |
|\ | | | | | Add a test for grpc/grpc#6522 | ||
* \ | Merge pull request #6815 from kpayson64/python_perf_fixes | Jan Tattermusch | 2016-06-08 |
|\ \ | | | | | | | Remove AsyncStreaming client from python qps tests | ||
* | | | Added python jwt_token_creds interop test | Ken Payson | 2016-06-07 |
| | | | |||
| * | | Changed Python Sync streaming qps to follow spec | Ken Payson | 2016-06-07 |
| | | | |||
| * | | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 |
|/ / | |||
* | | Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-ga | Jan Tattermusch | 2016-06-06 |
|\ \ | | | | | | | Implement Python Beta API through GA API | ||
| * | | Route Python Beta API through Python GA API | Nathaniel Manista | 2016-06-06 |
| | | | |||
* | | | A Cython-layer read-not-all-responses test | Nathaniel Manista | 2016-06-03 |
|/ / | |||
* | | Merge pull request #6254 from grpc/python_per_rpc_interop | Jan Tattermusch | 2016-06-03 |
|\ \ | | | | | | | Added google call creds/per_rpc interop tests | ||
* | | | Python GA channel and server | Nathaniel Manista | 2016-06-01 |
| | | | |||
| | * | Add a test for grpc/grpc#6522 | Masood Malekghassemi | 2016-06-01 |
| |/ |/| | |||
* | | Add block_until_paused method to PauseFailControl | Nathaniel Manista | 2016-05-27 |
| | | | | | | | | | | | | This method will be used in tests that want to ensure before proceeding that the system under test has progressed to the control point. | ||
* | | Add a Cython-level cancel-many-calls test | Nathaniel Manista | 2016-05-23 |
| | | |||
| * | Added google call creds/per_rpc interop tests | Ken Payson | 2016-05-18 |
|/ | |||
* | Merge pull request #6588 from soltanmm/you're-my-compression | Jan Tattermusch | 2016-05-18 |
|\ | | | | | Add compression support to lower Python/Cython layers | ||
| * | Add compression support to Cython layers | Masood Malekghassemi | 2016-05-17 |
| | | |||
* | | Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelism | Jan Tattermusch | 2016-05-16 |
|\ \ | | | | | | | Break PARALLELISM test constant in two | ||
* \ \ | Merge pull request #6439 from kpayson64/python_health_check | Jan Tattermusch | 2016-05-16 |
|\ \ \ | |_|/ |/| | | Reworked python health checking and added tests | ||
| | * | Split and rename test_constants.PARALLELISM | Nathaniel Manista | 2016-05-16 |
| |/ |/| | | | | | | | Going forward we'd like to be able to test much larger numbers of RPCs than the number of threads available to a test. | ||
* | | Merge pull request #6453 from kpayson64/python_protoc | Jan Tattermusch | 2016-05-12 |
|\ \ | | | | | | | Made complex directories for python protoc test | ||
* | | | Added true async qps client | Ken Payson | 2016-05-10 |
| | | | |||
* | | | Merge pull request #6448 from nathanielmanistaatgoogle/issue-4899 | Jan Tattermusch | 2016-05-09 |
|\ \ \ | | | | | | | | | Raise parallelism in grpc._cython._channel_test |