Commit Graph

14813 Commits

Author SHA1 Message Date
Craig Tiller 1cbf57613e Fix hanging call bug 2016-04-22 16:02:55 -07:00
Craig Tiller 470f15b357 Fix hanging call bug 2016-04-22 15:59:20 -07:00
Jan Tattermusch e52be8c8a1 Merge pull request #6224 from dgquintas/gcc6
Casting fixes for gcc 6.0
2016-04-22 15:27:54 -07:00
Craig Tiller 3ecf26d67e Fail if fuzzer takes > 2 minutes 2016-04-22 15:25:03 -07:00
Craig Tiller fd7001008e Expand corpus 2016-04-22 15:23:50 -07:00
Craig Tiller 7c2676675a Expand api corpus 2016-04-22 15:10:25 -07:00
Craig Tiller 497f101d32 Expand api corpus 2016-04-22 15:08:28 -07:00
Craig Tiller 8a67780fba Fix bug causing calls to never complete 2016-04-22 15:07:53 -07:00
Craig Tiller d78ca88da1 Fix bugs in test infra 2016-04-22 14:47:05 -07:00
murgatroid99 d354f114c1 Node: add dev dependency on google-protobuf 2016-04-22 13:55:00 -07:00
murgatroid99 79108d0fdb Changed some 'require' to 'require_relative' and modified rpc_server slightly 2016-04-22 13:41:00 -07:00
murgatroid99 ddaa69f15d Got Ruby stress client working, with some modifications to interop tests 2016-04-22 13:37:26 -07:00
Craig Tiller 3ec4b83f7a Fix memory leak in failed metadata preparation 2016-04-22 13:14:35 -07:00
Craig Tiller b42445c00e Fix memory leak in failed metadata preparation 2016-04-22 13:11:44 -07:00
Sree Kuchibhotla 3714e302c0 Simplify QPS Metrics collection 2016-04-22 10:17:28 -07:00
Benjamin Herzog ee6de9365b Move nonnull begin to correct position 2016-04-22 11:18:46 +02:00
Craig Tiller b907fd425b Expand corpus 2016-04-21 23:58:41 -07:00
Craig Tiller bdc2410da7 Expand corpus, fix crash 2016-04-21 23:57:05 -07:00
Craig Tiller 4c79cb206d Expand corpus 2016-04-21 23:44:55 -07:00
Craig Tiller 4add20c64f Crash fix 2016-04-21 23:44:20 -07:00
Craig Tiller 4f92a2abb8 Expand corpus 2016-04-21 23:32:33 -07:00
Dmitry Kovalev 79a75e25c4 Fixing invalid usage of getProtobufServiceAttrs() function.
getProtobufServiceAttrs(service, options) must be called with 2 arguments.
2016-04-21 23:32:30 -07:00
Craig Tiller e06a81f877 Fixup API changes 2016-04-21 22:58:58 -07:00
Nicolas Noble 241dea56c8 Merge pull request #6147 from ctiller/strong-includes
Rollup of changes from latest import
2016-04-21 18:59:06 -07:00
Jan Tattermusch 626f303eef Merge pull request #6252 from vjpai/empty_driver_wall
Keep out performance tests that don't have scenarios
2016-04-21 18:48:59 -07:00
Jan Tattermusch 1b68cbdf1c Merge pull request #6246 from jtattermusch/benchmarking_add_more_scenarios
Benchmarking: fine tune scenario configuration
2016-04-21 18:47:14 -07:00
Jan Tattermusch 44aa843b1b add generated proto files 2016-04-21 17:44:54 -07:00
Jan Tattermusch 987e978e41 add metrics.proto generated files to C# project 2016-04-21 17:44:34 -07:00
Jan Tattermusch 445a82bfae Add C# stress test client 2016-04-21 17:44:33 -07:00
Nicolas Noble a24487601d Merge pull request #6173 from ctiller/expandification
Expand client fuzzer corpus
2016-04-21 17:44:25 -07:00
Sree Kuchibhotla 0b9fdd8adc clang format fix 2016-04-21 17:27:41 -07:00
Craig Tiller 7beea147e5 Merge github.com:grpc/grpc into strong-includes 2016-04-21 17:07:36 -07:00
Craig Tiller fe7eddb222 Merge github.com:grpc/grpc into expandification 2016-04-21 17:05:52 -07:00
Stanley Cheung a5b7df9242 fix buildgen plugin file comment 2016-04-21 16:49:25 -07:00
Craig Tiller 88b9e4803c fix boringssl 2016-04-21 15:09:56 -07:00
Sree Kuchibhotla 01907123f6 generate_projects.sh and fix copyright year 2016-04-21 15:09:13 -07:00
Sree Kuchibhotla 7def036085 Add a safety check to ensure atleast one of the completion queues is
listening completion queue (i.e frequently polled)
2016-04-21 14:54:32 -07:00
Craig Tiller 39eb886610 Merge github.com:grpc/grpc into api_fuzzer 2016-04-21 14:53:14 -07:00
Craig Tiller 2b3d33ae8a clang-fmt 2016-04-21 14:51:44 -07:00
Craig Tiller 5421b7999d Initial corpus 2016-04-21 14:51:06 -07:00
Craig Tiller 6321cf2a3c Fix inf loop 2016-04-21 14:37:23 -07:00
murgatroid99 e621f13ecd Simplified ruby interop test files 2016-04-21 14:28:00 -07:00
David Garcia Quintas ee6f4bcd99 Merge branch 'master' of github.com:grpc/grpc into gcc6 2016-04-21 14:15:49 -07:00
Jan Tattermusch 5a56891eb6 Merge pull request #6248 from jtattermusch/cleanup_jenkins_perftests
Cleanup tools/jenkins/run_performance.sh script
2016-04-21 12:55:32 -07:00
Sree Kuchibhotla 1f5e262589 Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier 2016-04-21 12:28:15 -07:00
Eric Richardson 336b744eff Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method 2016-04-21 14:46:59 -04:00
Vijay Pai dfdfe26958 Make sure that there is at least one scenario, otherwise indicates malformed
input
2016-04-21 11:38:31 -07:00
Jan Tattermusch af7a8b62c8 address comments 2016-04-21 10:15:06 -07:00
Jan Tattermusch 962c38787c update script to initialize perf worker 2016-04-21 10:09:06 -07:00
Jan Tattermusch e368d8f5fd Merge pull request #6247 from jtattermusch/benchmark_fail_on_scenario_failure
Actually fail on benchmark scenario failure.
2016-04-21 10:06:30 -07:00