aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
| * | fix test comment and small code tweakGravatar David Garcia Quintas2018-07-10
| | |
| * | Simplified the test significantly. No more threadsGravatar David Garcia Quintas2018-07-10
| | |
| * | Clarify new test commentGravatar David Garcia Quintas2018-07-10
| | |
| * | Added TODOGravatar David Garcia Quintas2018-07-10
| | |
| * | Added testGravatar David Garcia Quintas2018-07-09
|/ /
* | Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ \ | | | | | | Implement local channel/server credentials
* \ \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ \ | | | | | | | | Support Per-Method Codegen Generic on Server Side
| | | * Don't segfault when product name from BIOS is emptyGravatar Dan Rosart2018-07-03
| |_|/ |/| | | | | | | | Somehow some Dell servers we're trying to run a gRPC client on have an empty product name in the BIOS. When gRPC tries to creadte default credentials, it checks whether it's running on GCE by strcmp()ing the contents of /sys/class/dmi/id/product_name to some magic strings. When it reads that file, it gets only a newline; in trim() it skips over the newline in both directions, and since end < start it returns nullptr. This causes a segfault in the strcmp() call. Since a machine without a product name clearly isn't GCE, change it to return false instead.
* | | Merge pull request #15902 from Torgen/gcp_environment_port_platformGravatar Vijay Pai2018-07-03
|\ \ \ | | | | | | | | Include port_platform in gcp_environment tests.
| | | * finished 2nd revisionGravatar Yihua Zhang2018-07-03
| | | |
| | | * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |_|/ |/| |
| | * Reviewer feedbackGravatar ncteisen2018-06-29
| | |
| | * s/CodegenGeneric/Raw/gGravatar ncteisen2018-06-28
| | |
* | | Merge pull request #15901 from jiangtaoli2016/extra_copy_protectorGravatar Noah Eisen2018-06-28
|\ \ \ | | | | | | | | Allow extra copy in zero-copy protector integrity-only mode
| | | * Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| | | |\ | |_|_|/ |/| | |
| * | | Allow extra copy in zero-copy protector integrity-only modeGravatar jiangtaoli20162018-06-27
| | | |
| | * | Include port_platform in gcp_environment tests.Gravatar Dan Rosart2018-06-27
| |/ / | | | | | | | | | | | | | | | | | | Both the Windows and Linux tests use platform-specific macros to determine whether they should execute, but they weren't including the file where those macros were defined, so they were always running the else case of that check, which meant they weren't testing anything.
* | | Merge pull request #15881 from nicolasnoble/ffsGravatar Nicolas Noble2018-06-27
|\ \ \ | |/ / |/| | Fixing libcxxabi build for gcc 7.
| * | !@#!%$@#Gravatar Nicolas "Pixel" Noble2018-06-27
| | |
* | | Merge pull request #15828 from apolcyn/fix_gcdGravatar apolcyn2018-06-26
|\ \ \ | |/ / |/| | Explicitly delete c-ares fd's from pollset set after c-ares is done
| * | Explicitly delete fd from pollset set after c-ares is doneGravatar Alexander Polcyn2018-06-26
| | |
* | | Add header back in build.yamlGravatar Juanli Shen2018-06-25
| | |
* | | Merge pull request #15748 from nicolasnoble/libcxxabiGravatar Nicolas Noble2018-06-25
|\ \ \ | | | | | | | | Skeleton of libcxxabi's usage.
* \ \ \ Merge pull request #15776 from sreecha/epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-25
|\ \ \ \ | | | | | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fd
| | * | | c++14-compat is c++ only.Gravatar Nicolas "Pixel" Noble2018-06-24
| | | | |
| | * | | Missing test files.Gravatar Nicolas "Pixel" Noble2018-06-22
| | | | |
* | | | | Add load reporting filterGravatar Juanli Shen2018-06-22
| | | | |
| * | | | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-22
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #15747 from ncteisen/channel-benchmarkGravatar Noah Eisen2018-06-21
|\ \ \ \ \ | | | | | | | | | | | | Add Channel Creation Benchmark
* | | | | | Add load reporterGravatar Juanli Shen2018-06-21
| | | | | |
| * | | | | Add channel creation benchmarkGravatar ncteisen2018-06-21
|/ / / / /
| * | | | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-21
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Upmerge v1.13.x into masterGravatar Mehrdad Afshari2018-06-20
|\ \ \ \ \
| * | | | | Add grpcio-testing to Python distribtestsGravatar Mehrdad Afshari2018-06-20
| | | | | |
| * | | | | More consistent source/binary Python distribtestsGravatar Mehrdad Afshari2018-06-20
| | | | | |
* | | | | | reviewer feedbackGravatar ncteisen2018-06-20
| | | | | |
| | | | | * Allow AsyncServer with one generic to compileGravatar ncteisen2018-06-20
| | | | | |
| | | | | * Add codegen generic to hybrid testsGravatar ncteisen2018-06-20
| | | | | |
| | | | | * Add end2end test for codegen_genericGravatar ncteisen2018-06-20
| | | | | |
| | | | | * Support codegen generic on server sideGravatar ncteisen2018-06-20
| | | | | |
* | | | | | Reviewer feedbackGravatar ncteisen2018-06-19
| | | | | |
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-19
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
| |\ \ \ \ \ | | | | | | | | | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| * \ \ \ \ \ Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| * \ \ \ \ \ \ Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adding opencensus grpc plugin with bazel support.
| | | | | | * \ \ Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-18
| | | | | | |\ \ \ | | | | | | | | |/ | | | | | | | |/|
| | | | | | * | | Added a test to catch such things in futureGravatar Sree Kuchibhotla2018-06-16
| | | | | | | | |
| * | | | | | | | Move suppressions files under test/core/util to avoid creating a BUILD file ↵Gravatar Adele Zhou2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | under tools, which breaks import.
| * | | | | | | | Revert "Revert "Add suppressions to sanitizers for bazel builds""Gravatar adelez2018-06-15
| | |_|_|_|_|/ / | |/| | | | | |