aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
* Merge pull request #9511 from ctiller/assert_writesGravatar Craig Tiller2017-02-04
|\ | | | | Add a test verifying number of writes per RPC is reasonable
| * Test fixesGravatar Craig Tiller2017-02-03
| |
* | Put files in a better placeGravatar Craig Tiller2017-02-03
| |
* | Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | | | | | | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
* | Merge pull request #9487 from ctiller/bm_streamGravatar Sree Kuchibhotla2017-02-02
|\ \ | | | | | | One-way streaming microbenchmarks
| | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-02
| | |\ | |_|/ |/| |
* | | Merge pull request #9456 from jtattermusch/cmake_convenience_targetsGravatar Jan Tattermusch2017-02-02
|\ \ \ | | | | | | | | Big improvements to CMake build
| | | * Fix potential use-after-freeGravatar Craig Tiller2017-02-02
| | | |
* | | | Merge pull request #9236 from ctiller/max_msg_deadlineGravatar Craig Tiller2017-02-02
|\ \ \ \ | | | | | | | | | | Add test of deadline expiry with max concurrent streams
| | | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-02-01
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | windows compilation fixesGravatar Jan Tattermusch2017-02-02
| |/ / / |/| | |
* | | | Fix fuzzing detected crashGravatar Craig Tiller2017-02-01
| | | |
| | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| | | |\ | |_|_|/ |/| | |
* | | | Merge github.com:grpc/grpc into call_createGravatar Craig Tiller2017-02-01
|\ \ \ \
* | | | | Dont crash on API errorsGravatar Craig Tiller2017-02-01
| | | | |
| * | | | Fix bug in api_fuzzerGravatar Craig Tiller2017-02-01
|/ / / / | | | | | | | | | | | | | | | | | | | | If the slices to unref array was expanded after returning a pointer to a slice, that pointer becomes invalidated. Instead, allocate and store pointers to slices in that array to keep stability.
| | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-31
| | | |\
| * | | \ Merge github.com:grpc/grpc into max_msg_deadlineGravatar Craig Tiller2017-01-31
| |\ \ \ \ | | | |_|/ | | |/| |
* | / | | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
| |/ / / |/| | |
| | | * Accept and count deadline exceededGravatar Craig Tiller2017-01-30
| | | |
| * | | Fix leaksGravatar Craig Tiller2017-01-30
| | | |
| | * | Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-01-30
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #9503 from ctiller/fuzzing-apiGravatar Craig Tiller2017-01-30
|\ \ \ \ | | | | | | | | | | Fix bugs in api_fuzzer
| | | | * Fix bugsGravatar Craig Tiller2017-01-30
| | | | |
| | | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-30
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #9486 from ctiller/but-whyGravatar Craig Tiller2017-01-30
|\ \ \ \ \ | | | | | | | | | | | | Record why an FD was shutdown
| | | * | | Review feedback, merging with latest changesGravatar Craig Tiller2017-01-30
| | | | | |
| | | * | | Merge github.com:grpc/grpc into max_msg_deadlineGravatar Craig Tiller2017-01-30
| | | |\ \ \
| | * | | | | Fix bugs in api_fuzzerGravatar Craig Tiller2017-01-30
| | | |/ / / | | |/| | |
* | / | | | Fix fuzzing detected failureGravatar Craig Tiller2017-01-30
| |/ / / / |/| | | | | | | | | | | | | | | | | | | If both :authority and host appear in client initial headers, we either leak (in opt builds) or crash (in dbg).
| | | | * Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
| | | | |\ | | | | |/ | | | |/|
| | | * | Merge branch 'bm_msgsz' into bm_countwritesGravatar Craig Tiller2017-01-27
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
|/ / / / | | | | | | | | | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* | | | Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ \ \ \ | | | | | | | | | | Re-integrate metadata handling changes
* \ \ \ \ Merge pull request #9466 from rjshade/add_test_logGravatar Yang Gao2017-01-27
|\ \ \ \ \ | | | | | | | | | | | | Add "Running test:" string to test log output
| | | | | * Merge branch 'bwest' into bm_countwrites+bwestGravatar Craig Tiller2017-01-26
| | | | |/|
| | | | * | Track writes/RPC in microbenchmarkGravatar Craig Tiller2017-01-26
| | | | | |
* | | | | | Accept max message size JSON values as either strings or numbers.Gravatar Mark D. Roth2017-01-26
| |_|_|/ / |/| | | |
| | | | * Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Add a 'Running test: ' string to test outputGravatar Robbie Shade2017-01-26
| | | | |
* | | | | clang-formatGravatar Mark D. Roth2017-01-25
| | | | |
* | | | | Fix tests.Gravatar Mark D. Roth2017-01-25
|/ / / /
| * | | Fix api_fuzzerGravatar Craig Tiller2017-01-21
| | | |
| * | | Expand corporaGravatar Craig Tiller2017-01-21
| | | |
* | | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|/ / /
| | * Fix ping testGravatar Craig Tiller2017-01-20
| |/ |/|
* | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\ \
| * \ Merge pull request #9326 from yang-g/licenseGravatar Yang Gao2017-01-17
| |\ \ | | | | | | | | Add licenses to all BUILD files and missing copyright