Commit Graph

22379 Commits

Author SHA1 Message Date
Craig Tiller 8300071b4b Run call_create benchmarks 2017-02-23 06:34:34 -08:00
Craig Tiller cff371aa2e Merge pull request #9794 from eduherminio/master
Fix compile error - possible uninitialized variable
2017-02-22 22:59:48 -08:00
Craig Tiller d82c18894a Merge pull request #9737 from ctiller/bm_call_create
Call creation/destruction benchmark
2017-02-22 19:08:46 -08:00
David G. Quintas 901e48ad5f Merge pull request #9748 from dgquintas/transport_unavailable
Transport closure results in UNAVAILABLE from client, not INTERNAL
2017-02-22 17:23:06 -08:00
David G. Quintas f0355bfa0e Merge pull request #9739 from dgquintas/traceback_port_server
Port server missing import
2017-02-22 17:16:57 -08:00
Craig Tiller 385b00932c Cleanup 2017-02-22 13:45:01 -08:00
David G. Quintas 25bbef639e Merge pull request #9802 from dgquintas/run_tests_logging_AGAIN
Fix wrong way of logging cmd failures in run_tests.py
2017-02-22 12:59:20 -08:00
Mark D. Roth 674237e30e Merge pull request #9824 from markdroth/service_config_json_comment_fix
Use '//' for JSON comments.
2017-02-22 12:15:22 -08:00
Craig Tiller 2ec37e1bdb Fix memory leak 2017-02-22 10:26:52 -08:00
David Garcia Quintas e8d851facf Merge branch 'master' of github.com:grpc/grpc into run_tests_logging_AGAIN 2017-02-22 10:22:21 -08:00
David G. Quintas 81f81c26f6 Merge pull request #9783 from dgquintas/bazel_gflags
add gflags to bazel
2017-02-22 10:19:58 -08:00
Muxi Yan 79ebdf4b2e Merge pull request #9772 from muxi/build-fix
Fix flakiness in testPacketCoalescing
2017-02-22 09:53:45 -08:00
Craig Tiller eb022becae Fix compile 2017-02-22 08:08:53 -08:00
Mark D. Roth 8cf002a989 Use '//' for JSON comments. 2017-02-22 07:30:43 -08:00
matt-kwong a1861f0d78 Merge pull request #9676 from matt-kwong/internal-ci-update
Increase test timeout duration for internal CI
2017-02-21 17:55:50 -08:00
yongni 05f8d38d28 Merge pull request #9805 from yongni/master
Splitted grpc_interop test setup for Kokoro into multiple jobs and skipped *_to_prod tests.
2017-02-21 16:57:59 -08:00
Craig Tiller 1d77399656 Fix copyright 2017-02-21 16:36:51 -08:00
Craig Tiller 21dd43a1cd Merge github.com:grpc/grpc into bm_call_create 2017-02-21 16:06:13 -08:00
Craig Tiller 8b01e8f5e6 Merge pull request #9708 from ctiller/bm_cq
Add microbenchmark of single-threaded CQ operations
2017-02-21 16:05:50 -08:00
David Garcia Quintas 388b24d5a1 Added gflags dependency to test_config 2017-02-21 14:58:32 -08:00
Yang Gao 09b8342496 Merge pull request #9746 from yang-g/handshake_mgr
Contain the links for the pending handshake managers inside handshake…
2017-02-21 14:47:55 -08:00
David Garcia Quintas e84d421309 Merge branch 'master' of github.com:grpc/grpc into bazel_gflags 2017-02-21 14:41:31 -08:00
Muxi Yan 84b4214f1a Fix flakiness in testPacketCoalescing 2017-02-21 13:46:10 -08:00
Craig Tiller 1096672527 Merge pull request #9808 from ctiller/rmw
Fix typo
2017-02-21 13:33:53 -08:00
Craig Tiller 0b58a16da2 Merge pull request #9770 from ctiller/this-was-a-good-idea-that-wasnt
Remove internal api canaries: they have never solved anything for us
2017-02-21 13:33:39 -08:00
Craig Tiller ebcba69bc0 Fix typo 2017-02-21 13:31:24 -08:00
Craig Tiller 9342dc43dd Merge pull request #9801 from ctiller/rmw
Add counters for rmw atomic operations to microbenchmarks
2017-02-21 13:30:16 -08:00
Yong Ni facc5c72ea Tue Feb 21 12:19:48 PST 2017 2017-02-21 12:19:48 -08:00
Yong Ni 5d4470c1d7 Merge branch 'master' of github.com:grpc/grpc 2017-02-21 12:16:34 -08:00
Yong Ni 30192a35cf Breaking grpc_interop into multiple Kokoro jobs 2017-02-21 12:13:41 -08:00
Eduardo Caceres a2b0e56823 Correct formatting 2017-02-21 20:33:40 +01:00
David Garcia Quintas 0727c1008a Fix wrong way of logging cmd failures in run_tests.py 2017-02-21 10:48:35 -08:00
Craig Tiller 7f4d30a032 Separate CAS/ADD RMWs 2017-02-21 10:24:00 -08:00
apolcyn e96b6a2477 Merge pull request #9723 from vyper/patch-1
Fix class name on documentation
2017-02-21 10:08:26 -08:00
Craig Tiller 3d826b9e0a Fix script to track atomic rmws 2017-02-21 10:05:59 -08:00
Craig Tiller f3dec9c995 Add counters for rmw atomic operations to microbenchmarks 2017-02-21 10:02:31 -08:00
Craig Tiller 04bd54ac91 Merge pull request #9777 from ctiller/we-have-better-methods-now
Remove dead code
2017-02-21 08:31:58 -08:00
David G. Quintas 569834d3ad Merge pull request #9765 from dgquintas/disable_lb_policies_test
Temporarily disable lb policies test
2017-02-20 22:19:24 -08:00
Eduardo Cáceres de la Calle ca46879928 fix compile error 2017-02-20 18:42:17 +01:00
Craig Tiller 9b836ddd69 Merge github.com:grpc/grpc into this-was-a-good-idea-that-wasnt 2017-02-18 15:14:58 -08:00
Craig Tiller c92290329f Merge github.com:grpc/grpc into we-have-better-methods-now 2017-02-18 15:13:59 -08:00
Yang Gao 36ffc6e0f7 Merge pull request #9205 from yang-g/health
C++ default health checking service.
2017-02-17 21:42:55 -08:00
David Garcia Quintas e9932d4744 add gflags to bazel 2017-02-17 16:50:23 -08:00
Craig Tiller c74dfc328c Merge pull request #9782 from ctiller/faster-latency
Speed up latency profiling (and tune down the memory usage)
2017-02-17 16:32:26 -08:00
Craig Tiller ece502fa12 Speed up latency profiling (and tune down the memory usage) 2017-02-17 16:20:50 -08:00
Craig Tiller 221edc1e5b Remove dead code 2017-02-17 13:58:19 -08:00
Sree Kuchibhotla dc55e1fed0 Merge pull request #9775 from ctiller/cpp_bazelness
C++ Bazel files
2017-02-17 13:37:03 -08:00
Nicolas Noble a03792f194 Merge pull request #9771 from nicolasnoble/build_cpp_util
Initial test/cpp/util/BUILD file.
2017-02-17 13:36:30 -08:00
Craig Tiller 05fbe3c518 Get gtest building with Bazel, add first test in test/cpp/common/BUILD 2017-02-17 13:27:21 -08:00
Craig Tiller dfc217528e Merge branch 'bazelness' into cpp_bazelness 2017-02-17 13:00:59 -08:00