Commit Graph

396 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 14ff003ae4 Merge pull request #10751 from ctiller/speedup-build
Speed up tests
2017-04-20 12:23:45 -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
Craig Tiller 06a30eef36 Merge github.com:grpc/grpc into cpparena 2017-04-19 14:40:20 -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 a0cabfcad7 trial and error 2017-04-18 15:43:11 -07:00
Mahak Mukhi b28ddaf9a9 trial and error 2017-04-18 15:38:02 -07:00
Mahak Mukhi fb059a2782 discovered generate_projects.sh script! 2017-04-18 14:40:00 -07:00
Craig Tiller cac4e178fd Merge github.com:grpc/grpc into cpparena 2017-04-18 13:39:18 -07:00
Mahak Mukhi 32da70d9af more trial and error for sanity 2017-04-18 10:50:14 -07:00
yang-g 6bc701659c Remove status_helper as it is not needed any more 2017-04-18 10:36:36 -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
Mahak Mukhi c5eee16814 more sanity fixes 2017-04-14 17:02:26 -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
Craig Tiller 2c6f63731c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -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 Gao 7f2a15a6f9 Merge pull request #10586 from yang-g/error_details2
Add helper function to supply and parse error_details from Status.
2017-04-12 17:11:02 -07: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
Craig Tiller b3d308b9a1 Merge github.com:grpc/grpc into cpparena 2017-04-12 15:16:35 -07:00
Craig Tiller 80233bfde5 Merge github.com:grpc/grpc into minimal_test 2017-04-12 14:55:17 -07:00
Craig Tiller f0721657ff Merge github.com:grpc/grpc into truebin 2017-04-12 08:41:29 -07:00
Craig Tiller c20fa90c60 Merge github.com:grpc/grpc into cpparena 2017-04-12 06:44:00 -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 440df1048a Merge github.com:grpc/grpc into minimal_test 2017-04-11 09:55:16 -07:00
Craig Tiller 6b99d80410 Merge pull request #10501 from ctiller/epex2
Split event notification out of ev_epoll_linux.c
2017-04-11 09:53:41 -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
Craig Tiller 71d6ce65d4 Merge deadline_init/deadline_start 2017-04-06 09:10:09 -07:00
Craig Tiller a24b971214 Rename compress_filter --> message_compress_filter 2017-04-06 09:03:21 -07:00
Craig Tiller 376887d213 Split event notification out of ev_epoll_linux.c 2017-04-06 08:27:03 -07:00
Sree Kuchibhotla 084c51e888 Merge branch 'master' into bm_cq_multi_threads 2017-04-05 17:17:54 -07:00
Craig Tiller f3ba6a0133 Fix sanity 2017-04-05 12:29:06 -07:00
Craig Tiller 0357187b4e Merge github.com:grpc/grpc into minimal_test 2017-04-05 12:24:25 -07:00
Craig Tiller edfce58afb Merge github.com:grpc/grpc into truebin 2017-04-05 06:49:43 -07:00
Craig Tiller 8d4b9819e0 Merge github.com:grpc/grpc into cpparena 2017-04-05 06:37:13 -07:00