index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
Commit message (
Expand
)
Author
Age
...
*
|
|
QPS worker no longer needs to specify server port on command line. This is part
vjpai
2015-10-29
*
|
|
Split up into a new service proto, use proper service suffix, add a
vjpai
2015-10-29
*
|
|
Numerous proto changes to make things more sane and fix some outstanding issues
vjpai
2015-10-28
|
*
|
Merge pull request #3962 from sreecha/skip_stress_tests
Nicolas Noble
2015-10-26
|
|
\
\
|
*
|
|
Explicitly use grpc::string instead of std::string to be consistent with othe...
Sree Kuchibhotla
2015-10-26
|
|
*
|
Skip running stress_tests on jenkins by run_tests.py (This will fix the
Sree Kuchibhotla
2015-10-26
|
|
/
/
|
*
|
Removed 'using' conflicting with import
David Garcia Quintas
2015-10-23
|
*
|
Return success if there are no test cases to run
Sree Kuchibhotla
2015-10-22
|
*
|
Fix the error reported by tools/run_tests/check_sources_and_headers.py
Sree Kuchibhotla
2015-10-22
|
*
|
Address code review comment
Sree Kuchibhotla
2015-10-22
|
*
|
Merge branch 'master' into stress_tests_new
Sree Kuchibhotla
2015-10-22
|
|
\
\
*
|
|
|
Split qpstest.proto into two parts - one for performance stats and
vjpai
2015-10-21
|
|
/
/
|
/
|
|
|
*
|
Add an option to reuse the TestService::Stub in interop client class
Sree Kuchibhotla
2015-10-20
|
*
|
Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new
Sree Kuchibhotla
2015-10-19
|
|
\
\
|
*
|
|
Interop stress tests
Sree Kuchibhotla
2015-10-19
*
|
|
|
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
vjpai
2015-10-19
|
/
/
/
|
|
*
Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change
Julien Boeuf
2015-10-17
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
Interop stress tests
Sree Kuchibhotla
2015-10-16
|
/
/
*
|
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
David Garcia Quintas
2015-10-13
|
\
\
*
\
\
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
David Garcia Quintas
2015-10-12
|
\
\
\
|
|
|
*
Fixing zookeeper tests as well.
Julien Boeuf
2015-10-12
|
|
|
*
Fixing Cpp tests.
Julien Boeuf
2015-10-12
|
|
|
/
|
|
/
|
|
|
*
Merge github.com:grpc/grpc into latent-see
Craig Tiller
2015-10-09
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Move profiling system to gpr
Craig Tiller
2015-10-09
|
|
*
Simplify adding annotations, annotate more things
Craig Tiller
2015-10-09
|
*
|
Merge pull request #3692 from dgquintas/inspector_fail
Sree Kuchibhotla
2015-10-09
|
|
\
\
|
*
\
\
Merge pull request #3698 from ctiller/qps_test_be_locky
Vijay Pai
2015-10-08
|
|
\
\
\
|
|
|
*
|
Hid test-only functions from surface/call.h
David Garcia Quintas
2015-10-08
|
|
|
|
*
Merge github.com:grpc/grpc into latent-see
Craig Tiller
2015-10-08
|
|
|
|
|
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
David Garcia Quintas
2015-10-08
|
\
|
|
|
|
|
|
|
|
*
Latency traces
Craig Tiller
2015-10-08
|
|
|
|
/
*
|
|
/
C++ Alarm implementation (with tests).
David Garcia Quintas
2015-10-07
|
|
_
|
/
|
/
|
|
|
*
|
change default value of use_test_ca
yang-g
2015-10-07
|
|
*
Add a timeout to benchmark test runs
Craig Tiller
2015-10-07
|
|
/
|
/
|
|
*
remove flag use_prod_roots in interop test and add use_test_ca per the intero...
yang-g
2015-10-06
|
/
*
Merge pull request #3627 from yang-g/flake2
Craig Tiller
2015-10-05
|
\
|
*
The Writes may return false after the server cancels the stream
yang-g
2015-10-02
*
|
Merge pull request #3386 from yang-g/enable_ssl
Jan Tattermusch
2015-10-02
|
\
\
*
\
\
Merge pull request #3556 from ctiller/clangf
Vijay Pai
2015-10-01
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
enable_ssl to use_tls
yang-g
2015-10-01
*
|
|
Maybe it is already ready when we call getstatus
yang-g
2015-10-01
|
|
/
|
/
|
|
*
Merge github.com:grpc/grpc into clangf
Craig Tiller
2015-10-01
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #3565 from yang-g/end2end_test
Vijay Pai
2015-09-30
|
\
\
*
|
|
For compatibility with gcc-4.4, eliminate use of sleep_for and
Vijay Pai
2015-09-29
|
*
|
remove anonymous namespace in anonymous namespace
yang-g
2015-09-29
|
*
|
add tls and proxy as dimensions of end2end test
yang-g
2015-09-29
|
/
/
|
*
Fix clang-format script
Craig Tiller
2015-09-28
*
|
Remove one pessimizing std::move
Vijay Pai
2015-09-28
|
/
*
Merge pull request #3474 from ctiller/clang_format
Nicolas Noble
2015-09-25
|
\
*
\
Merge pull request #3476 from vjpai/block_annotate
Yang Gao
2015-09-25
|
\
\
[prev]
[next]