aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
...
| | | * Simplify Mark processing codeGravatar vjpai2016-02-25
| | | |
| | | * Do stream operations in a more idiomatic way: Write, WritesDone, Read until ↵Gravatar Vijay Pai2016-02-25
| | | | | | | | | | | | | | | | fail, Finish
* | | | Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
|\ \ \ \ | | | | | | | | | | Made Alarm's constructor a template for deadline
| | * \ \ Merge branch 'master' into custom_test_credsGravatar Dan Born2016-02-25
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | SimultaneousReadWritesDone test was not observing the contract on theGravatar Vijay Pai2016-02-25
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | streaming API. In particular, Finish should not be called until the client is sure that there is no more message to be read (as documented in the comments for ClientStreamingInterface::Finish)
* | | | Fixing format and copyright.Gravatar Nicolas "Pixel" Noble2016-02-25
| | | |
| | * | Allow new credential types to be added to tests.Gravatar Dan Born2016-02-24
| |/ / |/| |
* | | Merge pull request #5401 from daniel-j-born/test_credsGravatar Yang Gao2016-02-24
|\ \ \ | | | | | | | | Injectable test credentials provider interface.
| * | | Use standard include paths.Gravatar Dan Born2016-02-24
| | | |
| * | | Initialize mutex to nullptr.Gravatar Dan Born2016-02-24
| | | |
| * | | Injectable test credentials provider interface.Gravatar Dan Born2016-02-24
| | | |
* | | | Timer->UsageTimer consistentlyGravatar vjpai2016-02-24
|/ / /
| | * Scripts to launch stress tests in GKEGravatar Sree Kuchibhotla2016-02-24
| | |
* | | Merge pull request #5388 from vjpai/bourne_againGravatar Nicolas Noble2016-02-24
|\ \ \ | | | | | | | | Use traditional Bourne shell syntax for piping stdout and stderr
| * | | BSD platforms (such as Mac) are likely to have /bin/sh refer to traditionalGravatar vjpai2016-02-24
| | | | | | | | | | | | | | | | | | | | Bourne shell syntax, not Bash syntax. Change "|&" to "2>&1 |" since that's the traditional way to redirect stdout and stderr to a pipe
* | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
|\| | |
| * | | Merge pull request #5321 from vjpai/openloopGravatar Vijay Pai2016-02-23
| |\ \ \ | | | | | | | | | | TSAN/ASAN timeout and QPS rate adjustments
| * \ \ \ Merge pull request #5213 from ctiller/fix-proto-dockerGravatar David G. Quintas2016-02-23
| |\ \ \ \ | | | | | | | | | | | | Proto API for LB request/responses (redux)
| | | | | * ExamplesGravatar Sree Kuchibhotla2016-02-23
| | |_|_|/ | |/| | |
| | | | * clang formatGravatar David Garcia Quintas2016-02-23
| | | | |
* | | | | Fix copyrightsGravatar Craig Tiller2016-02-23
| | | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #5311 from vjpai/qaGravatar David G. Quintas2016-02-22
| |\ \ \ \ | | | | | | | | | | | | Add a test for immediate and historic alarms
* | | | | | clang-fmtGravatar Craig Tiller2016-02-22
| | | | | |
| | | * | | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-22
|\| | | | |
* | | | | | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\ \ \ \ \ \
| | | | | | * PR comments addressedGravatar David Garcia Quintas2016-02-22
| | |_|_|_|/ | |/| | | |
| | * | | | Merge pull request #5347 from yang-g/check_error_in_readGravatar Sree Kuchibhotla2016-02-22
| |/| | | | | | | | | | | | | | | | Discard the read buffer on stream error
| | | * | | Make timeout instant as wellGravatar Vijay Pai2016-02-22
| | | | | |
| | | | | * Merge branch 'master' into openloopGravatar Vijay Pai2016-02-22
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | * | | Merge branch 'master' into qaGravatar Vijay Pai2016-02-22
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| | | | | |
| * | | | | Added option to echo back user agent for testingGravatar Makarand Dharmapurikar2016-02-22
| | | | | |
| * | | | | Merge pull request #5332 from yang-g/interop_echo_metadataGravatar David G. Quintas2016-02-22
|/| | | | | | | | | | | | | | | | | Add custom_metadata test case
| * | | | | copyright of courseGravatar yang-g2016-02-22
| | | | | |
| | * | | | Discard the read buffer on stream errorGravatar yang-g2016-02-22
| |/ / / / |/| | | |
* | | | | Merge pull request #5258 from vjpai/poll_override2Gravatar Craig Tiller2016-02-21
|\ \ \ \ \ | | | | | | | | | | | | Avoid a race when overriding default poll function
| | * | | | Add custom_metadata test caseGravatar yang-g2016-02-19
| |/ / / / |/| | | |
| | | | * Fix the slowdown factorGravatar Vijay Pai2016-02-19
| | | | |
| | | | * 1. Adjust tsan/asan/msan slowdowns according to documentationGravatar Vijay Pai2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tsan documentation says 2-20x, so set it at 20x asan documentation says 1.2-2.7x, so set it at 3x msan documentation says 2-4x, so set it at 4x This is now much less optimistic than before 2. Reactive tsan tests for qps_test 3. Set CPU load for qps_openloop_test 4. Divide qps_openloop_test Poisson rate by the slowdown factor of the configuration
* | | | | move tls type name to .cc fileGravatar yang-g2016-02-19
| | | | |
* | | | | Add a helper to return all the secure typesGravatar yang-g2016-02-19
| | | | |
* | | | | Revert "make an enum"Gravatar yang-g2016-02-19
| | | | | | | | | | | | | | | | | | | | This reverts commit 5152cd29f8541d7600b7ddc3d9db188ad59ea673.
* | | | | make an enumGravatar yang-g2016-02-18
| | | | |
* | | | | Refactor end2end_test. Make the credentials a separate library.Gravatar yang-g2016-02-18
| |_|_|/ |/| | |
| | * | Should have a test for 0 and negative alarms to make sure that those makeGravatar Vijay Pai2016-02-18
| |/ / |/| | | | | | | | it on to the CQ like any other.
| | * Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
| | |\ | |_|/ |/| |
* | | clang formatGravatar David Garcia Quintas2016-02-17
| | |
* | | Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| | |