Commit Graph

1643 Commits

Author SHA1 Message Date
Mark D. Roth 5e258bf32b clang-format 2016-10-14 14:59:19 -07:00
David G. Quintas 4a8cf1dc66 Merge pull request #8348 from dgquintas/new_lb_md_keys
Renamed LB-related metadata keys
2016-10-14 13:34:57 -07:00
David Garcia Quintas fd7caf5708 Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys 2016-10-14 00:07:31 -07:00
Noah Eisen 83dd3aa7e0 changed whitespace 2016-10-12 15:40:11 -07:00
Noah Eisen 40860c4488 reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in 2016-10-12 15:38:46 -07:00
Noah Eisen f8ffbf62a2 also reverted interop server, since mark had already made the changes I did in an un merged pull request 2016-10-12 15:32:42 -07:00
Noah Eisen cece9c7368 manually fixed merge conflict. caused by the addition of a different new interop test 2016-10-12 15:04:45 -07:00
David Garcia Quintas b5299976c1 Fixed clang-format sanity error 2016-10-12 14:13:42 -07:00
makdharma 5ef0c0041f Merge pull request #8101 from makdharma/cacheable_unary
Add interop test for Cacheable Unary Calls
2016-10-12 10:53:56 -07:00
David Garcia Quintas a3654db631 Renamed LB-related metadata keys 2016-10-11 15:55:40 -07:00
Noah Eisen 2cef11c667 added status request ability to the FullDuplexCall so that cpp server can pass the node client's status_code_and_message test 2016-10-07 15:35:48 -07:00
Mark D. Roth 70c0b32c0f Merge pull request #8219 from markdroth/fail_fast
Change C++ API to expose wait_for_ready instead of fail_fast.
2016-10-07 13:06:59 -07:00
Craig Tiller 624f4ba76d Add missing delete 2016-10-06 11:56:54 -07:00
Mark D. Roth 4bcdd73df6 Merge remote-tracking branch 'upstream/master' into fail_fast 2016-10-06 07:56:05 -07:00
Yuchen Zeng a2e50c5b85 Merge pull request #8190 from y-zeng/proto_db
Improve ProtoReflectionDescriptorDatabase
2016-10-05 13:39:02 -07:00
Yuchen Zeng d7c8c2bf94 Merge remote-tracking branch 'upstream/master' into proto_db 2016-10-04 16:34:40 -07:00
David Garcia Quintas e5b4c26ef7 more usage of std::string 2016-10-04 13:44:18 -07:00
David Garcia Quintas f042481403 s/std::string/grpc::string 2016-10-04 13:33:46 -07:00
Mark D. Roth 94ba752883 Merge remote-tracking branch 'upstream/master' into fake_resolver 2016-10-04 07:20:44 -07:00
David G. Quintas 1d06e82aa0 Merge pull request #8253 from dgquintas/grpclb_deadline_n_massage
More gRPC LB bugfixes and groundwork for deadline propagation
2016-10-03 20:23:25 -07:00
Mark D. Roth da0ec8222e Add fake resolver for tests. 2016-10-03 11:32:04 -07:00
Yuchen Zeng 9070ab6610 Merge pull request #8247 from y-zeng/proto_db_check_service
Handle partially exposed reflection service in gRPC CLI
2016-10-03 11:24:22 -07:00
Makarand Dharmapurikar b58c2db616 yet another gcc 4.4 compile fix. 2016-09-30 16:21:11 -07:00
David Garcia Quintas bd57bba0c2 Use a reasonable deadline in grpclb test 2016-09-30 14:44:56 -07:00
Makarand Dharmapurikar c9beacadb1 fix for gcc 4.4 warning 2016-09-30 11:26:13 -07:00
Yuchen Zeng 7cd90c6816 Print more information about ambiguous method names 2016-09-29 18:31:19 -07:00
Yuchen Zeng 6679d78997 Handle partially exposed reflection service 2016-09-29 15:47:37 -07:00
Noah Eisen 98b3663f6c Fixed type in comments 2016-09-29 14:00:47 -07:00
Noah Eisen 0adb728083 removed check for status error message. Investigating why node servers send messages back that are not empty 2016-09-29 12:01:11 -07:00
Noah Eisen 005eec73a7 Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests 2016-09-28 14:25:57 -07:00
Noah Eisen 02e70ed120 changed method name in test.proto to more accurately reflect how the calls will be used 2016-09-28 14:17:25 -07:00
Mark D. Roth 5db24978b6 Merge remote-tracking branch 'upstream/master' into fail_fast 2016-09-28 13:21:31 -07:00
Yuchen Zeng a4aebf873e Remove unused inclusion 2016-09-28 13:20:18 -07:00
Makarand Dharmapurikar af564a1e92 changed timestamp clock from REALTIME to PRECISE
to increase robustness
2016-09-28 12:50:37 -07:00
Noah Eisen a27eb1d07a added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py 2016-09-28 12:19:52 -07:00
Makarand Dharmapurikar 012fc18be9 doc fixes and max-age set to 60 2016-09-28 10:46:27 -07:00
David Garcia Quintas 55ba14a785 Use the server's name as the service name for gRPC LB 2016-09-27 18:45:30 -07:00
Makarand Dharmapurikar 42511cfd8b Addressed review feedback
1. modified documentation
2. changed test slightly to make it more robust to accidental cache hits
2016-09-27 18:15:54 -07:00
Yuchen Zeng 15bc4627de Rename variables ... again 2016-09-27 16:22:35 -07:00
Yuchen Zeng e529ea3928 Rename variables 2016-09-27 16:18:11 -07:00
Mark D. Roth 9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 2016-09-27 13:07:00 -07:00
Craig Tiller af9da92a60 Dont run benchmarks outside of linux for now 2016-09-27 12:47:19 -07:00
Craig Tiller 91bb6241ab Reduce # of benchmarks run as Jenkins unit tests 2016-09-27 12:46:08 -07:00
Nicolas Noble 3af0908140 Merge pull request #7928 from yang-g/void_cast
Prevent some compilers compaining unused return value
2016-09-26 16:02:04 -07:00
Yuchen Zeng 27170357ab Improve ProtoReflectionDescriptorDatabase 2016-09-23 14:14:18 -07:00
yang-g e267f86c43 Properly init variable 2016-09-22 14:15:46 -07:00
Yuchen Zeng 84d55b30cc clang-format 2016-09-21 16:19:20 -07:00
Yuchen Zeng 1724ef07f3 Fix portibality issues 2016-09-21 14:15:27 -07:00
Yuchen Zeng 24129f010c Merge remote-tracking branch 'upstream/master' into cli_list 2016-09-21 14:10:47 -07:00
Yuchen Zeng 8a26592beb Merge pull request #7899 from y-zeng/cli_type
gRPC CLI type command
2016-09-21 12:15:06 -07:00