1. d359498 fix race whereby we can call watch_connectivity_state on a destroyed channel by Alexander Polcyn · 6 years ago
  2. bae00e0 Add test for verifying to get memory usage in client request by everysick · 6 years ago
  3. b14f1ea Disable soreuseport in ruby unit tests by Alexander Polcyn · 7 years ago
  4. f7a869f Unref global backup poller under its lock by Alexander Polcyn · 7 years ago
  5. 1972e5c Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests by apolcyn · 7 years ago
  6. 81e9581 Remove some sleeps in ruby tests and fix test server shutdown by Alex Polcyn · 7 years ago
  7. 8c12d9e Add a test under ruby GC stress mode and fix non-GC-rooted variable bug by Alexander Polcyn · 7 years ago
  8. 2f3e588 Dont assume that sigint wasnt masked when invoking ruby tests by Alexander Polcyn · 7 years ago
  9. 010ea65 remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1 by Alexander Polcyn · 7 years ago
  10. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  11. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  12. d7455ab make get conn state always safe to call by Alexander Polcyn · 7 years ago
  13. c24d53b api watch unblock func kills only its own channel by Alexander Polcyn · 7 years ago
  14. 5c6dda8 fix tentative startup bug by Alexander Polcyn · 7 years ago
  15. 916893b fix up the test by Alexander Polcyn · 7 years ago
  16. fd4cbb7 cleanup test by Alexander Polcyn · 7 years ago
  17. 7b3629e fix lack-of-abort bug by Alexander Polcyn · 7 years ago
  18. b2c0b7b constant state watch without timeouts by Alexander Polcyn · 7 years ago
  19. deeed7f don't hold the gil while waiting for bg thread to start by Alexander Polcyn · 7 years ago
  20. d1143ab tweak class init test to reveal bug in misordered startup by Alexander Polcyn · 7 years ago
  21. 4736e01 add native grpc class init tests to check that presence of grpc_init calls by Alexander Polcyn · 7 years ago
  22. 792c7e3 add new test where client forks after require grpc, to test that lib startup by Alexander Polcyn · 7 years ago
  23. 4364ded wording fix in comments by Alexander Polcyn · 7 years ago
  24. 077f890 conform test to formatter by Alexander Polcyn · 7 years ago
  25. 27338de add test in that sends a sigint to client while its making an rpc ona by Alexander Polcyn · 7 years ago
  26. 02d131b fix mac crash on abruptly ended server thread by Alexander Polcyn · 7 years ago
  27. ea282e9 add passing test that kills a process while there are active watch chan state calls by Alexander Polcyn · 7 years ago
  28. 4e60675 add end2end tests to formatter and adjust to formatter by Alexander Polcyn · 7 years ago
  29. 071f74f add copyright header to fix failing sanity tests by Alexander Polcyn · 7 years ago
  30. 4109c23 add a README for new test directory by Alexander Polcyn · 7 years ago
  31. 563ec53 stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock by Alexander Polcyn · 7 years ago
  32. 70bc492 add another currently failing test related to channels and deadlock by Alexander Polcyn · 7 years ago
  33. f3147b3 watch channel state without the gil to fix deadlock on abrupt SIGTERM by Alexander Polcyn · 7 years ago
  34. 16d97ed add failing test revealing bug in channel state api by Alexander Polcyn · 7 years ago
  35. f8dc32e make end2end test ports dynamic and slight refactor by Alexander Polcyn · 7 years ago
  36. c44c16e add initial framework for full end2end tests outside of rspec by Alexander Polcyn · 7 years ago