aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Move end_threads to subclass since some subclass-specific fields will still beGravatar vjpai2015-04-29
| | | | alive at this time
* Merge pull request #1367 from yang-g/interopGravatar Craig Tiller2015-04-28
|\ | | | | Add two scenarios in interop test
* \ Merge pull request #1375 from ctiller/qps_clientGravatar Vijay Pai2015-04-28
|\ \ | | | | | | Fix a race in QPS client shutdown
* | | Ignore SIGPIPEGravatar Craig Tiller2015-04-27
| | |
| * | Fix a race in QPS client shutdownGravatar Craig Tiller2015-04-27
| | | | | | | | | | | | | | | Previously we were cleaning up threads only AFTER local resources were reclaimed, leading to many crashes.
* | | Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\ \ \ | | | | | | | | Refactoring std::chrono out.
* \ \ \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \ \ \ | | | | | | | | | | Test client stream cancellation and fix bug exposed by the test.
| | | | * Add two scenarios in interop testGravatar Yang Gao2015-04-24
| | | |/
| | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ \ | |_|/ / |/| | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h
* | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| |_|/ |/| | | | | | | | the tests to init/shutdown free.
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | |_|/ |/| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters
| * | Test client stream cancellation and fix bug exposed by the test.Gravatar Abhishek Kumar2015-04-23
|/ /
* | Merge pull request #1307 from a11r/streamcancelGravatar Craig Tiller2015-04-23
|\ \ | | | | | | Added e2e tests for server and bidi stream cancellation.
| * | fixed indentationGravatar Abhishek Kumar2015-04-23
| | |
* | | Merge pull request #1312 from ctiller/batch-metadataGravatar Yang Gao2015-04-22
|\ \ \ | | | | | | | | Batch metadata
* | | | Remove an extra unrefGravatar Yang Gao2015-04-21
| | | |
| * | | Tweak testsGravatar Craig Tiller2015-04-20
|/ / /
| * | Fixed flakes due to OK racing with cancelGravatar Abhishek Kumar2015-04-17
| | |
| * | Added end2end test for server streaming rpc cancellation.Gravatar Abhishek Kumar2015-04-17
| | |
| * | Added test case demonstrating cancel on bidi streamGravatar Abhishek Kumar2015-04-17
|/ /
* | Move .proto files up for reuseGravatar Abhishek Kumar2015-04-16
| |
* | Moving test.proto to an outer directory so others can depend on it.Gravatar Abhishek Kumar2015-04-16
| |
* | Merge pull request #1291 from yang-g/headersGravatar Nicolas Noble2015-04-16
|\ \ | | | | | | Wrap ParseCommandLineFlags in InitTest
| * | Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
| | |
* | | Return 1 when test_case is not supported in interop testGravatar Yang Gao2015-04-15
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
| |\ | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc
* | \ Merge github.com:grpc/grpc into local_workerGravatar Craig Tiller2015-04-10
|\ \ \ | | |/ | |/|
| * | Merge pull request #1244 from yang-g/interopGravatar Nicolas Noble2015-04-10
| |\ \ | | | | | | | | Split interop client and server into components
* | | | Merge branch 'qps' into local_workerGravatar Craig Tiller2015-04-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc
| * | | Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| * | | | Add reporting library, use itGravatar Craig Tiller2015-04-10
| | | | |
| * | | | s/11/1Gravatar Craig Tiller2015-04-10
| | | | |
| | | * | Split interop client and server into componentsGravatar Yang Gao2015-04-09
| | |/ /
* | / / Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-04-09
|/ / / | | | | | | | | | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done.
* | | :Merge branch 'qps' of github.com:ctiller/grpc into qpsGravatar Craig Tiller2015-04-09
|\ \ \
* | | | TweaksGravatar Craig Tiller2015-04-09
| | | |
| | * | Merge pull request #1238 from nicolasnoble/plugin-reworkGravatar Yang Gao2015-04-09
| | |\ \ | | | | | | | | | | Splitting gRPC service class codegen into its own set of files.
| | | * | Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| | | | |
* | | | | fine tuningGravatar Craig Tiller2015-04-09
| | | | |
| * | | | Indentation fixes, s/11/1/gGravatar Craig Tiller2015-04-09
|/ / / /
* | | | Dont sleep forever on async cqGravatar Craig Tiller2015-04-09
| | | |
* | | | Handle errors better on clientGravatar Craig Tiller2015-04-09
| | | |
* | | | Remove assertsGravatar Craig Tiller2015-04-09
| | | |
* | | | Smoke test initial versionGravatar Craig Tiller2015-04-09
|/ / /
* / / Allow specifying warmup, benchmark timesGravatar Craig Tiller2015-04-08
|/ /
| * Removing a few more references to #include <chrono>Gravatar Nicolas "Pixel" Noble2015-04-08
| |
| * Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Revive proper SIGINT handlingGravatar Vijay Pai2015-04-02
|
* Put in calls to profilingGravatar Vijay Pai2015-03-31
|
* Remove unused header file for profilerGravatar Vijay Pai2015-03-31
|