Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated python qps tests to use GA server API | Ken Payson | 2016-07-11 |
| | | | | | This should have been included as part of 45c0f2b3051bf1642337e109df57e8031cb654c8 | ||
* | 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 | ||
* \ \ | Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception | kpayson64 | 2016-07-08 |
|\ \ \ | | | | | | | | | Fix _Rendezvous.exception for successful calls | ||
* \ \ \ | Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials | kpayson64 | 2016-07-08 |
|\ \ \ \ | | | | | | | | | | | Support composition of arbitrarily many CallCredentials objects | ||
| | | * | | Fix interop tests on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | |||
| | | * | | Make Python tests run on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | |||
* | | | | | Merge pull request #7260 from kpayson64/ga_performance_tests | kpayson64 | 2016-07-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Migrated python performance tests to use GA API | ||
| | | | * | | Remove unnecessary fcntl module import | Masood Malekghassemi | 2016-07-08 |
| |_|_|/ / |/| | | | | |||
* | | | | | Removed cython client-side call tracking | Ken Payson | 2016-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 calls | Nathaniel Manista | 2016-07-07 |
| |_|/ / |/| | | | |||
| | * | | Composition of arbitrarily many CallCredentials | Nathaniel Manista | 2016-07-07 |
| |/ / |/| | | |||
| | * | Make handlers optional at server construction | Nathaniel Manista | 2016-07-07 |
| |/ |/| | |||
| * | Migrated python performance tests to use GA API | Ken Payson | 2016-07-06 |
|/ | |||
* | Regenerate project files | Masood Malekghassemi | 2016-07-01 |
| | |||
* | Organize Python tests to use grpcio-tools directly | Masood Malekghassemi | 2016-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). |