aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
Commit message (Collapse)AuthorAge
* Compile fix for MacGravatar Craig Tiller2015-07-10
|
* Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\
* | resolve commentsGravatar yang-g2015-07-07
| |
| * Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| |
* | add a test case in end2end_testGravatar yang-g2015-07-06
|/
* Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
|
* Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
|\ | | | | Remove Protobuf dependency for C++
* | Fix flaky testGravatar Craig Tiller2015-06-22
| | | | | | | | | | | | Assertation could be false if the server responds quickly enough (it's unlikely to). Removing the assert does not change the nature of the test.
* | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\ \
| | * Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| |_|/| |/| |/ | |/|
| * | Update the Status APIGravatar Yang Gao2015-06-16
| | |
| | * Client side compiles/linksGravatar Craig Tiller2015-06-04
| |/ |/|
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal
| * Various minor fixesGravatar Yang Gao2015-06-01
| |
* | Make test more robustGravatar Craig Tiller2015-05-29
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-27
|\|
| * Add a check against potential failure to bring up client binaryGravatar Yang Gao2015-05-26
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/dualstack_socket_test.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/early_server_shutdown_finishes_tags.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/httpcli/httpcli_test.c tools/run_tests/run_tests.py
| * Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmmGravatar Yang Gao2015-05-21
| |\ | | | | | | Add a test of crashing servers and clients
| * | Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
| | | | | | | | | | | | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010.
* | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-19
|\| |
| | * Add response streams to server crash test, fix themGravatar Craig Tiller2015-05-19
| | |
| | * Add crashing client testGravatar Craig Tiller2015-05-19
| | |
| | * Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
| | |\ | | |/ | |/| | | | | | | | | | Conflicts: Makefile build.json
| * | resolve commentsGravatar Yang Gao2015-05-17
| | |
| * | Add fake credentials to the test and verify it actually worksGravatar Yang Gao2015-05-15
| | |
| | * Compile fixGravatar Craig Tiller2015-05-15
| | |
| | * Compile fixGravatar Craig Tiller2015-05-15
| | |
| | * clang-formatGravatar Craig Tiller2015-05-15
| | |
| | * Sleep a little after server death to allow TCP time to catch upGravatar Craig Tiller2015-05-15
| | |
| | * Crash handling testGravatar Craig Tiller2015-05-15
| | |
| * | resolve commentsGravatar Yang Gao2015-05-15
| | |
| * | support per call credentials in c++Gravatar Yang Gao2015-05-14
| |/
* / Fix async end2end to poll all fds from the main threadGravatar Craig Tiller2015-05-13
|/
* Merge pull request #1493 from ↵Gravatar Yang Gao2015-05-12
|\ | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change
* \ Merge pull request #1494 from ctiller/the-churneningGravatar Yang Gao2015-05-11
|\ \ | | | | | | Lose redundant tag on unary calls
* \ \ Merge pull request #1489 from ctiller/all-the-small-thingsGravatar Yang Gao2015-05-11
|\ \ \ | | | | | | | | Split thread stress from end2end to improve parallelism
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| | * | Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
| | |\ \
| * | \ \ Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| |\ \ \ \ | | | |/ / | | |/| |
* | / | | Increase test timeoutGravatar Craig Tiller2015-05-08
| |/ / / |/| | |
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | |_|_|/ |/| | |
| | * | Fix testGravatar Craig Tiller2015-05-06
| | | |
| | * | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| | | |
| | | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | |/ | | | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
| * / Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06
| |/
* | Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-05
|\|
* | add a test using the mock interfacesGravatar Yang Gao2015-05-05
| |
| * clang-formatGravatar Yang Gao2015-05-04
| |