Commit Graph

19498 Commits

Author SHA1 Message Date
Craig Tiller
d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 2016-10-26 16:16:06 -07:00
Craig Tiller
6b5d682c98 Review feedback 2016-10-25 16:13:26 -07:00
Craig Tiller
fe8c5012d3 Merge github.com:grpc/grpc into buffer_pools_for_realsies 2016-10-24 14:49:18 -07:00
Mark D. Roth
0ac60ca9d9 Merge pull request #8429 from markdroth/service_config2
Convert method config to a struct for use in the fast path.
2016-10-24 14:26:00 -07:00
Mark D. Roth
6f940822c8 clang-format 2016-10-24 14:24:16 -07:00
Noah Eisen
13ca42dbae Merge pull request #8463 from ncteisen/csharp_unimplemented_method
Implement Csharp Unimplemented Method
2016-10-24 11:27:43 -07:00
Noah Eisen
ab0c5de658 Merge pull request #8467 from ncteisen/node_unimplemented_method
Implement Node Unimplemented Method Interop Test
2016-10-24 11:26:25 -07:00
Noah Eisen
e207228e9e added new test to interop_sanity_test.js 2016-10-24 11:11:54 -07:00
Jan Tattermusch
2065702a75 Merge pull request #8476 from jtattermusch/csharp_streamline_nits
Address nits from #8396
2016-10-24 19:55:05 +02:00
Noah Eisen
b53a7f7ebd updated the interop spec to conform with recent name change 2016-10-24 10:38:53 -07:00
Mark D. Roth
26b7be4918 Add block comment. 2016-10-24 10:08:07 -07:00
Mark D. Roth
f7d7fb2d32 Expand comment documenting grpc_method_config_table_convert(). 2016-10-24 07:42:10 -07:00
Mark D. Roth
9fe934cadf Merge remote-tracking branch 'upstream/master' into service_config2 2016-10-24 07:37:43 -07:00
Jan Tattermusch
ba09884f82 polish HandleCallAsync 2016-10-24 11:19:41 +02:00
Jan Tattermusch
1445c47901 Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations
C# server streamline request call invocations
2016-10-24 10:49:27 +02:00
Jan Tattermusch
e1e02354af Merge pull request #8469 from jtattermusch/csharp_perf_tuning
Run C# QpsWorker on all cores
2016-10-24 10:14:30 +02:00
Jan Tattermusch
8c31c14586 qps worker runs on all threads 2016-10-24 10:13:37 +02:00
Jan Tattermusch
6ec0dca9c7 Merge pull request #8472 from jtattermusch/csharp_eliminate_string_endswith
C# performance: string.EndsWith is really slow on CoreCLR
2016-10-24 08:41:56 +02:00
Jan Tattermusch
4f1823da12 string.EndsWith is really slow on CoreCLR 2016-10-23 13:00:54 +02:00
apolcyn
f89a4a189f Merge pull request #8397 from apolcyn/fix_performance_test_silent_failures
fail performance tests if any jobs fail or timeout
2016-10-22 17:43:08 -07:00
Alexander Polcyn
898a2e91f9 clean up error message 2016-10-22 17:41:23 -07:00
Jan Tattermusch
566608e275 Merge pull request #8395 from jtattermusch/testing_nitpicking
A few test related fixes
2016-10-22 12:47:37 +02:00
Jan Tattermusch
447548b9f2 show logs from qps workers 2016-10-22 10:50:53 +02:00
Jan Tattermusch
8834095e76 Merge pull request #8438 from jtattermusch/csharp_compiler_warnings
Fix a few C# compiler warnings
2016-10-22 10:04:12 +02:00
Noah Eisen
a48afeb1f0 change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node 2016-10-21 17:32:33 -07:00
Noah Eisen
b2a2647446 added the real unimplemented_method test to csharp interop test 2016-10-21 16:43:57 -07:00
Noah Eisen
9a171c7446 renamed unimplemented_method -> unimplemented_service 2016-10-21 16:26:40 -07:00
Mark D. Roth
99e61f884d Merge pull request #8418 from markdroth/interop_flags
Allow specifying extra flags for C++ interop server.
2016-10-21 15:07:28 -07:00
Mark D. Roth
d9cbec465d Merge pull request #8095 from markdroth/rename_client_config
Rename client_config directory to client_channel.
2016-10-21 14:48:19 -07:00
Craig Tiller
3798e607cc Address review comments 2016-10-21 14:39:27 -07:00
Craig Tiller
153eaa7aba s/BUFFER_POOL/RESOURCE_QUOTA/g 2016-10-21 13:52:36 -07:00
David G. Quintas
54b409c0da Merge pull request #8450 from dgquintas/move_unref
Moved unref of security connector outside of grpc_secure_channel_create
2016-10-21 13:26:45 -07:00
Nicolas Noble
8269d7d16d Merge pull request #8215 from sreecha/new_scenario
Add a new scenario: Async-Client/Sync-Server
2016-10-21 13:00:10 -07:00
Michael Lumish
531172fca4 Merge pull request #8208 from tcr/master
Compiles with npm install --debug option.
2016-10-21 10:12:52 -07:00
Craig Tiller
987f41f397 Merge pull request #7651 from rjshade/add_error_log_for_h2_headers
Add error log for invalid http2 headers
2016-10-21 09:47:23 -07:00
Craig Tiller
aea91859a3 Merge pull request #8455 from ctiller/importz
Import related fixes
2016-10-21 08:38:24 -07:00
Craig Tiller
4f5ae75958 Fix build for import 2016-10-21 07:36:04 -07:00
Jan Tattermusch
9f254c0c40 get rid of compiler warnings 2016-10-21 10:45:04 +02:00
Jan Tattermusch
d0e7c6d0b4 Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in
netstandard
2016-10-21 10:28:19 +02:00
Jan Tattermusch
32cb42e046 remove unused member 2016-10-21 10:21:31 +02:00
Jan Tattermusch
7735daad14 address XMLdoc related warnings 2016-10-21 10:21:31 +02:00
Jan Tattermusch
9f4e828343 Merge pull request #8444 from jtattermusch/csharp_use_server_gc
Use Server mode for GC in C# QpsWorker
2016-10-21 07:10:08 +02:00
David Garcia Quintas
30bce6ab1b Moved unref of security connector outside of grpc_secure_channel_create 2016-10-20 20:12:51 -07:00
David G. Quintas
79fd4e6874 Merge pull request #8381 from dgquintas/lb-cost-bin
Renamed MD key "lb-cost" to "lb-cost-bin"
2016-10-20 19:28:59 -07:00
Muxi Yan
2dd6e73266 Merge pull request #8445 from muxi/revert-8425
Revert PR #8425
2016-10-20 17:25:36 -07:00
Michael Lumish
2a78d3d961 Merge pull request #7838 from teodor-pripoae/fix-example-in-ruby-readme
Fix example in ruby readme
2016-10-20 16:48:07 -07:00
Jan Tattermusch
fac33ad5b7 expose knob for adjusting number of requested calls 2016-10-21 01:42:10 +02:00
Michael Lumish
13905ee9bb Merge pull request #7967 from p16/node-example-add-return-after-callback-witih-error
Nodejs examples: add return after calling callback(err)
2016-10-20 16:40:59 -07:00
Jan Tattermusch
6e90171f37 introduce separate grpcsharp_request_call_context 2016-10-21 01:23:41 +02:00
Craig Tiller
8f67b647fd Merge github.com:grpc/grpc into buffer_pools_for_realsies 2016-10-20 15:53:04 -07:00