aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests
Commit message (Collapse)AuthorAge
* gRPC Python test infrastructureGravatar Nathaniel Manista2017-07-25
| | | | (The time-related first part of it, anyway.)
* Narrow .gitignore to only what it needs to ignoreGravatar Nathaniel Manista2017-07-17
| | | | | | "proto" and "*.egg-info/" are no longer generated, "src/" can be narrowed to "/src/", and "*_pb2.py" and "*_pb2_grpc.py" are covered by .gitignore files in parent directories.
* Update python reflection tests to cover the higher level APIGravatar Mehrdad Afshari2017-06-13
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
|
* Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
|\
| * bump version to 1.3.6Gravatar Jan Tattermusch2017-05-23
| |
| * Merge pull request #11154 from kpayson64/hack_for_disconnectsGravatar kpayson642017-05-22
| |\ | | | | | | Reconnect disconnected channels automatically
| | * Reconnect disconnected channels automaticallyGravatar Ken Payson2017-05-22
| | |
| * | Update version to 1.3.5Gravatar Ken Payson2017-05-19
| | |
| * | Bump to version 1.3.4Gravatar Alexander Polcyn2017-05-18
| | |
| * | Bump to version 1.3.3Gravatar Ken Payson2017-05-16
| | |
* | | Merge pull request #11087 from kpayson64/update_python_authGravatar kpayson642017-05-15
|\ \ \ | | | | | | | | Update Python interop tests to use google-auth package
| * | | Update Python interop tests to use google-auth packageGravatar Ken Payson2017-05-12
| | | | | | | | | | | | | | | | | | | | The oauth2client test dependency is still needed as it used by the beta API unit tests.
* | | | Expose Auth Context in PythonGravatar Ken Payson2017-05-11
|/ / /
| * | Bump to version 1.3.2Gravatar Stanley Cheung2017-05-10
| | |
| * | Bump to 1.3.2-pre1Gravatar Stanley Cheung2017-05-09
| | |
* | | Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
| | |
| * | Update version to 1.3.1Gravatar murgatroid992017-05-04
| | |
| * | 1.3.0 -> 1.3.1-pre1Gravatar David Garcia Quintas2017-04-27
| | |
| * | s/1.3.0-pre/1.3.0Gravatar David Garcia Quintas2017-04-27
| | |
| * | Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
|/ / | | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
* | Fix http2_interop test for c++ and pythonGravatar yang-g2017-04-20
| |
* | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
| |
| * 1.3.x branch cutGravatar David Garcia Quintas2017-04-13
|/
* Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
|\
* | Add pylint comment to justify unused importGravatar Mehrdad Afshari2017-03-23
| |
* | Temporarily disable testFileContainingExtensionGravatar Mehrdad Afshari2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a behavioral discrepency in `DescriptorPool.FindFileContainingSymbol` between the two implementations of the protobuf python library (one of which is purely python, and the other utilizes a python extension library written in C++). protobuf on PyPI is distributed via various prebuilt wheels, and our CI setup fetches the relevant one for each platform. Our Linux instances end up fetching a pre-compiled C++ version of the library, whereas our Mac and Windows builders automatically get the pure python version. This test fails (and our reflection implementation itself) succeeds with the C++ implementation but fails with the pure python version. The test will be temporarily disabled pending a fix for https://github.com/google/protobuf/issues/2882
* | Test all_extension_numbers_of_typeGravatar Mehrdad Afshari2017-03-23
| |
* | Fix and un-skip testFileContainingExtensionGravatar Mehrdad Afshari2017-03-23
| | | | | | | | | | | | Fix and un-skip the test for _file_containing_extension in python reflection service to refer to the correct proto and expect the right object to be returned. Enable it too.
| * bump v1.2.x branch to 1.2.1-pre1Gravatar Alexander Polcyn2017-03-20
| |
| * Going for 1.2.0Gravatar David Garcia Quintas2017-03-20
| |
* | Merge pull request #10212 from nathanielmanistaatgoogle/update-testsGravatar Nathaniel Manista2017-03-20
|\ \ | | | | | | Update tests to current gRPC code elements.
| * | Update tests to current gRPC code elementsGravatar Nathaniel Manista2017-03-17
| | |
| | * Merge pull request #10022 from kpayson64/resource_exauhstedGravatar kpayson642017-03-17
| | |\ | | | | | | | | Add max_requests argument to server
| | | * Add max_requests argument to serverGravatar Ken Payson2017-03-17
| | | | | | | | | | | | | | | | If the server is already serving max requests, return RESOURCE_EXHAUSTED
| | * | Bump 1.2.x version to pre-2Gravatar Ken Payson2017-03-16
| | | |
* | | | Update health to current gRPC code elementsGravatar Nathaniel Manista2017-03-15
| | | |
* | | | Skip split_definitions_test if PyPyGravatar Siddharth Shukla2017-03-12
|/ / / | | | | | | | | | | | | Skip SameSeparateTest, SameCommonTest, SplitCommonTest, and SplitSeparateTest if the interpreter is PyPy.
| * / Introducing 1.2.0-pre1Gravatar David Garcia Quintas2017-03-09
| |/
* / Bumped version to 1.3.0-devGravatar David Garcia Quintas2017-03-09
|/
* Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
|
* Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dreamGravatar Noah Eisen2017-03-02
|\ | | | | Add sleep(1) to Python negative http2 client
* \ Merge pull request #9938 from kpayson64/increase_epsilonGravatar kpayson642017-03-01
|\ \ | | | | | | Increase epsilon in thread cleanup test
| * | Increase epsilon in thread cleanup testGravatar kpayson642017-03-01
| | |
| | * Add sleep(1) to Python negative http2 clientGravatar Noah Eisen2017-03-01
| | | | | | | | | | | | | | | client now conforms to spec. See https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
* | | Add missing unittest.main callGravatar Nathaniel Manista2017-02-28
| |/ |/| | | | | This should have been included in 48226a2f1f14b555505e39c322141e74aed9.
* | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ \ | | | | | | Upmerge from 1.1.x
* \ \ Merge pull request #9634 from pmarks-net/masterGravatar Paul Marks2017-02-16
|\ \ \ | |_|/ |/| | Connect to "localhost" from interop clients.