aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests
Commit message (Collapse)AuthorAge
...
* | 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.
| | * Merge remote-tracking branch 'google/v1.1.x'Gravatar Nicolas "Pixel" Noble2017-02-13
| |/| |/| |
| | * Merge pull request #9672 from kpayson64/v1_1_x_cherrypickGravatar kpayson642017-02-10
| | |\ | | | | | | | | Use unique namespace for each python protoc test
| | | * Use unique namespace for each python protoc testGravatar Ken Payson2017-02-10
| | | | | | | | | | | | | | | | | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions
* | | | Use unique namespace for each python protoc testGravatar Ken Payson2017-02-10
| | | | | | | | | | | | | | | | | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions
* | | | fix undefined nameGravatar thinkerou2017-02-08
| | | |
| | * | Merge pull request #9613 from murgatroid99/node_disable_libuv_coreGravatar Michael Lumish2017-02-07
| | |\ \ | | | | | | | | | | Disable libuv core changes in Node library and bump version number
| * | | | Connect to "localhost" from interop clients.Gravatar Paul Marks2017-02-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for compatibility with IPv6-only environments; see the Google bug b/32531998. Note that InteropClient.cs and http2_client.cc don't appear to be tested by our internal branch, but I've included them for consistency.
| * | | User-Agent "Python-gRPC-" → "grpc-python/"Gravatar Nathaniel Manista2017-02-07
| | | | | | | | | | | | | | | | | | | | This brings gRPC Python into conformance with the recommendation in https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md.
| | * | Update version to 1.1.2Gravatar murgatroid992017-02-06
| |/ /
| * / Ran Yapf code, pinned versionGravatar Ken Payson2017-02-06
| |/
* | Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
| |
| * Merge pull request #9533 from murgatroid99/version_1.1.1_bumpGravatar Michael Lumish2017-02-01
| |\ | | | | | | Bump version to 1.1.1
| | * Bump version to 1.1.1Gravatar murgatroid992017-01-31
| | |
* | | Merge github.com:grpc/grpc into version3Gravatar Craig Tiller2017-01-31
|\ \ \
| | * | Run yapf_code on v1.1.xGravatar murgatroid992017-01-31
| | |/
* | | Bump master version numbersGravatar Craig Tiller2017-01-30
| | |
| | * Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| | |
| * | ran yapfGravatar David Garcia Quintas2017-01-30
|/ /
| * Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
|/
* Merge pull request #9127 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ | | | | | | | | soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right Don't leak Py exceptions without calling gRPC core
| * Run yapf over Python codeGravatar Masood Malekghassemi2017-01-23
| |
* | Merge pull request #9422 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ | |/ |/| | | | | soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries Add __richcmp__ to cygrpc.Timespec
* | Merge pull request #9420 from nathanielmanistaatgoogle/time_remainingGravatar Nathaniel Manista2017-01-20
|\ \ | | | | | | Fix grpc._server._Context.time_remaining.
| | * Add __richcmp__ to cygrpc.TimespecGravatar Masood Malekghassemi2017-01-20
| |/ |/|
| * Fix grpc._server._Context.time_remainingGravatar Nathaniel Manista2017-01-20
| | | | | | | | A weak test is included; proper test coverage will come later.
* | Expect INTERNAL in Python negative interop clientGravatar ncteisen2017-01-19
| | | | | | | | | | | | | | | | The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel.
* | Pass an iterator rather than an iterableGravatar Nathaniel Manista2017-01-17
|/ | | | | This should have been included in dd52a31337616fe935f79debfe5d56c6d73a but was missed because it falsely passes almost all of the time.
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|