Skip to content
Snippets Groups Projects
  1. Dec 13, 2016
  2. Dec 09, 2016
  3. Dec 03, 2016
  4. Dec 02, 2016
  5. 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
  6. 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
  7. Nov 17, 2016
  8. Nov 08, 2016
  9. Nov 04, 2016
  10. Nov 03, 2016
  11. 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
  12. Oct 27, 2016
  13. Oct 26, 2016
  14. Oct 25, 2016
  15. Oct 22, 2016
  16. Oct 21, 2016
  17. Oct 20, 2016
  18. Oct 18, 2016
  19. Oct 17, 2016
  20. Oct 14, 2016
  21. Oct 13, 2016
  22. Oct 12, 2016
  23. Oct 11, 2016
  24. Oct 10, 2016
  25. Oct 04, 2016
  26. Oct 03, 2016
  27. Sep 29, 2016
  28. Sep 27, 2016
  29. Sep 24, 2016
Loading