Yang Gao
|
69fe0759be
|
Various minor fixes
|
2015-06-01 14:32:38 -07:00 |
Yang Gao
|
a9b5de8131
|
Add a check against potential failure to bring up client binary
|
2015-05-26 23:35:21 -07:00 |
Yang Gao
|
fdc9af8dca
|
Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmm
Add a test of crashing servers and clients
|
2015-05-21 23:40:51 -07:00 |
David Garcia Quintas
|
feb67f67dc
|
Replaced std::this_thread::sleep_for for gpr_sleep_until.
std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor
VS2010.
|
2015-05-20 23:13:17 -07:00 |
Craig Tiller
|
fd7166d264
|
Add response streams to server crash test, fix them
|
2015-05-19 10:23:03 -07:00 |
Craig Tiller
|
7a317e5c77
|
Add crashing client test
|
2015-05-19 09:38:29 -07:00 |
Craig Tiller
|
4f8b679a49
|
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
Conflicts:
Makefile
build.json
|
2015-05-19 09:13:35 -07:00 |
Yang Gao
|
b57f72dbee
|
resolve comments
|
2015-05-17 21:54:54 -07:00 |
Yang Gao
|
26a4912558
|
Add fake credentials to the test and verify it actually works
|
2015-05-15 17:02:56 -07:00 |
Craig Tiller
|
74e5edab67
|
Compile fix
|
2015-05-15 15:55:01 -07:00 |
Craig Tiller
|
a969d7c04c
|
Compile fix
|
2015-05-15 15:47:51 -07:00 |
Craig Tiller
|
3cdd9bbdbc
|
clang-format
|
2015-05-15 14:43:47 -07:00 |
Craig Tiller
|
069daa383e
|
Sleep a little after server death to allow TCP time to catch up
|
2015-05-15 14:40:53 -07:00 |
Craig Tiller
|
fbac5f17b7
|
Crash handling test
|
2015-05-15 14:20:44 -07:00 |
Yang Gao
|
280ca17d79
|
resolve comments
|
2015-05-15 10:25:10 -07:00 |
Yang Gao
|
a89389283f
|
support per call credentials in c++
|
2015-05-14 11:51:07 -07:00 |
Yang Gao
|
a468c36601
|
Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream
Completion queue binding for new requests API change
|
2015-05-12 12:37:24 -07:00 |
Yang Gao
|
903810191e
|
Merge pull request #1494 from ctiller/the-churnening
Lose redundant tag on unary calls
|
2015-05-11 11:27:02 -07:00 |
Yang Gao
|
9b75c66860
|
Merge pull request #1489 from ctiller/all-the-small-things
Split thread stress from end2end to improve parallelism
|
2015-05-11 11:17:18 -07:00 |
Craig Tiller
|
0b488f7649
|
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
Conflicts:
test/cpp/end2end/async_end2end_test.cc
|
2015-05-08 16:38:32 -07:00 |
Craig Tiller
|
5f871ac225
|
Merge github.com:grpc/grpc into the-churnening
|
2015-05-08 13:05:51 -07:00 |
Craig Tiller
|
e9da2eefcf
|
Merge github.com:grpc/grpc into all-the-small-things
|
2015-05-08 12:57:26 -07:00 |
Craig Tiller
|
f51199f2b9
|
Increase test timeout
|
2015-05-08 09:32:53 -07:00 |
Craig Tiller
|
2be6095c10
|
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
|
2015-05-08 08:37:41 -07:00 |
Craig Tiller
|
fb775b80cb
|
Fix test
|
2015-05-06 13:09:41 -07:00 |
Craig Tiller
|
3676b38183
|
Lose redundant tag on unary calls
|
2015-05-06 13:01:05 -07:00 |
Craig Tiller
|
f9e6adf998
|
Completion queue binding for new requests API change
Move completion queue binding for new requests to the new request
request time, not server instantiation time.
|
2015-05-06 11:45:59 -07:00 |
Craig Tiller
|
0c23320c8a
|
Split thread stress from end2end to improve parallelism
|
2015-05-06 07:42:43 -07:00 |
Yang Gao
|
691ff71da5
|
Merge remote-tracking branch 'upstream/master' into mock
|
2015-05-05 13:31:40 -07:00 |
Yang Gao
|
196ade3e4d
|
add a test using the mock interfaces
|
2015-05-05 13:31:12 -07:00 |
Yang Gao
|
c71a9d2b56
|
clang-format
|
2015-05-04 00:22:12 -07:00 |
Yang Gao
|
ea13af73e0
|
merge with head
|
2015-05-01 11:34:45 -07:00 |
Yang Gao
|
3921c56bee
|
Expose max message size at the server side
|
2015-04-30 16:07:06 -07:00 |
Craig Tiller
|
81e57d9acf
|
Add a thread stress end2end test
|
2015-04-29 16:34:13 -07:00 |
Craig Tiller
|
7305dc69e6
|
Merge pull request #1227 from nicolasnoble/the-purge-2
Refactoring std::chrono out.
|
2015-04-24 17:57:49 -07:00 |
Yang Gao
|
fa74ec4617
|
Merge pull request #1359 from a11r/cc2
Test client stream cancellation and fix bug exposed by the test.
|
2015-04-24 15:16:51 -07:00 |
Nicolas "Pixel" Noble
|
fd2bf675f7
|
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Conflicts:
include/grpc++/completion_queue.h
|
2015-04-24 23:24:44 +02:00 |
Yang Gao
|
c4b6ffb1b6
|
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
|
2015-04-24 13:09:40 -07:00 |
Nicolas "Pixel" Noble
|
23be280366
|
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Conflicts:
src/cpp/client/channel.cc
vsprojects/vs2010/grpc++.vcxproj
vsprojects/vs2013/grpc++.vcxproj.filters
|
2015-04-24 00:38:19 +02:00 |
Abhishek Kumar
|
d774c5cadb
|
Test client stream cancellation and fix bug exposed by the test.
|
2015-04-23 14:59:49 -07:00 |
Craig Tiller
|
bab1d2cf5f
|
Merge pull request #1307 from a11r/streamcancel
Added e2e tests for server and bidi stream cancellation.
|
2015-04-23 14:15:41 -07:00 |
Abhishek Kumar
|
a1d3a72930
|
fixed indentation
|
2015-04-23 10:24:04 -07:00 |
Yang Gao
|
3fbf7d76e2
|
Merge pull request #1312 from ctiller/batch-metadata
Batch metadata
|
2015-04-22 14:35:46 -07:00 |
Yang Gao
|
3b3097fb7a
|
Remove an extra unref
|
2015-04-21 11:47:45 -07:00 |
Craig Tiller
|
12088b26d9
|
Tweak tests
|
2015-04-20 09:51:27 -07:00 |
Abhishek Kumar
|
18298a7440
|
Fixed flakes due to OK racing with cancel
|
2015-04-17 15:00:25 -07:00 |
Abhishek Kumar
|
e41d0402ba
|
Added end2end test for server streaming rpc cancellation.
|
2015-04-17 14:12:33 -07:00 |
Abhishek Kumar
|
82a83313db
|
Added test case demonstrating cancel on bidi stream
|
2015-04-17 13:30:51 -07:00 |
Nicolas "Pixel" Noble
|
b7c2035e83
|
Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
test/cpp/interop/client.cc
|
2015-04-11 01:53:09 +02:00 |
Nicolas "Pixel" Noble
|
0caebbfcfe
|
Splitting gRPC service class codegen into its own set of files.
|
2015-04-09 23:08:51 +02:00 |