index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ruby
/
end2end
Commit message (
Expand
)
Author
Age
*
Unref global backup poller under its lock
Alexander Polcyn
2017-12-07
*
Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests
apolcyn
2017-11-27
|
\
|
*
Remove some sleeps in ruby tests and fix test server shutdown
Alex Polcyn
2017-11-27
*
|
Add a test under ruby GC stress mode and fix non-GC-rooted variable bug
Alexander Polcyn
2017-10-05
|
/
*
Dont assume that sigint wasnt masked when invoking ruby tests
Alexander Polcyn
2017-09-21
*
remove calls to optional paramaters so that the test is compatible with ruby ...
Alexander Polcyn
2017-09-05
*
fix remaining license notices
Jan Tattermusch
2017-06-08
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
make get conn state always safe to call
Alexander Polcyn
2017-05-17
*
api watch unblock func kills only its own channel
Alexander Polcyn
2017-05-17
*
fix tentative startup bug
Alexander Polcyn
2017-05-17
*
fix up the test
Alexander Polcyn
2017-05-17
*
cleanup test
Alexander Polcyn
2017-05-17
*
fix lack-of-abort bug
Alexander Polcyn
2017-05-17
*
constant state watch without timeouts
Alexander Polcyn
2017-05-09
*
don't hold the gil while waiting for bg thread to start
Alexander Polcyn
2017-04-17
*
tweak class init test to reveal bug in misordered startup
Alexander Polcyn
2017-04-16
*
add native grpc class init tests to check that presence of grpc_init calls
Alexander Polcyn
2017-04-14
*
add new test where client forks after require grpc, to test that lib startup
Alexander Polcyn
2017-04-14
*
wording fix in comments
Alexander Polcyn
2017-03-24
*
conform test to formatter
Alexander Polcyn
2017-03-24
*
add test in that sends a sigint to client while its making an rpc ona
Alexander Polcyn
2017-03-23
*
fix mac crash on abruptly ended server thread
Alexander Polcyn
2017-03-22
*
add passing test that kills a process while there are active watch chan state...
Alexander Polcyn
2017-03-20
*
add end2end tests to formatter and adjust to formatter
Alexander Polcyn
2017-03-20
*
add copyright header to fix failing sanity tests
Alexander Polcyn
2017-03-15
*
add a README for new test directory
Alexander Polcyn
2017-03-15
*
stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock
Alexander Polcyn
2017-03-15
*
add another currently failing test related to channels and deadlock
Alexander Polcyn
2017-03-15
*
watch channel state without the gil to fix deadlock on abrupt SIGTERM
Alexander Polcyn
2017-03-15
*
add failing test revealing bug in channel state api
Alexander Polcyn
2017-03-15
*
make end2end test ports dynamic and slight refactor
Alexander Polcyn
2017-03-15
*
add initial framework for full end2end tests outside of rspec
Alexander Polcyn
2017-03-14