Yang Gao
|
680bed616a
|
Merge pull request #4378 from ctiller/moar_settings
Cover more of frame_settings.c
|
9 years ago |
Jan Tattermusch
|
f3bcb1c2cb
|
Merge pull request #4377 from murgatroid99/node_extension_coverage_tests
Simplified some code and added tests to increase Node extension code coverage
|
9 years ago |
Michael Lumish
|
81e4e8dd0b
|
Merge pull request #4383 from jtattermusch/run_more_interop
run_interop_tests.py support for new interop tests
|
9 years ago |
David G. Quintas
|
4e9433990f
|
Merge pull request #4366 from ctiller/connectivity-state
Add a test for grpc_connectivity_state_name
|
9 years ago |
Jan Tattermusch
|
a86b41e746
|
Temporarily disable c# status_code_and_message client.
|
9 years ago |
Craig Tiller
|
e9e75c6427
|
Merge pull request #4385 from jboeuf/gce_default_creds
Testing GCE detection in google default credentials.
|
9 years ago |
Julien Boeuf
|
2408a1cd6a
|
Testing GCE detection in google default credentials.
|
9 years ago |
Craig Tiller
|
dd4b0000b6
|
Merge pull request #4286 from jtattermusch/win_64bit
Make grpc compile on win64bit
|
9 years ago |
Jan Tattermusch
|
5c7a1c861f
|
teach interop script about new tests
|
9 years ago |
Jan Tattermusch
|
06ae5cd48c
|
get rid of warnings on linux
|
9 years ago |
Jan Tattermusch
|
fa20ebc631
|
implement unimplemented_method interop test
|
9 years ago |
Jan Tattermusch
|
0ed7315648
|
implemented more interop tests
|
9 years ago |
Michael Lumish
|
a7276f6484
|
Merge pull request #4365 from jtattermusch/user_agent_str
Put user defined userAgentString to the beginning of userAgentString
|
9 years ago |
David G. Quintas
|
2526e46303
|
Merge pull request #4374 from ctiller/lb_shutdown
LB registry coverage
|
9 years ago |
Craig Tiller
|
0ca9952e43
|
Cover more of frame_settings.c
|
9 years ago |
murgatroid99
|
a9172d2a8a
|
Simplified some code and added tests to increase code coverage
|
9 years ago |
Craig Tiller
|
59605cd0f4
|
Test corner cases for lb policy registry
|
9 years ago |
Craig Tiller
|
fedb761f51
|
Merge github.com:grpc/grpc into lb_shutdown
|
9 years ago |
Craig Tiller
|
df62b97299
|
Shutdown lb policy registry
|
9 years ago |
Vijay Pai
|
f9263bcfcd
|
Merge pull request #4352 from ctiller/minus_one
Fix null pointer dereference
|
9 years ago |
Craig Tiller
|
b897337994
|
Merge github.com:grpc/grpc into connectivity-state
|
9 years ago |
Yang Gao
|
e97326c5d4
|
Merge pull request #4373 from ctiller/metatest
Test metadata user data
|
9 years ago |
Craig Tiller
|
9bfc2ce06c
|
Merge pull request #4369 from dgquintas/custom_allocs
Added ability to override mem alloc funcs
|
9 years ago |
Nicolas Noble
|
6994f4949f
|
Merge pull request #4360 from ctiller/who-needs-a-noop-anyway
Kill noop_filter.c
|
9 years ago |
Nicolas Noble
|
8096478946
|
Merge pull request #4338 from ctiller/init_settings
Cover more of settings frame
|
9 years ago |
Craig Tiller
|
2100d06b8e
|
Comply with conventions
|
9 years ago |
Craig Tiller
|
e57fb22a3d
|
Add another NULL check
|
9 years ago |
Craig Tiller
|
e57ba13cf6
|
Simplify code
|
9 years ago |
Craig Tiller
|
d52fbb83cc
|
Test metadata user data
|
9 years ago |
David Garcia Quintas
|
3ff5d2dd6b
|
Merge branch 'master' of github.com:grpc/grpc into custom_allocs
|
9 years ago |
David Garcia Quintas
|
a5aa19b8b6
|
PR comments
|
9 years ago |
Stanley Cheung
|
3ca448925b
|
Merge pull request #4371 from jtattermusch/php_docker_flake
Try to prevent PHP interop flake
|
9 years ago |
Jan Tattermusch
|
467a02af58
|
Merge pull request #4367 from adelez/move_report_template
Moved the report template under tools/run_tests.
|
9 years ago |
Jan Tattermusch
|
1c8c7ee745
|
try to prevent PHP interop flake
|
9 years ago |
Yang Gao
|
5b763f5355
|
Merge pull request #4362 from vjpai/coverage-serve2
Cover an unsupported case of mixing sync and async service in server
|
9 years ago |
Jan Tattermusch
|
cc0dd226c6
|
reimplement ltoa and int64toa without negation
|
9 years ago |
David Garcia Quintas
|
f80b536a5a
|
Added ability to override mem alloc funcs
|
9 years ago |
Sree Kuchibhotla
|
141272d5de
|
Merge pull request #4363 from dgquintas/compression_coverage
Increased message_compress.c coverage
|
9 years ago |
Craig Tiller
|
face446997
|
Add the test code itself
|
9 years ago |
Adele Zhou
|
12877c9529
|
Moved the report template under tools/run_tests.
|
9 years ago |
Craig Tiller
|
3824b6e976
|
Merge github.com:grpc/grpc into connectivity-state
|
9 years ago |
Nicolas Noble
|
5efe9255c0
|
Merge pull request #4322 from yang-g/fixit_channel_c
Fix error messages.
|
9 years ago |
Craig Tiller
|
179e6febd2
|
Add a test for grpc_connectivity_state_name
|
9 years ago |
Jan Tattermusch
|
4121f7a60f
|
explicitly cast signed to unsigned where safe
|
9 years ago |
Jan Tattermusch
|
7ebbc475fc
|
put user defined userAgentString to the beginning of userAgentString
|
9 years ago |
Yang Gao
|
ab4f2b1a53
|
Merge pull request #4359 from ctiller/make_a_slightly_unusual_request
Make a slightly unusual request
|
9 years ago |
David Garcia Quintas
|
0a08791bce
|
Increased message_compress.c coverage
|
9 years ago |
vjpai
|
017ed62ce4
|
Cover an unsupported case of mixing sync and async service in same server
|
9 years ago |
Yang Gao
|
ae109b5d8a
|
Merge pull request #4361 from vjpai/coverage-server
Add a case to cover multiple adds of generic service
|
9 years ago |
yang-g
|
13affcb8e9
|
merge with head
|
9 years ago |