Skip to content
Snippets Groups Projects
  1. Nov 19, 2015
  2. Nov 18, 2015
  3. Nov 17, 2015
  4. Nov 16, 2015
  5. Nov 15, 2015
  6. Nov 13, 2015
  7. Nov 12, 2015
  8. Nov 11, 2015
    • Tim Emiola's avatar
      Updates interop client/server logging · a082435e
      Tim Emiola authored
      - server logger.level = WARN
      - client logger.level = INFO
      a082435e
    • Tim Emiola's avatar
      Adds standard logging to the client/server · 69a672e6
      Tim Emiola authored
      - truncates the server debug log entries to make that readable
      69a672e6
    • Tim Emiola's avatar
      Fixes a multithreading bug in the ruby rpc_server · 7d21c04b
      Tim Emiola authored
      This fixes the current ruby server interop test flakiness.
      
      - The interop tests recently changed so that clients access servers in
      parallel, meaning that the interop servers handle multiple rpcs at once,
      which is how this bug became visible
      
      - since this change, tests run against the ruby interop server have
      failed sporadically
      
      - the problem was that the block in #loop_handle_server_calls that is
        passed to the thread pool referenced a var in an enclosing block,
        which resulted in requests being processed by the wrong handler
      
      - this fix ensures that the block to be run on the thread pool thread
        does not have any references to vars in the enclosing block
      7d21c04b
    • Benny Wong's avatar
      7beff531
Loading