Commit Graph

211 Commits

Author SHA1 Message Date
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a, reversing
changes made to dc36f4df6a.
2017-04-26 14:18:39 -07:00
MakMukhi c090c619c1 Merge pull request #10644 from MakMukhi/master
Added unit testing support.
2017-04-24 16:36:40 -07:00
Mark D. Roth b7f1129cf2 Merge pull request #10742 from markdroth/hash_table
Change slice_hash_table to use linear probing and add unit test.
2017-04-21 10:06:04 -07:00
Noah Eisen a8e567574b Merge branch 'master' of https://github.com/grpc/grpc into yet-another-error-refcount-bug 2017-04-20 15:59:35 -07:00
Craig Tiller dd1729ae0f Merge pull request #10762 from ctiller/c++compat
Add a C++ compatibility check config
2017-04-20 12:48:40 -07:00
Noah Eisen 5e17e4430c Add fuzz test 2017-04-20 12:35:27 -07:00
Craig Tiller 143cfa7792 Disable compression+resource_quota_server tests 2017-04-20 11:32:40 -07:00
Craig Tiller 2f269ec781 Rollback rqs change: may have been too aggressive 2017-04-20 08:03:08 -07:00
Craig Tiller d47be446d7 Speed up tests 2017-04-19 17:26:24 -07:00
Mark D. Roth 0c0b89a88b Change hash table to use linear probing and add unit test.
Also add some missing rules in test/core/slice/BUILD.
2017-04-19 13:28:24 -07:00
Mahak Mukhi a68829023c more sanity
trying to fix some sanity

nope that didn't work

fixing test failiures

added debug code

more trail and error

more trial and error

cleaning debug code
2017-04-15 19:09:45 -07:00
David Garcia Quintas 53af23cfbf Improvements to Fake Resolver 2017-04-15 10:29:46 -07:00
Yang Gao 940b2bd06e Merge pull request #10634 from yang-g/fuzz2
Disallow empty method slice in api_fuzzer
2017-04-14 15:29:52 -07:00
yang-g f84ea39b35 merge with head 2017-04-14 10:37:32 -07:00
Craig Tiller 93b06d7ac1 Add a C++ compatibility check config 2017-04-13 11:16:29 -07:00
yang-g 6163da5135 Disallow empty method slice in api_fuzzer 2017-04-13 09:41:17 -07:00
Craig Tiller 7c0cbad3f2 Merge github.com:grpc/grpc into minimal_test 2017-04-13 06:51:50 -07:00
Jan Tattermusch b78e80c096 Merge pull request #10514 from jtattermusch/fix_1mb_scenarios
Fix 1MB perf scenarios
2017-04-13 11:04:48 +02:00
yang-g f3d9b4808a Fix buffer overflow https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=973 2017-04-12 15:24:57 -07:00
yang-g eceec8eaf6 Add helper function to supply and parse error_details from Status. 2017-04-11 16:07:24 -07:00
Craig Tiller d9c36b6d09 Merge github.com:grpc/grpc into minimal_test 2017-04-07 16:25:21 -07:00
Noah Eisen 55a61e43b9 Merge pull request #10492 from ncteisen/error-overflow
Fix Error Overflow Bug
2017-04-07 08:24:26 -07:00
Craig Tiller 5f399d173b Merge github.com:grpc/grpc into minimal_test 2017-04-07 06:46:08 -07:00
Jan Tattermusch 58aa2cb8f1 fix 1MB perf scenarios 2017-04-07 13:54:51 +02:00
Noah Eisen c6ec1155d0 Fix error overflow bug 2017-04-06 10:49:29 -07:00
Sree Kuchibhotla 084c51e888 Merge branch 'master' into bm_cq_multi_threads 2017-04-05 17:17:54 -07:00
Craig Tiller 0357187b4e Merge github.com:grpc/grpc into minimal_test 2017-04-05 12:24:25 -07:00
Sree Kuchibhotla 3c754e4716 Microbenchmark for measuring impact of multiple threads calling cq_next 2017-04-04 13:58:02 -07:00
Yuchen Zeng b0c2225336 generate projects 2017-04-04 11:08:19 -07:00
Craig Tiller 29ebc57554 Merge branch 'minimal' into minimal_test 2017-04-04 08:00:55 -07:00
Yuchen Zeng af5c505fc1 Add bad_ping test, fix ping test 2017-04-04 00:03:28 -07:00
Craig Tiller 0e101ea8a3 Merge branch 'minimal' into minimal_test 2017-04-03 15:05:22 -07:00
Vijay Pai 45a9abae95 Add option to limit # of messages per stream with tests 2017-04-03 14:24:53 -07:00
Jan Tattermusch ef0b2ed1c3 Merge pull request #10380 from jtattermusch/ping_pong_1mb
Add 1MB ping pong scenarios
2017-04-03 18:02:49 +02:00
Craig Tiller 494e72d6b4 Add a minimal stack test 2017-04-03 08:43:22 -07:00
David G. Quintas c4f4601809 Merge pull request #9838 from dgquintas/fuzzer_remove_asserts
Don't assert over invalid channel args
2017-04-02 20:00:50 -07:00
Vijay Pai 59f036dc52 Merge pull request #9875 from vjpai/unary
Synthetic benchmark for coordinator-worker workload
2017-03-31 16:05:58 -07:00
David G. Quintas 2035c2b48a Merge pull request #10375 from dgquintas/fix_fuzzer_961
Fix oss-fuzz/961
2017-03-31 13:28:54 -07:00
Vijay Pai 47fc606d11 Performance model of coordinator-worker use case 2017-03-31 11:03:16 -07:00
Yuchen Zeng 6715a15fe1 Merge pull request #10318 from y-zeng/server_channel_max_age
Max age for server channels
2017-03-31 10:59:04 -07:00
Jan Tattermusch 46df13b4a3 add 1mb ping pong scenarios 2017-03-31 10:32:23 +02:00
David Garcia Quintas 228a5142c1 Don't assert over invalid channel args 2017-03-30 19:43:00 -07:00
Craig Tiller d4387c0075 codgen 2017-03-30 17:00:43 -07:00
David Garcia Quintas fde5dbb681 Fixed oss-fuzz/961 2017-03-30 11:39:30 -07:00
Vijay Pai 05222512d7 Add C++ large message tests to PRs and master 2017-03-30 10:18:29 -07:00
Yuchen Zeng 3835d13788 Fix the test condition for max_connection_idle test 2017-03-29 11:38:58 -07:00
yang-g aab6992c00 Remove call from sibling list when it is not first child. 2017-03-29 10:43:29 -07:00
Yuchen Zeng b2caafc911 Add max_connection_idle test 2017-03-29 01:58:13 -07:00
Yuchen Zeng 22321fc7e5 Add max_connection_age end2end test 2017-03-28 19:10:09 -07:00
Yang Gao b838bb2411 Merge pull request #10337 from yang-g/autofuzz
Clamp memory usage estimate
2017-03-28 15:51:27 -07:00