Jan Tattermusch
|
c8b94418f8
|
simplify cmdline arg logic
|
9 years ago |
Jan Tattermusch
|
bdf0a3ed5e
|
Merge pull request #3871 from adelez/add_interop_report
Generate html report for interop tests
|
9 years ago |
Adele Zhou
|
e4c3561074
|
generate html report for interop tests
|
9 years ago |
Alistair Veitch
|
427eb90803
|
Fix memory leak
|
9 years ago |
Vijay Pai
|
4870de2367
|
Fix more shadow and conversion warnings.
|
9 years ago |
vjpai
|
fe8bc196b7
|
Oops - forgot to add the protos!
|
9 years ago |
vjpai
|
52bfb2564f
|
Split qpstest.proto into two parts - one for performance stats and
one for control.
Eliminate the use of our own SimpleRequest and SimpleResponse and
instead share the one from end2end testing
|
9 years ago |
vjpai
|
4c70baa1a1
|
Fix sign conversion issues here
|
9 years ago |
Michael Lumish
|
509088bd8b
|
Merge pull request #3900 from stanley-cheung/php_unit_test_code_coverage
PHP: add more unit test for code coverage analysis
|
9 years ago |
Jan Tattermusch
|
849b2c7b3a
|
Merge pull request #3903 from jtattermusch/unify_interop_args
Consistent interop cmdline args
|
9 years ago |
Jan Tattermusch
|
25ec13e903
|
fix go build_interop script
|
9 years ago |
Alistair Veitch
|
72badb4777
|
more verbose message
|
9 years ago |
Alistair Veitch
|
c11e8472b5
|
only print #cores seen
|
9 years ago |
Jan Tattermusch
|
75d2ee0708
|
unify args passed to interop tests
|
9 years ago |
Alistair Veitch
|
dcfb3fe482
|
add CPU tests
|
9 years ago |
Sree Kuchibhotla
|
ac7edec71f
|
Add an option to reuse the TestService::Stub in interop client class
|
9 years ago |
Stanley Cheung
|
75457ff7e1
|
php: add more unit test for code coverage analysis
|
9 years ago |
Masood Malekghassemi
|
63544f7808
|
Merge pull request #3892 from jtattermusch/python_fix_auth_tests
Fix python compute_engine_creds and oauth2_auth_token interop tests.
|
9 years ago |
Michael Lumish
|
2da13a0e37
|
Merge pull request #3890 from jtattermusch/fix_ruby_per_rpc_creds
Hotfix for ruby per_rpc_creds interop test
|
9 years ago |
Stanley Cheung
|
42e2beb80f
|
Merge pull request #3858 from enisoc/php-close
PHP: Fix property reference in BaseStub::close()
|
9 years ago |
Nicolas Noble
|
70815ae76f
|
Merge pull request #3878 from murgatroid99/node_remove_log_lines
Stop outputting log lines from Node library by default
|
9 years ago |
Stanley Cheung
|
5519985ebe
|
Merge pull request #3887 from jtattermusch/update_plugin_installation
Update C# README.md
|
9 years ago |
Jan Tattermusch
|
3b6fef1292
|
fix some python auth interop tests
|
9 years ago |
Jan Tattermusch
|
ee8038f0d0
|
Merge pull request #3888 from murgatroid99/node_portable_version_check
Changed to a more portable Node version check in binding.gyp
|
9 years ago |
Jan Tattermusch
|
fe3d9ea14f
|
fix ruby per_rpc_creds
|
9 years ago |
murgatroid99
|
c07c734f45
|
Changed to a more portable Node version check in binding.gyp
|
9 years ago |
Craig Tiller
|
08b14ea366
|
Merge pull request #3837 from jtattermusch/unparseable_xml
Prevent generating unparseable xml reports
|
9 years ago |
David Garcia Quintas
|
85ccb8cc61
|
added grpc_client_uchannel_set_subchannel func
|
9 years ago |
Jan Tattermusch
|
e49501a9eb
|
Update README.md
|
9 years ago |
murgatroid99
|
3c769d67a3
|
Added some file-level comments to Node source files
|
9 years ago |
Sree Kuchibhotla
|
2bc3ac3032
|
Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new
|
9 years ago |
Sree Kuchibhotla
|
fbc376f935
|
Interop stress tests
|
9 years ago |
David Garcia Quintas
|
b5ab8a29f5
|
Merge branch 'master' of github.com:grpc/grpc into microchannels
|
9 years ago |
Craig Tiller
|
e2a1bf46f9
|
Merge pull request #3726 from dgquintas/iomgr_executor
Introducing grpc_executor, for all your threading needs
|
9 years ago |
Jan Tattermusch
|
8093b57a98
|
Merge pull request #3881 from vjpai/uniproto
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
|
9 years ago |
Kailash Sethuraman
|
9093eda079
|
Merge pull request #3822 from nathanielmanistaatgoogle/prerequisites
Add python-dev and python3-dev to prerequisites
|
9 years ago |
vjpai
|
0cc1341199
|
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
|
9 years ago |
Nathaniel Manista
|
cbcf187153
|
Add python-dev and Python 3 to prerequisites
|
9 years ago |
murgatroid99
|
5fccd9019f
|
This is a library. It should not output logs to STDOUT by default
|
9 years ago |
Jan Tattermusch
|
1ae8163f70
|
Merge pull request #3876 from jtattermusch/unify_usetls
Unify use_tls usage in interop tests
|
9 years ago |
Jan Tattermusch
|
7f24fb3a3b
|
-use_tls=true is language independent now
|
9 years ago |
Michael Lumish
|
651ebddcd5
|
Merge pull request #3861 from jtattermusch/ruby_use_tls
Accept --use_tls=true and --use_test_ca=true in ruby interop tests
|
9 years ago |
Nathaniel Manista
|
627f98454c
|
Merge pull request #3872 from soltanmm/empty
Add empty_stream Python interop test.
|
9 years ago |
Masood Malekghassemi
|
28738bb537
|
Add empty_stream Python interop test
|
9 years ago |
Nathaniel Manista
|
551d0f37cb
|
Merge pull request #3860 from jtattermusch/python_use_tls_compat
Accept --use_tls=true and --use_test_ca=true in python interop tests.
|
9 years ago |
Jan Tattermusch
|
785efd453e
|
accept --use_tls=true --use_test_ca=true in python
|
9 years ago |
Nicolas Noble
|
921149c43a
|
Merge pull request #3857 from jtattermusch/cleanup_old_interop
cleanup dockerfiles and scripts for old interop infrastructure
|
9 years ago |
Nicolas "Pixel" Noble
|
cedc101771
|
Merge branch 'release-0_11'
|
9 years ago |
Nicolas "Pixel" Noble
|
7aa1f827e4
|
Merge branch 'master' into release-0_11
Conflicts:
.gitignore
gRPC.podspec
|
9 years ago |
Nicolas Noble
|
ff466101d4
|
Merge pull request #3862 from jcanizales/fix-release-conflict
Fix release conflict for release-0_11
|
9 years ago |