Michael Darakananda
f570fb2743
give run_performance_tests a main method
...
In this way, external users can add perf tests for other languages
by adding to scenario_config.LANGUAGES then calling
run_performance_tests.main.
7 years ago
apolcyn
f4af6eb2f4
Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-error
...
Catch NotImplementedError exceptions and forward them to the client.
7 years ago
jboeuf
7b8b4bea72
Merge pull request #12158 from jboeuf/fix_mem_leak
...
Fixing memory leak and removing unneeded NULL checks.
7 years ago
apolcyn
f1ab1130c8
Merge pull request #12176 from jtattermusch/csharp_wait_for_queued_continuations
...
Wait for queued continuations when shutting down GrpcThreadPool
7 years ago
David G. Quintas
fe4c921667
Merge pull request #12197 from dgquintas/detect_flakes_3
...
Fix handling of no new flakes
7 years ago
David Garcia Quintas
bfd9d805a1
Fix handling of no new flakes
7 years ago
Jan Tattermusch
6bfe44daba
give C# continuations 10 secs to finish on shutdown
7 years ago
Jan Tattermusch
98ed73c389
wait for queued continuation to finish
7 years ago
Jan Tattermusch
7a3bd5b7d6
more correct atomic counter
7 years ago
John Millikin
e387852303
Catch NotImplementedError exceptions and forward them to the client.
...
The old code only caught `StandardError`, which doesn't include
`NotImplementedError`. Despite the name, this error indicates a failure
of low-level OS interaction rather than unimplemented user code.
Any errors not caught by this section will cause the server to
terminate, which is generally undesirable because it might be happily
handling other requests.
7 years ago
Stanley Cheung
27bb4d99e2
Merge pull request #12195 from stanley-cheung/bump-protobuf-3_4
...
Bump Protobuf to v3.4.0
7 years ago
Julien Boeuf
7a9d17f74c
Fixing memory leak and removing unneeded NULL checks.
7 years ago
Stanley Cheung
568fd3e292
Bump Protobuf to v3.4.0
7 years ago
Muxi Yan
e60c0f82b5
Merge pull request #11714 from muxi/port-11712
...
Port #11712 : Fix the nanopb's header include issue
7 years ago
Jan Tattermusch
30b4e74296
Merge pull request #12127 from jtattermusch/csharp_warningsaserrors
...
C# treat compiler warnings as error.
7 years ago
Jan Tattermusch
234fab9ebe
Merge pull request #12177 from jtattermusch/run_tests_better_flake_query
...
auto_set_flakes should respect platform
7 years ago
Stanley Cheung
023bb45a24
Merge pull request #12171 from stanley-cheung/bump-protobuf
...
Bump protobuf to 3.4.0rc3
7 years ago
Noah Eisen
d1ba31d134
Merge pull request #11831 from ncteisen/flow-control-part2
...
Flow Control Part 2: BDP
7 years ago
Jan Tattermusch
fb7c9a485b
auto_set_flakes should respect platform
7 years ago
ncteisen
41ba268c20
Pull bdp estimation into flowctl module
7 years ago
Jan Tattermusch
5140b5328e
Merge pull request #12162 from jtattermusch/fix_win_benchmarks
...
Fix windows performance benchmarks
7 years ago
Stanley Cheung
83f6b70806
Bump protobuf to 3.4.0rc3
7 years ago
Vijay Pai
870da2d906
Merge pull request #12166 from vjpai/delete_the_deprecated
...
Delete deprecated constructor and CallOpSetCollection
7 years ago
Matt Kwong
71cc205aad
Merge pull request #12157 from matt-kwong/kokoro_submodule
...
Regenerate projects when testing using a submodule at head
7 years ago
David G. Quintas
cbe375cc73
Merge pull request #12167 from dgquintas/detect_flakes_3
...
Fixed off by one error in detect flakes script
7 years ago
David Garcia Quintas
4721fc0716
Fixed off by one error in detect flakes script
7 years ago
David G. Quintas
ae392d12b8
Merge pull request #12141 from dgquintas/detect_flakes_2
...
Improvements to flake detection query
7 years ago
Vijay Pai
b18ab3f7c8
Delete deprecated constructor and CallOpSetCollectionInterface
7 years ago
Matt Kwong
b378b791e8
Merge pull request #12153 from matt-kwong/upload_results_port
...
Upload results for Kokoro master portability tests
7 years ago
adelez
a9aff3cc64
Merge pull request #12136 from adelez/build_stats3
...
Correct no_report_files_found and error fields
7 years ago
Jan Tattermusch
2312634017
fix more warnings
7 years ago
Jan Tattermusch
9210293d9e
dont use generic version of Marshal.SizeOf
7 years ago
Jan Tattermusch
271cb36f56
dont use generic version of PtrToStructure
7 years ago
Jan Tattermusch
2fb313c9b6
fix warnings in Grpc.Core.Tests
7 years ago
Jan Tattermusch
c152d6628a
fix warnings in integration tests
7 years ago
Jan Tattermusch
b8c77c59c5
Fix warnings in Grpc.Examples
7 years ago
Jan Tattermusch
aa135cedf9
treat warnings as errors
7 years ago
Jan Tattermusch
ca25473229
regenerate C# protos
7 years ago
Jan Tattermusch
3cbbe44384
Disable XML comment warnings in generated stubs
7 years ago
Jan Tattermusch
e9956df33d
add global.json files for C#
7 years ago
Jan Tattermusch
61c913531c
fix windows performance benchmarks
7 years ago
Jan Tattermusch
a7b79b9baa
Merge pull request #12142 from jtattermusch/objc_test_cleanup
...
ObjC test cleanup
7 years ago
Matt Kwong
c1df9daf4d
Regenerate projects when testing using a submodule at head
7 years ago
Adele Zhou
566c4c022c
merge changes
7 years ago
Sree Kuchibhotla
f1795f1f7f
Merge pull request #12139 from sreecha/fix_tm_avalanche
...
Fix thread avalance in thread manager
7 years ago
Stanley Cheung
abd7bce63c
Merge pull request #11886 from stanley-cheung/php-codegen-plugin
...
PHP: update codegen plugin to support php_namespace option
7 years ago
Matt Kwong
d9be5dc9e5
Uplaod results for Kokoro master portability tests
7 years ago
Adele Zhou
f2bd22131a
Merge branch 'master' of github.com:grpc/grpc
7 years ago
Stanley Cheung
b643a5f413
Bump to protobuf 3.4.0rc2
7 years ago
Stanley Cheung
de4b59b11c
ran make_grpcio_tools.py
7 years ago