aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
| | * | | | | | | Added option to echo back user agent for testingGravatar Makarand Dharmapurikar2016-02-22
| | | | | | | | |
| | * | | | | | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-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
| | | | | * \ \ \ Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-21
| | | | | |\ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Update copyrightsGravatar Craig Tiller2016-02-19
| | | | | | | | |
* | | | | | | | | Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate).
| | | | * | | | | 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.
| * / | | | Fix copyrightsGravatar Craig Tiller2016-02-18
|/ / / / /
* | | | | Fix toolsGravatar Craig Tiller2016-02-18
| | | | |
* | | | | Finish porting posixGravatar Craig Tiller2016-02-18
| | | | |
* | | | | Merge branch 'cleaner-posix' into hide-the-workerGravatar Craig Tiller2016-02-18
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix testGravatar Craig Tiller2016-02-18
| | | | |
* | | | | Move worker into pollsetGravatar Craig Tiller2016-02-18
|/ / / /
* | | | Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
| | | |
* | | | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
|\| | |
| | | * 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
| | | |
| * | | Merge pull request #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
| |\ \ \ | | | | | | | | | | Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging]
| * \ \ \ Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
| |\ \ \ \ | | | | | | | | | | | | Provide explicit API for user to set user agent string prefix
| | | * \ \ Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
| | | |\ \ \
| * | | | | | Document variable namesGravatar Vijay Pai2016-02-17
| | | | | | |
| * | | | | | Use more variables for better explanationsGravatar Vijay Pai2016-02-17
| | | | | | |
| * | | | | | Use three different load-factors and document load-factor variableGravatar Vijay Pai2016-02-17
| | | | | | |
| * | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | | * | Merge branch 'master' into poll_override2Gravatar Vijay Pai2016-02-16
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Fix copyrightGravatar vjpai2016-02-16
| | | | | | |
| | | | | * | Merge branch 'master' into poll_override2Gravatar Vijay Pai2016-02-16
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\| | | | |
| | * | | | | Fix the arguments type for on_read and destroy callbacks to match with ↵Gravatar Bogdan Drutu2016-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc_iomgr_cb_func
| * | | | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\| | | | |
| | | | | * | Make the poll override function assert on non-zero timeout if invokedGravatar Vijay Pai2016-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the end2end test thread itself (done by adding a TLS on that thread) Also clang-format
| | | | | * | Merge branch 'master' into poll_override2Gravatar Vijay Pai2016-02-16
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #5201 from vjpai/alarm_openloopGravatar David G. Quintas2016-02-16
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Revive and reform open-loop QPS testing
| | * \ \ \ \ \ Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Census base log
| | | | | | | * | Set up poll overridesGravatar Vijay Pai2016-02-16
| | | | | | | | |
* | | | | | | | | Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
| |/ / / / / / / |/| | | | | | |
| | | | | | * | Comment the requirements for changing grpc_poll_function and doGravatar vjpai2016-02-15
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | poll overrides in such a way as to avoid polling races
| | | * | | | Fix the timeoutGravatar Vijay Pai2016-02-13
| | | | | | |