Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
18ce9d65ef8ee34f31fb9e5fd82718247061ad2a
/
test
/
cpp
a89bf50
Handle cancel before start case
by yang-g
· 9 years ago
5dc96fb
Comments
by David Garcia Quintas
· 9 years ago
5de1616
Fix naming issue in stress_test
by David Garcia Quintas
· 9 years ago
fba20c9
Address some review comments about signal and restoring qps_test_with_poll
by vjpai
· 9 years ago
3affddd
Add secure testing to sweep
by vjpai
· 9 years ago
f8603ad
Secure performance testing for C++ is in the hizzouse!
by vjpai
· 9 years ago
4540743
Better reasonable default
by vjpai
· 9 years ago
783c144
Fix up single run test Enable reasonable default if resp size not specified
by vjpai
· 9 years ago
ce84670
clang-format
by Vijay Pai
· 9 years ago
780a7f2
Add in security support, make payload protos configurable
by vjpai
· 9 years ago
d08a738
Cleanup some names
by vjpai
· 9 years ago
9b14e15
Merge commit '6bf1de9' into protosplit
by vjpai
· 9 years ago
6bf1de9
Mark a method with GRPC_OVERRIDE to avoid compiler warning
by vjpai
· 9 years ago
aa39192
Cleanup directory and make minor changes
by vjpai
· 9 years ago
11537dc
Merge remote-tracking branch 'upstream/master' into protosplit
by vjpai
· 9 years ago
72a6332
QPS worker no longer needs to specify server port on command line. This is part
by vjpai
· 9 years ago
119c103
Split up into a new service proto, use proper service suffix, add a
by vjpai
· 9 years ago
754751e
Numerous proto changes to make things more sane and fix some outstanding issues
by vjpai
· 9 years ago
ceced33
Merge pull request #3962 from sreecha/skip_stress_tests
by Nicolas Noble
· 9 years ago
f51ea7a
Explicitly use grpc::string instead of std::string to be consistent with other test code
by Sree Kuchibhotla
· 9 years ago
117c8af
Skip running stress_tests on jenkins by run_tests.py (This will fix the
by Sree Kuchibhotla
· 9 years ago
ba4290a
Removed 'using' conflicting with import
by David Garcia Quintas
· 9 years ago
e6cd0e7
Return success if there are no test cases to run
by Sree Kuchibhotla
· 9 years ago
1190624
Fix the error reported by tools/run_tests/check_sources_and_headers.py
by Sree Kuchibhotla
· 9 years ago
41b2143
Address code review comment
by Sree Kuchibhotla
· 9 years ago
7f729f5
Merge branch 'master' into stress_tests_new
by Sree Kuchibhotla
· 9 years ago
52bfb25
Split qpstest.proto into two parts - one for performance stats and
by vjpai
· 9 years ago
ac7edec
Add an option to reuse the TestService::Stub in interop client class
by Sree Kuchibhotla
· 9 years ago
2bc3ac3
Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new
by Sree Kuchibhotla
· 9 years ago
fbc376f
Interop stress tests
by Sree Kuchibhotla
· 9 years ago
0cc1341
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
by vjpai
· 9 years ago
728a610
Interop stress tests
by Sree Kuchibhotla
· 9 years ago
5f9e979
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
by David Garcia Quintas
· 9 years ago
9c97aae
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
by David Garcia Quintas
· 9 years ago
2b15f1e
Merge github.com:grpc/grpc into latent-see
by Craig Tiller
· 9 years ago
0ba432d
Move profiling system to gpr
by Craig Tiller
· 9 years ago
1f41b6b
Simplify adding annotations, annotate more things
by Craig Tiller
· 9 years ago
1f0846d
Merge pull request #3692 from dgquintas/inspector_fail
by Sree Kuchibhotla
· 9 years ago
df58c81
Merge pull request #3698 from ctiller/qps_test_be_locky
by Vijay Pai
· 9 years ago
0c33188
Hid test-only functions from surface/call.h
by David Garcia Quintas
· 9 years ago
b37391e
Merge github.com:grpc/grpc into latent-see
by Craig Tiller
· 9 years ago
7a0ae4c
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
by David Garcia Quintas
· 9 years ago
86253ca
Latency traces
by Craig Tiller
· 9 years ago
7fd0fd5
C++ Alarm implementation (with tests).
by David Garcia Quintas
· 9 years ago
a006b5f
change default value of use_test_ca
by yang-g
· 9 years ago
b17b7f4
Add a timeout to benchmark test runs
by Craig Tiller
· 9 years ago
92981d5
remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec
by yang-g
· 9 years ago
91054e6
Merge pull request #3627 from yang-g/flake2
by Craig Tiller
· 9 years ago
c046103
The Writes may return false after the server cancels the stream
by yang-g
· 9 years ago
1f8efa2
Merge pull request #3386 from yang-g/enable_ssl
by Jan Tattermusch
· 9 years ago
7a94236
Merge pull request #3556 from ctiller/clangf
by Vijay Pai
· 9 years ago
035cf09
enable_ssl to use_tls
by yang-g
· 9 years ago
0d55750
Maybe it is already ready when we call getstatus
by yang-g
· 9 years ago
b7a5977
Merge github.com:grpc/grpc into clangf
by Craig Tiller
· 9 years ago
f37cac7
Merge pull request #3565 from yang-g/end2end_test
by Vijay Pai
· 9 years ago
8423203
For compatibility with gcc-4.4, eliminate use of sleep_for and std::atomic
by Vijay Pai
· 9 years ago
bf22e0e
remove anonymous namespace in anonymous namespace
by yang-g
· 9 years ago
88d5d52
add tls and proxy as dimensions of end2end test
by yang-g
· 9 years ago
71a0f9d
Fix clang-format script
by Craig Tiller
· 9 years ago
fa6e70f
Remove one pessimizing std::move
by Vijay Pai
· 9 years ago
0f9a118
Merge pull request #3474 from ctiller/clang_format
by Nicolas Noble
· 9 years ago
b09a875
Merge pull request #3476 from vjpai/block_annotate
by Yang Gao
· 9 years ago
dd69342
Merge github.com:grpc/grpc into clang_format
by Craig Tiller
· 9 years ago
3ca49d2
Add a todo regarding a C++ block annotation
by vjpai
· 9 years ago
ddf3a51
Add clang-format to sanity
by Craig Tiller
· 9 years ago
b0bd53a
Merge github.com:grpc/grpc into shindig
by Craig Tiller
· 9 years ago
8b0b6f4
It is a bad idea to have a map with string_refs as output params.
by Julien Boeuf
· 9 years ago
10ee274
Merge github.com:grpc/grpc into we-are-one
by Craig Tiller
· 9 years ago
f9dd54c
Merge pull request #3378 from yang-g/connection_failure_detection
by Craig Tiller
· 9 years ago
78bddc6
Add empty_stream test case
by yang-g
· 9 years ago
5e8abed
use seconds
by yang-g
· 9 years ago
d886f33
add a test
by yang-g
· 9 years ago
fd2f733
Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin
by Julien Boeuf
· 9 years ago
1928d49
Adding C++ tests and fixing a few things.
by Julien Boeuf
· 9 years ago
8cf0ed0
Fix mac build
by Craig Tiller
· 9 years ago
138de60
Merge pull request #3174 from vjpai/shutitdown2
by Craig Tiller
· 9 years ago
8df8500
Merge pull request #3218 from yang-g/interop
by David G. Quintas
· 9 years ago
2311d49
Merge pull request #3186 from grpc/release-0_11
by Craig Tiller
· 9 years ago
8e1e227
Merge remote-tracking branch 'upstream/master' into interop
by yang-g
· 9 years ago
59588c6
Removing pessimizing moves.
by Nicolas "Pixel" Noble
· 9 years ago
d55ce14
Merge remote-tracking branch 'upstream/master' into interop
by yang-g
· 9 years ago
201ef59
more changes
by yang-g
· 9 years ago
867d0c1
Fix auth tests
by yang-g
· 9 years ago
93ddc61
Fix compilation
by Craig Tiller
· 9 years ago
7fa5167
Removing pessimizing moves.
by Nicolas "Pixel" Noble
· 9 years ago
1fdb05b
Merge github.com:grpc/grpc into daisy-dukes
by Craig Tiller
· 9 years ago
d514b21
Put timeout on server shutdown
by vjpai
· 9 years ago
1ebb7c8
Hand-written changes
by Craig Tiller
· 9 years ago
a4517a2
Remove C++11isms
by Craig Tiller
· 9 years ago
6157565
Merge github.com:grpc/grpc into daisy-dukes
by Craig Tiller
· 9 years ago
0d47192
Fixing headers and paths after merge with upstream.
by Julien Boeuf
· 9 years ago
821de34
Addressing comments.
by Julien Boeuf
· 9 years ago
5be92a3
Shuffling headers around.
by Julien Boeuf
· 9 years ago
97cd4ae
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
by Julien Boeuf
· 9 years ago
6c7185d
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
by Julien Boeuf
· 9 years ago
68ff03a
Fixing AuthContext tests.
by Julien Boeuf
· 9 years ago
a883ccf
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
by Julien Boeuf
· 9 years ago
0c711ad
Adding C++ metadata processor.
by Julien Boeuf
· 9 years ago
89d5610
Merge pull request #3104 from yang-g/create_channel
by Craig Tiller
· 9 years ago
421738b
Addressing comments, round 2.
by Julien Boeuf
· 9 years ago
Next »