Skip to content
Snippets Groups Projects
  1. Dec 29, 2016
  2. Dec 19, 2016
  3. Dec 15, 2016
  4. Dec 13, 2016
  5. Dec 10, 2016
    • Nathaniel Manista's avatar
      e1fd78f1
    • Nathaniel Manista's avatar
      Correct Python cancel_after_begin interop test · 8b223e29
      Nathaniel Manista authored
      It was a mistake that requests might be sent; the test specification
      calls for no requests to be sent. It was a mistake that the response
      future's cancelled() method was called; the cancelled() method returns
      something more like "was this object's cancel() method called earlier?"
      than "did the RPC terminate with status code CANCELLED?". Since it's
      something that we'd well enough like to work I've retained the
      cancelled() call with a different failure message.
      8b223e29
  6. Dec 09, 2016
  7. Dec 08, 2016
  8. Dec 07, 2016
  9. Dec 03, 2016
  10. Dec 01, 2016
    • Ken Payson's avatar
      Add configurable exit grace periods and shutdown handlers · 3045a379
      Ken Payson authored
      The server cleanup method is untested.
      
      The join() function that exposes it is only called by the internals of threading.py, and we don't hold a reference to the server thread to explicitly join() it, and I'm not sure we should add a reference just for this purpose.
      
      Moreover, the threading.py only calls join(None), the code path in question isn't even exercised by the internals of threading.py. Its just there to make sure we properly follow the join(timeout) semantics.
      3045a379
  11. Nov 22, 2016
    • Noah Eisen's avatar
      Add new flags to Python stress client · 24804d25
      Noah Eisen authored
      Add use_tls, use_test_ca, and server_host_override flags to Python
      stress client. These are needed to run the stress client against a local
      server that is using tls.
      24804d25
  12. Nov 17, 2016
  13. Nov 03, 2016
  14. Oct 28, 2016
    • Masood Malekghassemi's avatar
      Enable split code generation · d953959e
      Masood Malekghassemi authored
      To support magical internal build processes, the pb2 files need to be
      split into pure-proto and gRPC parts. This performs that split and
      further fixes bad module names in the test harness that interfered with
      the intended test implementation.
      
      An unfortunate side effect, due to limitations of protoc and holdover
      behavior we must support in major version 1.x, is that trash files are
      generated in split generation. This shouldn't be a problem in normal
      protoc plugin use.
      d953959e
    • Masood Malekghassemi's avatar
      81cdf1e3
  15. Oct 26, 2016
  16. Oct 20, 2016
  17. Oct 18, 2016
  18. Oct 14, 2016
  19. Sep 19, 2016
  20. Aug 23, 2016
    • siddharthshukla's avatar
      remove skipIf from TypeSmokeTest (issue 7672) · 82c01e5a
      siddharthshukla authored
      remove skipIfStatement from
      TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes
      on PyPy variants 5.3.0 and newer since these variants have improved
      compatibility support for the C-Extensions
      82c01e5a
  21. Aug 11, 2016
  22. Aug 09, 2016
  23. Aug 03, 2016
  24. Jul 21, 2016
  25. Jul 19, 2016
  26. Jul 18, 2016
    • Ken Payson's avatar
      Polish grpcio_health_checking package · dd24c1ec
      Ken Payson authored
      -Rename namespace to grpc_health->grpc to match spec
      -Proper use of NOT_FOUND status code
      -Improve testing
      -Add source distribution to artifact build
      dd24c1ec
  27. Jul 14, 2016
  28. Jul 13, 2016
  29. Jul 12, 2016
  30. Jul 08, 2016
Loading