Skip to content
Snippets Groups Projects
  1. Dec 07, 2016
  2. Dec 06, 2016
  3. Dec 05, 2016
  4. Dec 03, 2016
  5. Dec 02, 2016
  6. Dec 01, 2016
    • Ken Payson's avatar
      Fixes 2 issues: · 02d2807b
      Ken Payson authored
      1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if
      debugging is enabled because 123 doesn't map to a state that can
      be printed.
      2. In the Server test, 8888 is sometimes unavailable, so we just use
      a wildcard port.
      02d2807b
    • 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
    • Mark D. Roth's avatar
      clang-format · a5617850
      Mark D. Roth authored
      a5617850
    • Mark D. Roth's avatar
      Fix httpcli cleanup code. · 9b3f1b7a
      Mark D. Roth authored
      9b3f1b7a
    • Mark D. Roth's avatar
      Code review changes. · 53bd6933
      Mark D. Roth authored
      53bd6933
Loading