aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py
Commit message (Collapse)AuthorAge
* v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
|\ | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh
| * Style fix: pass keyword arguments by keywordGravatar Nathaniel Manista2016-12-13
| |
| * Use LONG_TIMEOUT for calls that do not time outGravatar Nathaniel Manista2016-12-13
| |
* | Change channel tests to use public APIGravatar Ken Payson2016-10-18
| | | | | | | | This allows for testing other implementations of grpc.Server.
* | Add parameter for server optionsGravatar Ken Payson2016-09-19
| |
* | Fix the ThreadPoolExecutor: max_workers can't be 0Gravatar siddharthshukla2016-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.
* Make handlers optional at server constructionGravatar Nathaniel Manista2016-07-07
|
* 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).