Skip to content
Snippets Groups Projects
  1. Jul 27, 2016
  2. Jul 12, 2016
  3. May 20, 2016
  4. Apr 21, 2016
  5. Dec 11, 2015
  6. Dec 08, 2015
  7. Dec 04, 2015
  8. Oct 28, 2015
  9. Sep 24, 2015
  10. Aug 31, 2015
  11. Aug 29, 2015
    • Tim Emiola's avatar
      Updates server shutdown handling · 81d950a5
      Tim Emiola authored
      - ensures that servers cancels calls after the shutdown timeout
      - uses an infinite timeout when request server calls
      
      This two changes fix the issue where the server segfaults on shutdown.
      81d950a5
  12. Aug 15, 2015
    • Tim Emiola's avatar
      Reorganize interop test files. · f4ee961b
      Tim Emiola authored
      - moves the client/server behaviour to pb/test
        - deprecate current bin/interop/interop_{client,server}.rb
      - adds executable endpoints to bin
        - grpc_ruby_interop_{client, server}
        - these will be added to the ruby bin path when the grpc gem
          gem is installed, making them easier to execute
      f4ee961b
    • Tim Emiola's avatar
      Update the generated code for the interop service. · 53c85d68
      Tim Emiola authored
      - Updates the code generated for the interop service
      - Moves the generated interop service/client from bin to pb
      
      Also
      - removes an empty file from the health pb directories
      53c85d68
  13. Aug 14, 2015
    • Tim Emiola's avatar
      Merges timeout interop test change · a5d39f7e
      Tim Emiola authored
      a5d39f7e
    • Tim Emiola's avatar
      Adds the ruby timeout interop test. · cdb7cccc
      Tim Emiola authored
      Corrects some other issues
      
      - fixes status return when calls fail by always returning the status
      
      - resolves bidi_call client's failure to return an exception on bad
        status by swapping the wait for status to the read thread
      
        * this also improves the cancel_after_first_response test
      
      Also
      
      - adds a unit test that verifies that a bidi call will time out.
      cdb7cccc
  14. Jun 19, 2015
    • Tim Emiola's avatar
      Corrects the cancel_after_first_response behaviour · aa57bab3
      Tim Emiola authored
      - introduces a #wait method on the call operation view
      - invokes #wait on a Notifier that is created for all operations
      - ensures the Notifier is invoked if necessary whenever a client request
        completes
      - updates the interop_test to use op.wait before checking if the call
        was cancelled.
      aa57bab3
  15. Jun 02, 2015
    • Tim Emiola's avatar
      Corrects the cancel_after_first_response test · d62d345b
      Tim Emiola authored
      - stops attempting to verify by catching the CancelledError
      
      - instead the test examines the operation state after cancellation,
        which is equally valid and more stable.
      
      Also
      - simplifies bidi on the server
      d62d345b
  16. May 28, 2015
  17. May 20, 2015
  18. May 13, 2015
  19. May 09, 2015
  20. Apr 27, 2015
  21. Apr 23, 2015
  22. Apr 16, 2015
  23. Apr 15, 2015
  24. Mar 18, 2015
  25. Mar 06, 2015
  26. Mar 02, 2015
  27. Feb 25, 2015
  28. Feb 24, 2015
  29. Feb 23, 2015
  30. Feb 19, 2015
  31. Feb 18, 2015
Loading