Alexander Polcyn
|
b862b6ae20
|
use RTEST with channel watch arg to capture larger set of truthy args
|
8 years ago |
Alexander Polcyn
|
071f74f6f1
|
add copyright header to fix failing sanity tests
|
8 years ago |
Alexander Polcyn
|
af3213f38b
|
remove now-unused channel completion queues
|
8 years ago |
Alexander Polcyn
|
4109c23734
|
add a README for new test directory
|
8 years ago |
Alexander Polcyn
|
563ec5324f
|
stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock
|
8 years ago |
Alexander Polcyn
|
70bc4921e1
|
add another currently failing test related to channels and deadlock
|
8 years ago |
Alexander Polcyn
|
f3147b3a7c
|
watch channel state without the gil to fix deadlock on abrupt SIGTERM
|
8 years ago |
Alexander Polcyn
|
16d97edf56
|
add failing test revealing bug in channel state api
|
8 years ago |
Alexander Polcyn
|
f8dc32e9e2
|
make end2end test ports dynamic and slight refactor
|
8 years ago |
Alexander Polcyn
|
7a32e8a499
|
Revert changes to example greeter client
|
8 years ago |
Alexander Polcyn
|
c44c16e330
|
add initial framework for full end2end tests outside of rspec
|
8 years ago |
Alexander Polcyn
|
be30114a3b
|
fix up tests and remove two unlocks in a row bug
|
8 years ago |
Alexander Polcyn
|
fcad5799b4
|
in the middle of fixing watch and get connectivity state to work with new changes
|
8 years ago |
Alexander Polcyn
|
427ec5e433
|
change if to while to avoid unsafe wakeup
|
8 years ago |
Alexander Polcyn
|
69719089da
|
remove a TODO
|
8 years ago |
Alexander Polcyn
|
b7e1f535f3
|
revert changes to rake-compiler-dock dockerfile
|
8 years ago |
Alexander Polcyn
|
89d62d3061
|
debug print in docker file
|
8 years ago |
Alexander Polcyn
|
9f4986603c
|
add in background connectivity state poller
|
8 years ago |
Alexander Polcyn
|
e57cd90c11
|
fix channel connectivity state function
|
8 years ago |
Michael Lumish
|
b60e6ac1a7
|
Merge pull request #10083 from murgatroid99/node_lodash_3_compat_again
Change argument validation in Server#addService
|
8 years ago |
Michael Lumish
|
a85e7d4a64
|
Merge pull request #10054 from murgatroid99/uv_resolver_fallback
Add uv resolver fallback for named ports, fix portability tests
|
8 years ago |
apolcyn
|
97129b0683
|
Merge pull request #10076 from apolcyn/fix_in6_scope_id_windows_issue
fix in6_scope_id incompatibiliity issue on windows/mingw
|
8 years ago |
Craig Tiller
|
f13011b663
|
Merge pull request #10082 from ctiller/1.2
Fix interops
|
8 years ago |
murgatroid99
|
9d68158d13
|
Change argument validation in Server#addService
|
8 years ago |
Craig Tiller
|
072c5af838
|
Write an essay
|
8 years ago |
David G. Quintas
|
97a6322513
|
Merge pull request #10077 from dgquintas/v1.2.x
Introducing 1.2.0-pre1
|
8 years ago |
David Garcia Quintas
|
904e7f53ae
|
Introducing 1.2.0-pre1
|
8 years ago |
Alexander Polcyn
|
648229ec97
|
fix in6_scope_id incompatibiliity issue on windows/mingw
|
8 years ago |
makdharma
|
eb064ec7b8
|
Merge pull request #10030 from makdharma/well_known_protos
changes for picking up well known protos
|
8 years ago |
Craig Tiller
|
8d7ce8cc9d
|
Merge pull request #10070 from ctiller/fmac
Redo bm_fullstack split, fixing mac build
|
8 years ago |
murgatroid99
|
d0cda5c40b
|
Add uv resolver fallback for named ports, fix portability tests
|
8 years ago |
Craig Tiller
|
2d42debc5a
|
Merge branch 'unrevert' into fmac
|
8 years ago |
Craig Tiller
|
c945c12b47
|
Revert "Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks""
This reverts commit 0cb7fef406 .
|
8 years ago |
Craig Tiller
|
7375d53de7
|
Merge pull request #10061 from grpc/revert-9977-fssplit
Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks"
|
8 years ago |
Craig Tiller
|
ad14bcec61
|
Fix mac build
|
8 years ago |
Jan Tattermusch
|
45c34c323e
|
Merge pull request #10046 from jtattermusch/dont_silence_run_tests_use_docker
Dont silence realtime output from run_tests.py --use_docker
|
8 years ago |
Jan Tattermusch
|
0cb7fef406
|
Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks"
|
8 years ago |
Jan Tattermusch
|
809b421554
|
Merge pull request #10043 from grpc/jtattermusch-patch-1
Delete TestResult.xml
|
8 years ago |
matt-kwong
|
e188c7d39a
|
Merge pull request #10033 from matt-kwong/fix-dockerfiles
Fix pyenv Dockerfile
|
8 years ago |
Yang Gao
|
2e0a82f14d
|
Merge pull request #10040 from rjshade/udp_use_after_free
Fix flaky use-after-free in udp_server
|
8 years ago |
Mehrdad Afshari
|
c35a5b0e74
|
Merge pull request #10038 from mehrdada/server-reflection-for-grpc-python
Bump protobuf to 3.2.0 in requirements.txt
|
8 years ago |
Nathaniel Manista
|
04b4d4c54b
|
Merge pull request #9974 from nathanielmanistaatgoogle/lint
More lint.
|
8 years ago |
Craig Tiller
|
808d19e834
|
Merge pull request #9977 from ctiller/fssplit
Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
|
8 years ago |
Craig Tiller
|
c2804fbb2e
|
Merge pull request #10018 from ctiller/accept4
Silence accept4 message when its irrelevant
|
8 years ago |
Matt Kwong
|
5faabc45c5
|
Fix pyenv dockerfile
|
8 years ago |
David G. Quintas
|
3d5b0e6aab
|
Merge pull request #10045 from dgquintas/fix_runtests_n
Fix misplaced assert in run_tests.py
|
8 years ago |
David Garcia Quintas
|
e2bdbfe075
|
Fix misplaced assert in run_tests.py
|
8 years ago |
Jan Tattermusch
|
3464f70694
|
dont silence realtime output from run_tests.py --use_docker
|
8 years ago |
Jan Tattermusch
|
1d88979a57
|
Delete TestResult.xml
|
8 years ago |
Robbie Shade
|
69709e2819
|
Fix flaky use-after-free in udp_server
|
8 years ago |