Commit Graph

24860 Commits

Author SHA1 Message Date
Alexander Polcyn 0e2b6a2109 remove debug prints 2017-05-16 17:16:05 -07:00
Alexander Polcyn b2c0b7bc74 constant state watch without timeouts 2017-05-09 22:52:32 -07:00
Matt Kwong 6be9397089 Merge pull request #10847 from matt-kwong/cherry-pick_max_time
Cherry-pick: Allow specifying a maximum run time to run_tests
2017-04-26 17:35:42 -07:00
David G. Quintas 23da3495b0 Merge pull request #10871 from apolcyn/revert_merge_from_master_into_13x
Revert "Merge branch 'master' into v1.3.x"
2017-04-26 14:38:51 -07:00
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
Craig Tiller 8861386b86 Allow specifying a maximum run time to run_tests 2017-04-25 13:49:29 -07:00
Yuchen Zeng 79759fea1a Merge branch 'master' into v1.3.x 2017-04-25 11:08:04 -07:00
Craig Tiller b864e7c41c Merge pull request #10844 from ctiller/PSC
Fixes for test stability (especially microbenchmarks)
2017-04-25 10:19:53 -07:00
Craig Tiller 09ebed7bf4 Ensure port server can shutdown 2017-04-25 10:19:10 -07:00
Craig Tiller a27edc69c3 Ensure port server running 2017-04-25 09:20:30 -07:00
Craig Tiller 9fd7cf5dc3 Recycle ports 2017-04-25 08:45:06 -07:00
Craig Tiller c9c6aa7df0 Be resilient against failed runs 2017-04-25 08:44:56 -07:00
Craig Tiller b56dae554c Allow a longer fetch time for port server 2017-04-25 08:22:24 -07:00
Craig Tiller b219338e54 Merge pull request #10822 from ctiller/threaded_port_server
Threaded port_server
2017-04-24 22:36:05 -07:00
Craig Tiller dc2e0843dc Merge pull request #10826 from ctiller/ubsan
Slow down timers for ubsan builds
2017-04-24 20:50:55 -07:00
MakMukhi c090c619c1 Merge pull request #10644 from MakMukhi/master
Added unit testing support.
2017-04-24 16:36:40 -07:00
makdharma dc36f4df6a Merge pull request #10764 from makdharma/v1.3.x
disable mongoose on v1.3.x
2017-04-24 16:19:56 -07:00
Yang Gao c83346f3c8 Merge pull request #10796 from danzh2010/udpserver2
Add lock to shutdown_fd() callback in udp_server.c
2017-04-24 16:15:42 -07:00
Craig Tiller ec49524269 Add a mutex around allocate_port 2017-04-24 20:55:43 +00:00
Craig Tiller 25149249ec Slow down timers for ubsan builds 2017-04-24 13:42:52 -07:00
Craig Tiller 731adcc0b4 Merge pull request #10584 from ctiller/hybrid
Hybrid CQ support
2017-04-24 12:31:49 -07:00
Vijay Pai e40588d8e9 Merge pull request #10799 from vjpai/buildhealth
Avoid duplication in Bazel rules by using grpc_cc_libraries rule-creator
2017-04-24 11:01:07 -07:00
Craig Tiller ea525ebd39 Threaded port_server 2017-04-24 17:50:32 +00:00
Mark D. Roth 18548b8a0b Merge pull request #10258 from markdroth/service_config_lb_semantics
Fix semantics of LB policy selection.
2017-04-24 08:49:06 -07:00
Craig Tiller c6f6663fb7 Rollback some changes 2017-04-24 08:29:39 -07:00
Craig Tiller 0d46284799 Rollback some changes 2017-04-24 08:24:21 -07:00
Craig Tiller 11c7c1eab9 Merge branch 'hybrid' of github.com:ctiller/grpc into hybrid 2017-04-24 08:20:46 -07:00
Craig Tiller d978a95d3c Merge github.com:grpc/grpc into hybrid 2017-04-24 08:20:03 -07:00
Craig Tiller 7e0e18d21e Merge pull request #10802 from ctiller/proxy
Fix HTTP proxy tests
2017-04-22 06:12:19 -07:00
Craig Tiller 4a1925444d Remove more spam 2017-04-21 19:07:00 -07:00
Craig Tiller b2b4122c03 Remove logging 2017-04-21 19:05:59 -07:00
David G. Quintas c3ddcf28a5 Merge pull request #10801 from dgquintas/demote_handshake
Demote handshake logging msg to DEBUG
2017-04-21 17:22:18 -07:00
Craig Tiller 9c92a69342 Merge pull request #10163 from ctiller/count_now
Track calls to gpr_now()
2017-04-21 15:44:12 -07:00
Craig Tiller add943869a Diff now too 2017-04-21 15:43:55 -07:00
Craig Tiller ee880fd373 Merge github.com:grpc/grpc into count_now 2017-04-21 15:43:27 -07:00
Craig Tiller 1a0b4cf5ee Merge pull request #10777 from ctiller/c++compat1
C++ compatibility fix for tmpfile_posix.c
2017-04-21 15:41:02 -07:00
Craig Tiller 9c1dd5c9e5 Merge pull request #10779 from ctiller/c++compat2
C++ compatibility fix for stack_lockfree.c
2017-04-21 15:40:43 -07:00
Craig Tiller 20cb627339 Fix HTTP proxy tests
- heap allocate the pollset shutdown closure (this may be called asynchronously)
- ensure a poller remains until all endpoints are closed
2017-04-21 15:07:13 -07:00
David Garcia Quintas c3fc8342b1 Demote handshake logging msg to DEBUG 2017-04-21 15:01:18 -07:00
Eric Anderson 401aa08915 doc/interop: Simplify language to fix missed x-user-ip 2017-04-21 14:05:14 -07:00
Eric Anderson 811fcef8ad doc/interop: Fix link for CacheableUnaryCall 2017-04-21 14:05:14 -07:00
Vijay Pai a8749903dd Avoid duplication in build rules by expanding the grpc_cc_libraries rule-creation macro 2017-04-21 18:10:29 +00:00
Muxi Yan 42a95a21e3 Merge pull request #10505 from muxi/move-parsing-queue
Move response message processing to a user-specified queue
2017-04-21 11:06:34 -07:00
Dan Zhang fefd2f2d8b Add make udp_server shutdown_fd() protected by mutex lock. 2017-04-21 13:55:07 -04:00
Vijay Pai 7748faf251 Merge pull request #10639 from vjpai/buildfixes
Fix and test Bazel build rules
2017-04-21 10:50:59 -07:00
Mehrdad Afshari 566fd3b36e Fix markdown in README.md 2017-04-21 10:40:35 -07:00
Yuchen Zeng 59fe8e2246 Merge pull request #10781 from y-zeng/python_cares_x64
Disable c-ares for python on x64 windows
2017-04-21 10:38:12 -07:00
Yang Gao 305e4eba83 Merge pull request #10775 from yang-g/http2_client
Fix http2_interop test for c++ and python
2017-04-21 10:19:26 -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
Mark D. Roth e5db8412f2 Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics 2017-04-21 09:50:49 -07:00