Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
08b0e667ecc1bdb990d2a26a30842291b1699b03
/
test
/
cpp
9038101
Merge pull request #1494 from ctiller/the-churnening
by Yang Gao
· 9 years ago
9b75c66
Merge pull request #1489 from ctiller/all-the-small-things
by Yang Gao
· 9 years ago
aef386b
Merge pull request #1530 from ctiller/async-fail
by Vijay Pai
· 9 years ago
5f871ac
Merge github.com:grpc/grpc into the-churnening
by Craig Tiller
· 9 years ago
e9da2ee
Merge github.com:grpc/grpc into all-the-small-things
by Craig Tiller
· 9 years ago
2bac1f8
Merge pull request #1470 from vjpai/stream_ctx
by Craig Tiller
· 9 years ago
f51199f
Increase test timeout
by Craig Tiller
· 9 years ago
9b015dc
Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc into dgquintas-standalone_benchmarks
by Craig Tiller
· 9 years ago
f7ad9a0
Merge branch 'yang-g-mock'
by Craig Tiller
· 9 years ago
696929e
Merge github.com:grpc/grpc into all-the-small-things
by Craig Tiller
· 9 years ago
2da0296
Eliminate need for SIGPIPE handling
by Craig Tiller
· 9 years ago
fb775b8
Fix test
by Craig Tiller
· 9 years ago
3676b38
Lose redundant tag on unary calls
by Craig Tiller
· 9 years ago
0c23320
Split thread stress from end2end to improve parallelism
by Craig Tiller
· 9 years ago
4f1a75f
Merge branch 'master' into stream_ctx
by vjpai
· 9 years ago
d4f10c0
Split C++'s smoke_test into 4 stand alone ones.
by David Garcia Quintas
· 10 years ago
691ff71
Merge remote-tracking branch 'upstream/master' into mock
by Yang Gao
· 9 years ago
196ade3
add a test using the mock interfaces
by Yang Gao
· 9 years ago
dfe83de
Make sure that we have enough server threads to actually support the
by Vijay Pai
· 9 years ago
0a41293
Also need to create a vector of streams
by vjpai
· 9 years ago
36ff3f0
clang-format
by Vijay Pai
· 9 years ago
25aa12f
Support multi-stream synchronous client tests
by Vijay Pai
· 9 years ago
3d3d632
merge with head
by Yang Gao
· 9 years ago
041998d
Change function-pointer to std::function
by vjpai
· 9 years ago
c71a9d2
clang-format
by Yang Gao
· 9 years ago
3b2e2f7
Merge branch 'master' into async-cleanup
by vjpai
· 10 years ago
ea13af7
merge with head
by Yang Gao
· 10 years ago
3921c56
Expose max message size at the server side
by Yang Gao
· 10 years ago
e10ebf1
Keep code that is common between both async client versions in a new async superclass and only use unary/streaming-specific material in the subclass.
by Vijay Pai
· 10 years ago
81e57d9
Add a thread stress end2end test
by Craig Tiller
· 10 years ago
07b2fe6
Move end_threads to subclass since some subclass-specific fields will still be
by vjpai
· 10 years ago
c866705
Merge pull request #1367 from yang-g/interop
by Craig Tiller
· 10 years ago
fec0c2c
Merge pull request #1375 from ctiller/qps_client
by Vijay Pai
· 10 years ago
98ae48d
Ignore SIGPIPE
by Craig Tiller
· 10 years ago
77e0d64
Fix a race in QPS client shutdown
by Craig Tiller
· 10 years ago
7305dc6
Merge pull request #1227 from nicolasnoble/the-purge-2
by Craig Tiller
· 10 years ago
fa74ec4
Merge pull request #1359 from a11r/cc2
by Yang Gao
· 10 years ago
68d6157
Add two scenarios in interop test
by Yang Gao
· 10 years ago
fd2bf67
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
by Nicolas "Pixel" Noble
· 10 years ago
c4b6ffb
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
by Yang Gao
· 10 years ago
23be280
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
by Nicolas "Pixel" Noble
· 10 years ago
d774c5c
Test client stream cancellation and fix bug exposed by the test.
by Abhishek Kumar
· 10 years ago
bab1d2c
Merge pull request #1307 from a11r/streamcancel
by Craig Tiller
· 10 years ago
a1d3a72
fixed indentation
by Abhishek Kumar
· 10 years ago
3fbf7d7
Merge pull request #1312 from ctiller/batch-metadata
by Yang Gao
· 10 years ago
3b3097f
Remove an extra unref
by Yang Gao
· 10 years ago
12088b2
Tweak tests
by Craig Tiller
· 10 years ago
18298a7
Fixed flakes due to OK racing with cancel
by Abhishek Kumar
· 10 years ago
e41d040
Added end2end test for server streaming rpc cancellation.
by Abhishek Kumar
· 10 years ago
82a8331
Added test case demonstrating cancel on bidi stream
by Abhishek Kumar
· 10 years ago
60572d4
Move .proto files up for reuse
by Abhishek Kumar
· 10 years ago
1b3e3cd
Moving test.proto to an outer directory so others can depend on it.
by Abhishek Kumar
· 10 years ago
d35b710
Merge pull request #1291 from yang-g/headers
by Nicolas Noble
· 10 years ago
103837e
Wrap ParseCommandLineFlags in InitTest
by Yang Gao
· 10 years ago
eaccf90
Return 1 when test_case is not supported in interop test
by Yang Gao
· 10 years ago
b7c2035
Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2
by Nicolas "Pixel" Noble
· 10 years ago
b1c55ce
Merge github.com:grpc/grpc into local_worker
by Craig Tiller
· 10 years ago
92cd367
Merge pull request #1244 from yang-g/interop
by Nicolas Noble
· 10 years ago
217b7f0
Merge branch 'qps' into local_worker
by Craig Tiller
· 10 years ago
66f37b4
Merge github.com:google/grpc into qps
by Craig Tiller
· 10 years ago
66048f4
Add reporting library, use it
by Craig Tiller
· 10 years ago
41faf0f
s/11/1
by Craig Tiller
· 10 years ago
a400207
Split interop client and server into components
by Yang Gao
· 10 years ago
e9a6eb7
Allow RunScenarios to spawn in-process workers
by Craig Tiller
· 10 years ago
c908eb6
:Merge branch 'qps' of github.com:ctiller/grpc into qps
by Craig Tiller
· 10 years ago
4cc8a17
Tweaks
by Craig Tiller
· 10 years ago
3ca65e3
Merge pull request #1238 from nicolasnoble/plugin-rework
by Yang Gao
· 10 years ago
0caebbf
Splitting gRPC service class codegen into its own set of files.
by Nicolas "Pixel" Noble
· 10 years ago
206d59a
fine tuning
by Craig Tiller
· 10 years ago
8221e40
Indentation fixes, s/11/1/g
by Craig Tiller
· 10 years ago
1c61af7
Dont sleep forever on async cq
by Craig Tiller
· 10 years ago
8a5a666
Handle errors better on client
by Craig Tiller
· 10 years ago
aa2fca5
Remove asserts
by Craig Tiller
· 10 years ago
2c2cf6d
Smoke test initial version
by Craig Tiller
· 10 years ago
b9de09f
Allow specifying warmup, benchmark times
by Craig Tiller
· 10 years ago
a05b8b7
Removing a few more references to #include <chrono>
by Nicolas "Pixel" Noble
· 10 years ago
8921916
Refactoring std::chrono out.
by Nicolas Noble
· 10 years ago
f2554d0
Revive proper SIGINT handling
by Vijay Pai
· 10 years ago
54e16ee
Put in calls to profiling
by Vijay Pai
· 10 years ago
4967313
Remove unused header file for profiler
by Vijay Pai
· 10 years ago
ce3bd96
Remove outdated file
by Vijay Pai
· 10 years ago
0c4b0dd
Add tests with delayed cancellation from client and server
by Yang Gao
· 10 years ago
bc6f3f0
Merge pull request #1144 from yang-g/genericstub
by Vijay Pai
· 10 years ago
b946b5e
Refactor and add a unit test
by Yang Gao
· 10 years ago
fa50753
Merge pull request #1113 from vjpai/qps-stream
by Yang Gao
· 10 years ago
48bbd00
merge upstream and resolve conflict
by Yang Gao
· 10 years ago
166f9d0
add back mis-deleted method string
by Yang Gao
· 10 years ago
ced2b89
Finish grpc_cli
by Yang Gao
· 10 years ago
6130809
Work around a compiler limitation caused by inability to properly handle
by vjpai
· 10 years ago
92a928f
Make string construction explicit as implicit conversion doesn't work in 4.4
by Vijay Pai
· 10 years ago
4bcab68
Include the config.h file to make sure that nullptr is covered
by vjpai
· 10 years ago
bef9cbc
Eliminate range-based fors
by Vijay Pai
· 10 years ago
9032adc
Fix conflicts
by Vijay Pai
· 10 years ago
96e32aa
Merge pull request #1133 from yang-g/cleanup
by Nicolas Noble
· 10 years ago
16c78c9
Clean up unneeded includes and remove shutdown protobuf library
by Yang Gao
· 10 years ago
a5e20d3
a stub of the cli tool
by Yang Gao
· 10 years ago
82dd80a
Elminate range-based fors and work around some other limitations in older compilers
by Vijay Pai
· 10 years ago
6266b93
Sweep different parameter sets in a single shell script.
by Vijay Pai
· 10 years ago
1da729a
Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream
by Vijay Pai
· 10 years ago
8ad3209
Make sure that nothing gets added to cq after shutdown
by Vijay Pai
· 10 years ago
Next »