Skip to content
Snippets Groups Projects
  1. Dec 27, 2016
  2. Dec 22, 2016
  3. Dec 19, 2016
  4. Dec 16, 2016
  5. Dec 15, 2016
  6. Dec 14, 2016
  7. Dec 13, 2016
  8. Dec 12, 2016
  9. 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
  10. Dec 09, 2016
Loading