aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests
Commit message (Collapse)AuthorAge
* Fix cygrpc testGravatar Ken Payson2016-07-21
|
* Merge pull request #7374 from kpayson64/python_health_check_renameGravatar kpayson642016-07-19
|\ | | | | Polish grpcio_health_checking package
* | Fixed name syntax errorGravatar Ken Payson2016-07-18
| |
| * Polish grpcio_health_checking packageGravatar Ken Payson2016-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
* Remove early adopter codeGravatar Ken Payson2016-07-12
|
* Merge pull request #7322 from kpayson64/py_status_code_messageGravatar kpayson642016-07-11
|\ | | | | Implemented python status_code_and_message interop test
* \ Merge pull request #7315 from kpayson64/fix_exit_testGravatar kpayson642016-07-11
|\ \ | | | | | | Updated exit_test for new grpc.Server API
* | | Updated python qps tests to use GA server APIGravatar Ken Payson2016-07-11
| | | | | | | | | | | | | | | This should have been included as part of 45c0f2b3051bf1642337e109df57e8031cb654c8
| * | Updated exit_test for new grpc.Server APIGravatar Ken Payson2016-07-11
|/ / | | | | | | This should have been part of a6b2a5a090ff057f77976b22d854ff375883c1b9
| * Implemented python status_code_and_message interop testGravatar Ken Payson2016-07-11
|/
* Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optionalGravatar kpayson642016-07-08
|\ | | | | Make handlers optional at server construction
* \ Merge pull request #7195 from soltanmm/winfixGravatar kpayson642016-07-08
|\ \ | | | | | | Fix Python interop unit-tests on Windows
* \ \ Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exceptionGravatar kpayson642016-07-08
|\ \ \ | | | | | | | | Fix _Rendezvous.exception for successful calls
* \ \ \ Merge pull request #7163 from nathanielmanistaatgoogle/call-credentialsGravatar kpayson642016-07-08
|\ \ \ \ | | | | | | | | | | Support composition of arbitrarily many CallCredentials objects
| | | * | Fix interop tests on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | |
| | | * | Make Python tests run on WindowsGravatar Masood Malekghassemi2016-07-08
| | | | |
* | | | | Merge pull request #7260 from kpayson64/ga_performance_testsGravatar kpayson642016-07-08
|\ \ \ \ \ | | | | | | | | | | | | Migrated python performance tests to use GA API
| | | | * | Remove unnecessary fcntl module importGravatar Masood Malekghassemi2016-07-08
| |_|_|/ / |/| | | |
* | | | | Removed cython client-side call trackingGravatar Ken Payson2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures sync calls get cancelled after a keyboard interrupt, as well as all calls getting destroyed before grpc_shutdown()
| | | * | Fix _Rendezvous.exception for successful callsGravatar Nathaniel Manista2016-07-07
| |_|/ / |/| | |
| | * | Composition of arbitrarily many CallCredentialsGravatar Nathaniel Manista2016-07-07
| |/ / |/| |
| | * Make handlers optional at server constructionGravatar Nathaniel Manista2016-07-07
| |/ |/|
| * Migrated python performance tests to use GA APIGravatar Ken Payson2016-07-06
|/
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).